Python Web Scraping Snippets
A collection of Sublime Text snippets for web scraping in Python.
Overview
Python Web Scraping Snippets is a collection of useful Sublime Text snippets I organized and published. As the name suggests, the snippets are all related to web scraping in the Python programming language.
Motivation
While working on web scraping projects in Python, I noted that some code appeared over and over again in my programs. I kept track of these commands and made them into snippets to avoid repeatedly typing them.
Snippets
Python Web Scraping Snippets contains around 20 snippets for 3 popular Python libraries. The included snippets are listed in the project’s README, available on GitHub and Package Control.
Learn More
The code for this plugin can be found here. Its Package Control listing is located here.
To learn more about my other Sublime Text plugins, visit this page.