Added Python post.
[blog.git] / posts / Python.mdwn
1 [Python][] is a programming language designed to be easy to write and
2 maintain.  The Python philosophy is encapsulated in [the Zen of
3 Python][pep20].
4
5 See the [liki page][] for assorted useful tidbits.
6
7 [Python]: http://www.python.org/
8 [pep20]: http://www.python.org/dev/peps/pep-0020/
9 [balance]: http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines
10 [liki page]: http://www.physics.drexel.edu/liki/index.php/Python
11
12 [[!tag tags/tools]]
13 [[!tag tags/programming]]
14 [[!tag tags/python]]