Re: Python for WEB-page !?

2017-01-19 Thread Johann Spies
It might be worth while to look at web2py (http://web2py.com). Here is a good tutorial: http://killer-web-development.com/ Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3) -- https://mail.python.org/mailman/listinfo/pytho

Re: Python for WEB-page !?

2017-01-08 Thread Eric S. Johansson
On 1/5/2017 7:48 PM, Michael Torrie wrote: > While Python can do that, using a web framework to process HTTP requests > and generate HTML to display in the browser, I don't believe Python is > the appropriate language for the task at hand. Most web sites that do > interactive formula calculations

Re: Python for WEB-page !?

2017-01-06 Thread Michael Torrie
On 01/05/2017 04:53 PM, Victor Porton wrote: > Ionut Predoiu wrote: > >> I am a beginner in programming language. >> I want to know what version of Python I must to learn to use, beside of >> basic language, because I want to integrate in my site 1 page in which >> users to can made calculus based

Re: Python for WEB-page !?

2017-01-06 Thread Michael Torrie
On 01/05/2017 05:57 AM, Ionut Predoiu wrote: > Good afternoon, > > I am a beginner in programming language. I want to know what version > of Python I must to learn to use, beside of basic language, because I > want to integrate in my site 1 page in which users to can made > calculus based on my for

RE: Python for WEB-page !?

2017-01-06 Thread Deborah Swanson
Ionut Predoiu wrote, on January 05, 2017 11:07 PM > > Good morning, > > Thanks to all for feedback and advice. > Because I am a beginner I will read more about versions of > Python recommended by you. > > On the other side I am interested to know if exist some sites > which have develop platform wh

Re: Python for WEB-page !?

2017-01-06 Thread Victor Porton
Ionut Predoiu wrote: > I am a beginner in programming language. > I want to know what version of Python I must to learn to use, beside of > basic language, because I want to integrate in my site 1 page in which > users to can made calculus based on my formulas already write behind (the > users wil

Re: Python for WEB-page !?

2017-01-06 Thread Ionut Predoiu
Good morning, Thanks to all for feedback and advice. Because I am a beginner I will read more about versions of Python recommended by you. On the other side I am interested to know if exist some sites which have develop platform where can be use for free Python from browsers, without have it i

Re: Python for WEB-page !?

2017-01-06 Thread Ionut Predoiu
Good afternoon, Thank you for advice and promptitude in answer. Keep in touch for further questions. Kind regards. On Thursday, January 5, 2017 at 2:57:23 PM UTC+2, Ionut Predoiu wrote: > Good afternoon, > > I am a beginner in programming language. > I want to know what version of Python I mus

RE: Python for WEB-page !?

2017-01-06 Thread Deborah Swanson
Ionut Predoiu wrote, on January 05, 2017 11:07 PM > > Good morning, > > Thanks to all for feedback and advice. > Because I am a beginner I will read more about versions of > Python recommended by you. > > On the other side I am interested to know if exist some sites > which have develop platfo

Re: Python for WEB-page !?

2017-01-06 Thread Ionut Predoiu
Good morning, Thanks to all for feedback and advice. Because I am a beginner I will read more about versions of Python recommended by you. On the other side I am interested to know if exist some sites which have develop platform where can be use for free Python from browsers, without have it i

Re: Python for WEB-page !?

2017-01-05 Thread breamoreboy
On Thursday, January 5, 2017 at 11:53:51 PM UTC, Victor Porton wrote: > Ionut Predoiu wrote: > > > I am a beginner in programming language. > > I want to know what version of Python I must to learn to use, beside of > > basic language, because I want to integrate in my site 1 page in which > > use

Re: Python for WEB-page !?

2017-01-05 Thread Michael Torrie
On 01/05/2017 05:57 AM, Ionut Predoiu wrote: > Good afternoon, > > I am a beginner in programming language. I want to know what version > of Python I must to learn to use, beside of basic language, because I > want to integrate in my site 1 page in which users to can made > calculus based on my fo

Re: Python for WEB-page !?

2017-01-05 Thread Michael Torrie
On 01/05/2017 04:53 PM, Victor Porton wrote: > Ionut Predoiu wrote: > >> I am a beginner in programming language. >> I want to know what version of Python I must to learn to use, beside of >> basic language, because I want to integrate in my site 1 page in which >> users to can made calculus based

Re: Python for WEB-page !?

2017-01-05 Thread Victor Porton
Ionut Predoiu wrote: > I am a beginner in programming language. > I want to know what version of Python I must to learn to use, beside of > basic language, because I want to integrate in my site 1 page in which > users to can made calculus based on my formulas already write behind (the > users wil

Re: Python for WEB-page !?

2017-01-05 Thread Uri Even-Chen
I recommend starting with Python 3, I also use it (3.5.2) for my Django projects - Speedy Net and Speedy Match. Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: Python for WEB-page !?

2017-01-05 Thread Chris Angelico
On Thu, Jan 5, 2017 at 11:57 PM, Ionut Predoiu wrote: > I am a beginner in programming language. > I want to know what version of Python I must to learn to use, beside of basic > language, because I want to integrate in my site 1 page in which users to can > made calculus based on my formulas al

Python for WEB-page !?

2017-01-05 Thread Ionut Predoiu
Good afternoon, I am a beginner in programming language. I want to know what version of Python I must to learn to use, beside of basic language, because I want to integrate in my site 1 page in which users to can made calculus based on my formulas already write behind (the users will only comp

Re: Moving to Python for web

2013-09-05 Thread Wayne Werner
On Thu, 29 Aug 2013, Andreas Ecaz wrote: I've decided to go with Flask! It's now running on UWSGI with NGINX. Hopefully I can get some stuff done :) @Chris “Kwpolska” Warrick I just don't like the big frameworks, for me there is too much magic going on. I'm a huge fan of Flask - I also fi

Re: Moving to Python for web

2013-08-29 Thread Andreas Ecaz
On Thursday, August 29, 2013 3:10:03 PM UTC+2, Chris “Kwpolska” Warrick wrote: > On Thu, Aug 29, 2013 at 2:45 PM, Andreas Ecaz wrote: > > > I've decided to go with Flask! It's now running on UWSGI with NGINX. > > Hopefully I can get some stuff done :) > > > > How are you running uWSGI? On sa

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
On Thu, Aug 29, 2013 at 2:45 PM, Andreas Ecaz wrote: > I've decided to go with Flask! It's now running on UWSGI with NGINX. > Hopefully I can get some stuff done :) How are you running uWSGI? On sane (non-Windows) OSes, I recommend using the uWSGI Emperor, which will protect you from your websi

Re: Moving to Python for web

2013-08-29 Thread Andreas Ecaz
I've decided to go with Flask! It's now running on UWSGI with NGINX. Hopefully I can get some stuff done :) @Chris “Kwpolska” Warrick I just don't like the big frameworks, for me there is too much magic going on. -- http://mail.python.org/mailman/listinfo/python-list

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
On Thu, Aug 29, 2013 at 4:18 AM, Sam Fourman Jr. wrote: > there are MANY micro frameworks, I have been following these guys for a few > years > http://www.pocoo.org/ +1. The Pocoo team makes many awesome things. > specifically jinja2 and flask looks to be the best choice out of all the > option

