28 - Import Modules and Exploring The Standard Library
28 - intro.zip
28 - my-module.zip
29 - OS Module Use Underlying Operating System Functionality
30 - Datetime Module How to work with Dates Times Timedeltas and Timezones
30 - dates.zip
31 - CSV Module How to Read Parse and Write CSV Files
31 - names.csv
31 - new-names.csv
31 - parse-csv.zip
32 - Itertools Module Iterator Functions for Efficient Looping
32 - iter-demo.zip
32 - snippets.txt
32 - test.zip
33 - data.txt
33 - emails.zip
33 - re Module How to Write and Match Regular Expressions Regex
33 - simple.zip
33 - snippets.txt
33 - urls.zip
34 - Working with Zip Files
35 - Python Tutorial Calling External Commands Using the Subprocess Module
36 - Generate Random Numbers and Data Using the random Module
36 - random-data.zip
36 - random-demo.zip