From: W. Trevor King Date: Wed, 6 Oct 2010 19:09:39 +0000 (-0400) Subject: Added Python post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c93a491f41f3f7298afe063017155832c5b7cfb;p=mw2txt.git Added Python post. --- diff --git a/posts/Python.mdwn b/posts/Python.mdwn new file mode 100644 index 0000000..9d76f5f --- /dev/null +++ b/posts/Python.mdwn @@ -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]]