Re: Moving to Python for web

2013-08-29 Thread Sam Fourman Jr.
On Wed, Aug 28, 2013 at 4:14 PM, wrote: > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer > I want to build stuff for the web. > > I don't want to use Django because it's too bloated, it seem to do >

Re: Moving to Python for web

2013-08-29 Thread sepatan
Here, for example, take a look: http://www.clips.ua.ac.be/pages/pattern > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer > I want to build stuff for the web. > > I don't want to use Django because it

Re: Moving to Python for web

2013-08-28 Thread Andreas Ecaz
On Wednesday, August 28, 2013 11:25:44 PM UTC+2, Andreas Ecaz wrote: > I've looked at Flask, Bottle and Web.py. I quite like the look of Bottle. > I'll keep looking for some other microframeworks, maybe I can find something > else that interests me. > > > > Thank you. At the moment I'm worrie

Re: Moving to Python for web

2013-08-28 Thread Andreas Ecaz
On Wednesday, August 28, 2013 11:08:52 PM UTC+2, Joel Goldstick wrote: > On Wed, Aug 28, 2013 at 4:14 PM, wrote: > > > So, I have been working in PHP for several years but I want to learn > > something new. That something new is Python. But since I'm a web developer > > I want to build stuff f

Re: Moving to Python for web

