Python for the beginner

I am new to python and have only read the Byte of Python book but want to go online. I'm tired of the CMS tweaker, and after I tried python, ruby ​​and php, the python language makes sense (if that makes sense for real programmers). I heard a lot of good things about Django, Pyramid, etc., but I don’t want to choose the most used one or the one that has the most magic. Instead, I was thinking about who could "teach me a python." My plan is to rebuild my portfolio using python and the framework, as well as help my python training along the way.

Thanks in advance.

+3
source share
2 answers

- /, web.py flask , Django, "" ( ).

, DB/persistence/ORM (web.py), , - , .

, WSGI/middleware MVC, .

, WSGI/CGI :

  • URL
  • /ORM
  • HTML

, "" , , web.py . , , / , Django ( /); "", -;

+3

Python - ; , .

Python http://docs.python.org/tutorial/ -.

Django (https://www.djangoproject.com/), Python, /.

+2

All Articles