Lecture notebooks of Python taught in AP.
- Watch part 1 of 2 "Simple Comprehensions" and grab
ipynb notebook
here. - Watch part 2 of 2 "Nested Comprehensions" and grab
ipynb notebook
here.
- Reading and writing files. Dealing files with different natural languages. Iterating files in a directory. Get the related programming material and
ipynb notebook
here.
- Tuesday, March 31, 2020—Related to data structures: lists, sets, and tuples. video link |
ipynb notebook
. - Tuesday, April 7, 2020—Related to data structures: dictionaries. video link |
ipynb notebook
. - Tuesday, April 14, 2020—Related to simple comprehensions. video link |
ipynb notebook
. - Tuesday, April 21, 2020—Related to nested comprehensions. video link |
ipynb notebook
. - Tuesday, April 28, 2020—Related to File IO, iterating directory, and JSON. video link |
ipynb notebook
. - Tuesday, May 05, 2020—Related to Web Scraping with BeautifSoup. video link |
ipynb notebook
. - Tuesday, May 12, 2020—Related to Web Scraping of websites with Lazy Loading. video link |
ipynb notebook
. - Tuesday, May 19, 2020—Related to (1) Numpy and Scipy. video link |
ipynb notebook
and (2) Demo of Term-Document-Incidence constructionipynb notebook
for TDI.