Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 941 Bytes

File metadata and controls

23 lines (12 loc) · 941 Bytes

Python Exercises

Thursday, March 6 - Text Analysis

1. Review

Take a look at the notebook we looked at last time: Anatomy of a Python Script

2. Term Frequency - Inverse Document Frequency

Notebook: TF-IDF with Scikit Learn From Melanie Walsh, Introduction to Cultural Analytics with Python

Thursday, January 30

1. Python Basics

Work from Al Sweigart, Automate the Boring Stuff with Python, Ch. 1, Python Basics

Complete the exercises and questions in a new jupyter notebook file.

2. Anatomy of a Python Script

Work from this notebook, from Melanie Walsh, ch. 3, Introduction to Cultural Analytics with Python