Added Python post.
authorW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 19:09:39 +0000 (15:09 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 19:09:39 +0000 (15:09 -0400)
posts/Python.mdwn [new file with mode: 0644]

diff --git a/posts/Python.mdwn b/posts/Python.mdwn
new file mode 100644 (file)
index 0000000..9d76f5f
--- /dev/null
@@ -0,0 +1,14 @@
+[Python][] is a programming language designed to be easy to write and
+maintain.  The Python philosophy is encapsulated in [the Zen of
+Python][pep20].
+
+See the [liki page][] for assorted useful tidbits.
+
+[Python]: http://www.python.org/
+[pep20]: http://www.python.org/dev/peps/pep-0020/
+[balance]: http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines
+[liki page]: http://www.physics.drexel.edu/liki/index.php/Python
+
+[[!tag tags/tools]]
+[[!tag tags/programming]]
+[[!tag tags/python]]