Python: Difference between revisions
Jump to navigation
Jump to search
m Created page with "My Python notes [https://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. [http://www.diveinto..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
My Python notes | My Python notes | ||
== Python resources == | |||
=== Books === | |||
[http://www.diveintopython.net/index.html Dive Into Python] book | |||
== 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. | ||
[ | == Python programming notes == | ||
[[Python programming]] |
Revision as of 16:24, 11 August 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.