2013-08-28 Thread Joel Goldstick
On Wed, Aug 28, 2013 at 4:14 PM, wrote: > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer I > want to build stuff for the web. > > I don't want to use Django because it's too bloated, it seem to do

Moving to Python for web

2013-08-28 Thread ecazs . net
So, I have been working in PHP for several years but I want to learn something new. That something new is Python. But since I'm a web developer I want to build stuff for the web. I don't want to use Django because it's too bloated, it seem to do everything for you. I don't like that. I want to

Re: Python for Web

2011-07-24 Thread Dan Stromberg
On Wed, Jun 15, 2011 at 5:11 AM, bruno.desthuilli...@gmail.com < bruno.desthuilli...@gmail.com> wrote: > On Jun 15, 9:50 am, sidRo wrote: > > Is Python only for server side? > > Is it a theoretical question or a practical one ?-) > > More seriously: except for the old proof-of-concept Grail brows

Re: Python for Web

2011-07-24 Thread lkcl
On Jun 15, 1:11 pm, "bruno.desthuilli...@gmail.com" wrote: > On Jun 15, 9:50 am, sidRo wrote: > > > Is Python only for server side? > > Is it a theoretical question or a practical one ?-) > > More seriously: except for the old proof-of-concept Grail browser, no > known browser uses Python as a cl

Re: Python for Web

2011-06-15 Thread geremy condra
On Wed, Jun 15, 2011 at 5:11 AM, bruno.desthuilli...@gmail.com wrote: > On Jun 15, 9:50 am, sidRo wrote: >> Is Python only for server side? > > Is it a theoretical question or a practical one ?-) > > More seriously: except for the old proof-of-concept Grail browser, no > known browser uses Python

Re: Python for Web

2011-06-15 Thread bruno.desthuilli...@gmail.com
On Jun 15, 9:50 am, sidRo wrote: > Is Python only for server side? Is it a theoretical question or a practical one ?-) More seriously: except for the old proof-of-concept Grail browser, no known browser uses Python as a client-side scripting language. -- http://mail.python.org/mailman/listinfo/

Python for Web

2011-06-15 Thread sidRo
Is Python only for server side? -- http://mail.python.org/mailman/listinfo/python-list

Using python for web IM?

2010-12-03 Thread Kechagias Apostolos
Hello, We are currently working on a project which needs video and audio streaming(peer to peer). We need to know if there are any available open source libraries to embed video,audio,p2p transfer in our client OR if there is any available framework which could help us with our project. It would

Re: Using Python for web applications

2010-06-30 Thread Mithrandir
Wyatt Schwartz wrote in news:mailman.33.1277921551.1673.python-l...@python.org: > Dear Python-List members, > > Sorry for asking such a simple (or possibly complicated) question, as > I am new to Python programming. Anyways, I have read online that many > popular websites use Python for som

Re: Using Python for web applications

2010-06-30 Thread Zubin Mithra
On Wed, Jun 30, 2010 at 11:34 PM, Wyatt Schwartz wrote: > Dear Python-List members, > > Sorry for asking such a simple (or possibly complicated) question, as I am > new to Python programming. Anyways, I have read online that many popular > websites use Python for some of their web-based applicatio

Re: Using Python for web applications

