Python Reference and Tutorials: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Links) |
||
| Line 4: | Line 4: | ||
== Links == | == Links == | ||
=== Tutorials === | |||
* [https://docs.djangoproject.com/en/1.4/intro/tutorial01/ The Official Django Tutorial] | * [https://docs.djangoproject.com/en/1.4/intro/tutorial01/ The Official Django Tutorial] | ||
| Line 9: | Line 11: | ||
* [http://pythonweekly.us2.list-manage1.com/track/click?u=e2e180baf855ac797ef407fc7&id=ecc60b96c5&e=4f409d8a3f Web Development with Python and Django]<br />Slideshow hosted by Python Weekly | * [http://pythonweekly.us2.list-manage1.com/track/click?u=e2e180baf855ac797ef407fc7&id=ecc60b96c5&e=4f409d8a3f Web Development with Python and Django]<br />Slideshow hosted by Python Weekly | ||
* [http://www.python.org/dev/peps/pep-0008/ Python Style Guide] | * [http://www.python.org/dev/peps/pep-0008/ Python Style Guide] | ||
=== Installation === | |||
* [https://docs.djangoproject.com/en/1.4/intro/install/ Django Quick Install Guide] | |||
[[Category:Python]] [[Category:Django]] [[Category:Web Development]] | [[Category:Python]] [[Category:Django]] [[Category:Web Development]] | ||
Revision as of 16:52, 15 February 2013
Overview
Links to articles related to Python and Django development.
Links
Tutorials
- The Official Django Tutorial
- Getting Started with Django
- Web Development with Python and Django
Slideshow hosted by Python Weekly - Python Style Guide