Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 3.16 KB

README.md

File metadata and controls

19 lines (16 loc) · 3.16 KB

Applied Programming With Python

Lecture notebooks of Python taught in AP.

Comprehensions

Filing

Interactive Classes / Online Query Sessions (Spring 2020)

  1. Tuesday, March 31, 2020—Related to data structures: lists, sets, and tuples. video link | ipynb notebook.
  2. Tuesday, April 7, 2020—Related to data structures: dictionaries. video link | ipynb notebook.
  3. Tuesday, April 14, 2020—Related to simple comprehensions. video link | ipynb notebook.
  4. Tuesday, April 21, 2020—Related to nested comprehensions. video link | ipynb notebook.
  5. Tuesday, April 28, 2020—Related to File IO, iterating directory, and JSON. video link | ipynb notebook.
  6. Tuesday, May 05, 2020—Related to Web Scraping with BeautifSoup. video link | ipynb notebook.
  7. Tuesday, May 12, 2020—Related to Web Scraping of websites with Lazy Loading. video link | ipynb notebook.
  8. Tuesday, May 19, 2020—Related to (1) Numpy and Scipy. video link | ipynb notebook and (2) Demo of Term-Document-Incidence construction ipynb notebook for TDI.