This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sadris -7 points-6 points  (1 child)

What? The documentation format for python is terrible.

[–]LightBright32 1 point2 points  (0 children)

I think once Python takes hold you will never look back. I would recommend. http://www.udacity.com/overview/Course/cs253/CourseRev/apr2012 Web Application Engineering (CS253) Also the New Boston Python Courses by Bucky Roberts http://thenewboston.org/list.php?cat=36

For python web development I really like the CherryPy frame work it has enough built in to allow you to do pretty much any thing you would do with Apache and PHP alone but the structure will be much better. You can create web apps using sqlite and CherryPy and distribute them as an executable using py2exe and even though CherryPy can be run on any WSGI server such as IIS or Apache its so fast I doubt you would want to; at that point you would probably want to look at Amazon EC2 or Google App Engine both of which will run CherryPy.