diff --git a/python/resources.md b/python/resources.md index 0172c530..728fa49e 100644 --- a/python/resources.md +++ b/python/resources.md @@ -94,6 +94,8 @@ Python Development Resources + [Raven](http://raven.readthedocs.org/) is a Python client for Sentry + [IPython](http://ipython.org/ipython-doc/stable/interactive/tutorial.html) - Extended interactive shell + [IPDB](https://pypi.python.org/pypi/ipdb) - IPython support for PDB + + [Splinter](https://pypi.python.org/pypi/splinter) - Automate browser actions, such as visiting URLs and interacting with their items. + + [Requests](https://pypi.python.org/pypi/requests) - Non-GMO HTTP library for Python + [Templating in Python](https://wiki.python.org/moin/Templating) + [Jinja2](http://jinja.pocoo.org/docs/) is a full featured template engine for Python. + [Wheezy template](https://bitbucket.org/akorn/wheezy.template) - Compact, Expressive, Clean, Blazingly Fast