Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good resources to start python for web development?

Tags:

python

I'm really interested in learning Python for web development. Can anyone point me in the right direction? I've been looking at stuff on Google, but haven't really found anything that shows proper documentation and how to get started. Any recommended frameworks? Tutorials?

I've been doing PHP for 5 years now, so I just want to try something new.

like image 857
Raphael Caixeta Avatar asked Jul 01 '10 03:07

Raphael Caixeta


2 Answers

Django is probably the best starting point. It's got great documentation and an easy tutorial (at http://djangoproject.com/) and a free online book too (http://www.djangobook.com/).

like image 164
Anthony Briggs Avatar answered Sep 27 '22 01:09

Anthony Briggs


Web Server Gateway Interface

About

  • http://www.wsgi.org/en/latest/index.html
  • http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface

Tutorials

  • http://webpython.codepoint.net/wsgi_tutorial
  • http://lucumr.pocoo.org/2007/5/21/getting-started-with-wsgi/
  • http://archimedeanco.com/wsgi-tutorial/
like image 25
Matt Joiner Avatar answered Sep 26 '22 01:09

Matt Joiner