Python Reference and Tutorials: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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]
* [http://bitnami.org/stack/django BitNami Django Stack]<br />Django installer for Windows


[[Category:Python]] [[Category:Django]] [[Category:Web Development]]
[[Category:Python]] [[Category:Django]] [[Category:Web Development]]

Latest revision as of 20:24, 15 February 2013

Overview[edit]

Links to articles related to Python and Django development.

Links[edit]

Tutorials[edit]

Installation[edit]