Skip to content

Commit

Permalink
Merge pull request #88 from Eulercoder/gh-pages
Browse files Browse the repository at this point in the history
Added information about splinter and requests libraries in Python
  • Loading branch information
vicky002 authored Oct 8, 2017
2 parents 2a30109 + 047c1da commit 24edaa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24edaa2

Please sign in to comment.