Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soodoku/python-workshop
Introduction to Python, Data structures, scraping, APIs, pre-processing text data
https://github.com/soodoku/python-workshop
Last synced: 13 days ago
JSON representation
Introduction to Python, Data structures, scraping, APIs, pre-processing text data
- Host: GitHub
- URL: https://github.com/soodoku/python-workshop
- Owner: soodoku
- Created: 2015-04-11T18:17:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T14:03:57.000Z (about 9 years ago)
- Last Synced: 2024-10-11T12:16:03.045Z (27 days ago)
- Language: Python
- Homepage:
- Size: 556 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## Python Workshop
Data structures, scraping, APIs, and some text processing
The workshop covers the following scripts:
1. [Basics of Python](py_scripts/learn_py.py)
2. [Scraping webpages](py_scripts/get_html.py)
3. [Scraping pdf pages](py_scripts/get_pdf.py)
Uses pdf files in [ad_data](ad_data/).4. [Using NY Times Articles API using nytimesarticle package](py_scripts/nyt_v1.py)
5. [Using NY Times Articles API](py_scripts/nyt_v2.py)
6. [Basic Text Pre-processing](py_scripts/pre_process.py)