Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added information about splinter and requests libraries in Python #88

Merged
merged 1 commit into from
Oct 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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