From 047c1da89a5aa50402f3b03616b08ee2b1132be5 Mon Sep 17 00:00:00 2001 From: Kartik Verma Date: Sat, 7 Oct 2017 23:45:50 +0530 Subject: [PATCH] Added information about splinter and requests libraries in Python --- python/resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/resources.md b/python/resources.md index 0f97adf2..37490ca2 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