Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Awesome Command-Line Programs in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 About me
- 4 About this talk
- 5 Why write commandline programs
- 6 Dont throw away scripts
- 7 What makes up a commandline application
- 8 Commandline interface
- 9 Signals
- 10 CommandLine Parsing
- 11 Oddpass
- 12 SubCommands
- 13 InputOutput
- 14 StandardOut and StandardError
- 15 Logging
- 16 User Interface
- 17 Color
- 18 Progress
- 19 IO
- 20 Configuration
- 21 ConflictParser
- 22 Signal
- 23 Exit Codes
- 24 Other C frameworks
- 25 Questions