Completed
What scripts are we talking about?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Useful Project Utils in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Prerequisites
- 3 What scripts are we talking about?
- 4 Why is Python better? - Syntax
- 5 Why is Python better?-Data structures and types
- 6 Why is Python better? - Modularity
- 7 Code organization
- 8 Command-line interfaces in Python
- 9 Runting other programs from Python-subprocess
- 10 Manipulating the flesystem from Python-pathlib
- 11 Writing unit tests in Python-doctest
- 12 Writing unit tests in Python-unittest
- 13 Writing unit tests in Python - pytest
- 14 binst shell script
- 15 System with multiple devices
- 16 Summary