Completed
Escape sequences
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Hitchhiker's Guide to CLIs in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 In the beginning ...
- 3 teletype
- 4 (t)ele(ty)pe
- 5 Signals
- 6 In-band signaling
- 7 Control characters
- 8 Escape sequences
- 9 Streams
- 10 stdout and stderr
- 11 Redirection
- 12 Command-line interfaces
- 13 Options
- 14 Standards
- 15 POSIX
- 16 XDG base directory specification
- 17 Standard library
- 18 getopt
- 19 optparse
- 20 PEP 389
- 21 Python Package Index
- 22 Progress bars
- 23 Application folders
- 24 Paged output
- 25 Colored text
- 26 Launching editors
- 27 User prompts
- 28 Testing click code
- 29 Packaging the CLI
- 30 User experience