2010-06-30 Thread Daniel Fetchinson
> Sorry for asking such a simple (or possibly complicated) question, as > I am new to Python programming. Anyways, I have read online that many > popular websites use Python for some of their web-based applications > (for example, Reddit), and that lead me to wonder how is this done? There are var

Using Python for web applications

2010-06-30 Thread Wyatt Schwartz
Dear Python-List members, Sorry for asking such a simple (or possibly complicated) question, as I am new to Python programming. Anyways, I have read online that many popular websites use Python for some of their web-based applications (for example, Reddit), and that lead me to wonder how is

Re: Advantages of Python (for web/desktop apps)?

2009-06-29 Thread Michael Torrie
iceangel89 wrote: > i am mainly a PHP (mainly using Zend Framework MVC now) Web Developer. used > .NET (VB & C#) for Desktop apps. i nv used Python and am looking at Python > now (for desktop apps since its open source and just want to try what it > offers, but will like to know what good it has fo

Re: Advantages of Python (for web/desktop apps)?

2009-06-29 Thread Aahz
In article <20090629121940.42b88...@halmanfloyd.lan.local>, Marek Kubica wrote: >On 28 Jun 2009 11:45:06 -0700 >a...@pythoncraft.com (Aahz) wrote: >> >> Perhaps I was unclear: I already knew what LMGTFY stands for, and I >> think that using a site that requires JavaScript is anti-social. > >Maybe

Re: Advantages of Python (for web/desktop apps)?

2009-06-29 Thread Marek Kubica
On 28 Jun 2009 11:45:06 -0700 a...@pythoncraft.com (Aahz) wrote: > Perhaps I was unclear: I already knew what LMGTFY stands for, and I > think that using a site that requires JavaScript is anti-social. Maybe they could just redirect to Google if JS wasn't detected. regards, Marek -- http://mail

Re: Advantages of Python (for web/desktop apps)?

2009-06-28 Thread Aahz
In article , Benjamin Kaplan wrote: >On Sun, Jun 28, 2009 at 11:03 AM, Aahz wrote: >> In article , >> Tim Chase =A0 wrote: >>> - how do i design GUI for windows app? >>> >>>http://lmgtfy.com/?q=3Dpython+gui >> >> This is the first time I've tried LMGTFY, and it seems to be a piece of >> tras

Re: Advantages of Python (for web/desktop apps)?

2009-06-28 Thread Benjamin Kaplan
On Sun, Jun 28, 2009 at 11:03 AM, Aahz wrote: > In article , > Tim Chase   wrote: >> >>> - how do i design GUI for windows app? >> >>http://lmgtfy.com/?q=python+gui > > This is the first time I've tried LMGTFY, and it seems to be a piece of > trash that requires JavaScript.  I suggest that lmgtfy.c

Re: Advantages of Python (for web/desktop apps)?

2009-06-28 Thread Aahz
In article , Tim Chase wrote: > >> - how do i design GUI for windows app? > >http://lmgtfy.com/?q=python+gui This is the first time I've tried LMGTFY, and it seems to be a piece of trash that requires JavaScript. I suggest that lmgtfy.com not be considered a standard part of the Python commun

Re: Advantages of Python (for web/desktop apps)?

2009-06-28 Thread Tim Chase
iceangel89 wrote: i am mainly a PHP (mainly using Zend Framework MVC now) Web Developer. used .NET (VB & C#) for Desktop apps. i nv used Python and am looking at Python now (for desktop apps since its open source and just want to try what it offers, but will like to know what good it has for web

Advantages of Python (for web/desktop apps)?

2009-06-28 Thread iceangel89
i am mainly a PHP (mainly using Zend Framework MVC now) Web Developer. used .NET (VB & C#) for Desktop apps. i nv used Python and am looking at Python now (for desktop apps since its open source and just want to try what it offers, but will like to know what good it has for web development also)

Re: Python for web...

2008-02-25 Thread Larry Bates
[EMAIL PROTECTED] wrote: > > In Perl, it was: > > > ## Example: "Abc | def | ghi | jkl" > ## -> "Abc ghi jkl" > ## Take only the text betewwn the 2nd pipe (=cut the text in the 1st > pipe). > $na =~ s/\ \|(.*?)\ \|(.*?)\ \|/$2/g; > > ## -- remove [ and ] in text > $na =~ s/\[

Re: Python for web...

2008-02-25 Thread Tim Chase
> I didn't have any trouble setting up mod_python & Django. However, I > am my own hosting provider. That may make a difference. ;-) > > I can install fastcgi if it's a big win. From my understanding, the python-code under mod_python runs as whatever Apaches runs as ("www", "wwwdata", whateve

Re: Python for web...

2008-02-25 Thread Ivan Van Laningham
Hi All-- I didn't have any trouble setting up mod_python & Django. However, I am my own hosting provider. That may make a difference. ;-) I can install fastcgi if it's a big win. Metta, Ivan On Mon, Feb 25, 2008 at 6:48 AM, Berco Beute <[EMAIL PROTECTED]> wrote: > > Use mod_python if you can.

Re: Python for web...

2008-02-25 Thread Berco Beute
> Use mod_python if you can. Although mod_python is fine, I had more success using fastcgi with Django (you can run Django as a fastcgi process). It was less troublesome to set up and the chances your hosting provider supports it are bigger. 2B -- http://mail.python.org/mailman/listinfo/python-l

Re: Python for web...

2008-02-24 Thread Ivan Van Laningham
Hi All-- Django is slick. I just yesterday picked up the book and started poking away. Downloaded, Installed and running in about ten minutes (I have several servers I can play with). Today I have several working pages. Use mod_python if you can. -ly y'rs, Ivan On Sun, Feb 24, 2008 at 12:03 P

Re: Python for web...

2008-02-24 Thread Tamer Higazi
http://www.djangobook.com/ if you love to read that book online. Otherwise, if you don't have DSL, just mirror the site for offline usage with "wget" Tamer [EMAIL PROTECTED] wrote: > Hi everyone, > > I have to develop a web based enterprise application for my final year > project. Since i am in

Re: Python for web...

2007-12-31 Thread James Matthews
The issue is finding a host with mod_python installed for cheap! On Dec 31, 2007 7:57 AM, David Van Mosselbeen < [EMAIL PROTECTED]> wrote: > on Tue, 25 Dec 2007 20:42:03 -0800 (PST), [EMAIL PROTECTED] < > [EMAIL PROTECTED]> wrote: > > > > Hi everyone, > > > > I have to develop a web based enterpr

Re: Python for web...

2007-12-30 Thread David Van Mosselbeen
on Tue, 25 Dec 2007 20:42:03 -0800 (PST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have to develop a web based enterprise application for my final year > project. Since i am interested in open source, i searched the net. > Almost 90% of them were PHP and MySQL. Cant we u

Re: Python for web...

2007-12-27 Thread Steve Lianoglou
It's also worthwhile to note that the apress django book listed is also accessible free online here: http://www.djangobook.com/en/1.0/ -steve -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for web...

2007-12-26 Thread James Matthews
Ha read an RFC for web dev! hehehhe Thats a new one! On Dec 26, 2007 9:43 AM, Bruno Desthuilliers < [EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > > Hi everyone, > > > > I have to develop a web based enterprise application > > "enterprise" ??? > > > for my final year > > project. Since

Re: Python for web...

2007-12-26 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Hi everyone, > > I have to develop a web based enterprise application "enterprise" ??? > for my final year > project. Since i am interested in open source, i searched the net. > Almost 90% of them were PHP and MySQL. Cant we use python for that ? Well, I don't know

Re: Python for web...

2007-12-25 Thread Matt Nordhoff
[EMAIL PROTECTED] wrote: > Hi everyone, > > I have to develop a web based enterprise application for my final year > project. Since i am interested in open source, i searched the net. > Almost 90% of them were PHP and MySQL. Cant we use python for that ? I > tried several sites, but there is not e

Re: Python for web...

2007-12-25 Thread gordyt
Howdy Thushanthan, Here is one that is hot off the press: The Definitive Guide to Django: Web Development Done Right http://www.apress.com/book/view/1590597257 --gordon -- http://mail.python.org/mailman/listinfo/python-list

Python for web...

2007-12-25 Thread thushianthan15
Hi everyone, I have to develop a web based enterprise application for my final year project. Since i am interested in open source, i searched the net. Almost 90% of them were PHP and MySQL. Cant we use python for that ? I tried several sites, but there is not enough tutorial for beginners [mod_py

Re: Python for web development ...

2007-08-22 Thread Michael S
Check out http://www.modpython.org/, you can also use python with CGI http://docs.python.org/lib/module-cgi.html or fastcgi http://www.fastcgi.com/ --- [EMAIL PROTECTED] wrote: > > Hi everyone, > > I have to do a web based application for my final > year project. Since, > i am only familiar wi

Re: Python for web development ...

2007-08-22 Thread marc wyburn
On Aug 22, 5:13 pm, [EMAIL PROTECTED] wrote: > Hi everyone, > > I have to do a web based application for my final year project. Since, > i am only familiar with basic HTML and Java Script, i am totally new > to this one. My friends are using LAMP (P->PHP). But i want to use > Python. Is it possible

Python for web development ...

2007-08-22 Thread thushianthan15
Hi everyone, I have to do a web based application for my final year project. Since, i am only familiar with basic HTML and Java Script, i am totally new to this one. My friends are using LAMP (P->PHP). But i want to use Python. Is it possible to use Python with Apache and MySQL. Is it possible ?

Re: python for web programming

2007-02-07 Thread JStoneGT
Thanks a lot. -- http://mail.python.org/mailman/listinfo/python-list

Re: python for web programming

2007-02-05 Thread Gabriel Genellina
En Tue, 06 Feb 2007 02:10:14 -0300, <[EMAIL PROTECTED]> escribió: > Can you show me some reference datas for python web programming?Thanks. http://wiki.python.org/moin/WebProgramming http://wiki.python.org/moin/WebApplications or search the wiki, or even use Google. -- Gabriel Genellina --

python for web programming

2007-02-05 Thread JStoneGT
hello, Can you show me some reference datas for python web programming?Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in Python for web app dev

2006-03-27 Thread Don Taylor
[EMAIL PROTECTED] wrote: > I'm aware that Pylons is trying to > compete with Rails in the near future but I'm just not clear on how > directly they are trying to compete...will Pylons have the same > generation functions and other time saving goodies that RoR has or am I > barking up the wrong tre

Re: MVC in Python for web app dev

2006-03-26 Thread Robert Hicks
http://www.myghty.org/ That one is excellent. Robert -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in Python for web app dev

2006-03-26 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Thanks Rune. I've already checked out Django and TG and have found both > the projects to be a little misguided. I think the one great thing they > have over Rails is the use of SQLObject Then you haven't really checked Django - it doesn't use SQLObject. > Having sa

Re: MVC in Python for web app dev

2006-03-25 Thread m . wanstall
Thanks Rune. I've already checked out Django and TG and have found both the projects to be a little misguided. I think the one great thing they have over Rails is the use of SQLObject because the implicit mapping of data models via the "plural" approach of Rails is a bit of a quirk to me, I just do

Re: MVC in Python for web app dev

2006-03-25 Thread Rune Strand
[EMAIL PROTECTED] wrote: > Please let me state off the cuff that I'm not after a big "Python Vs > Ruby" war or anything here! I'm trying to make the switch to Python for > my web development work as I've been using it for quite some time for > other programming work (albeit mainly hobby and person

MVC in Python for web app dev

2006-03-25 Thread m . wanstall
Please let me state off the cuff that I'm not after a big "Python Vs Ruby" war or anything here! I'm trying to make the switch to Python for my web development work as I've been using it for quite some time for other programming work (albeit mainly hobby and personal interest projects) as I'm getti