Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)