From 5c93a491f41f3f7298afe063017155832c5b7cfb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Oct 2010 15:09:39 -0400 Subject: [PATCH] Added Python post. --- posts/Python.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 posts/Python.mdwn 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]] -- 2.26.2