Python: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 +
 +
==Learn==
 +
* http://docs.python-guide.org/
 +
* http://docs.python.org/2/
 +
* [https://www.youtube.com/watch?v=WmAEG1M8NpI Python 101 Video]
  
 
==Templates==
 
==Templates==

Aktuelle Version vom 7. August 2013, 12:49 Uhr

Learn

Templates

  • Jinja2 - is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.

Django

See Django.