======Programming - Python====== [[https://www.python.org/|Python]] =====Documentation===== [[https://docs.python.org/3.5/tutorial/|The Python 3.5 Tutorial]] \\ [[http://docs.python.org/tutorial/|The Python Tutorial]] points to Python 2.7.\\ [[http://learnpythonthehardway.org/|Learn Python The Hard Way]] By Zed A. Shaw \\ =====Webdevelopment===== [[http://flask.pocoo.org/|Flask]] is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed! [[http://www.pylonsproject.org/|The Pylons Project]] was founded by the people behind the Pylons web framework to develop web application framework technology in Python. Rather than focusing on a single web framework, the Pylons Project will develop a collection of related technologies. The first package is the Pyramid web framework. [[http://sphinx-doc.org/|Sphinx]] is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license. It was originally created for the new Python documentation. =====Blogposts/Articles===== [[http://www.linuxjournal.com/article/3882|Linux Journal - Why Python?]] Apr 30, 2000 By Eric Raymond. From Issue #73. \\