Add 'wav' source and drop 'tflt' id3 tags in mkogg.py.
[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 Useful tidbits:
6
7 * [Hitchhiker's guide to packaging][hgp]
8 * [NumPy/SciPy documentation guidelines][numpydoc]
9
10 [Python]: http://www.python.org/
11 [pep20]: http://www.python.org/dev/peps/pep-0020/
12 [hgp]: http://guide.python-distribute.org/introduction.html
13 [numpydoc]: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
14
15 [[!tag tags/tools]]
16 [[!tag tags/programming]]
17 [[!tag tags/python]]