mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / insider.mdwn
1 [[!template id=gitrepo repo=insider]]
2
3 Insider is a little [Django][] app I wrote to help my brother,
4 Garrett, track insider trading with a simple, familiar web interface.
5 It's a pretty simple app, partly thanks to Bradley Ayers'
6 [django-tables2][], which does the table formatting.  Just goes to
7 show that a good scripting language and framework make developing
8 simple apps a breeze!
9
10 The `README` is posted on the [PyPI page][pypi].
11
12 [Django]: https://www.djangoproject.com/
13 [django-tables2]: https://github.com/bradleyayers/django-tables2/
14 [pypi]: http://pypi.python.org/pypi/insider/
15
16 [[!tag tags/code]]
17 [[!tag tags/linux]]
18 [[!tag tags/programming]]
19 [[!tag tags/pypi]]
20 [[!tag tags/python]]