Python: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 7: | Line 7: | ||
[http://www.diveintopython.net/index.html Dive Into Python] book | [http://www.diveintopython.net/index.html Dive Into Python] book | ||
== Python Frameworks == | == Python Frameworks == | ||
[https://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. | [https://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. | ||
[http://wiki.dreamhost.com/Django Dreamhost Django on Dreamhost] | |||
[http://djangobook.com/ Django book] | |||
== Python programming notes == | == Python programming notes == | ||
[[Python programming]] | [[Python programming]] |
Revision as of 18:50, 17 September 2012
My Python notes
Python resources
Books
Dive Into Python book
Python Frameworks
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.