issues
search
gvwilson
/
sdxpy
Software Design by Example: a tool-based introduction with Python
https://third-bit.com/sdxpy/
Other
373
stars
55
forks
source link
check slides
#218
Closed
gvwilson
closed
5 months ago
gvwilson
commented
1 year ago
[ ] Introduction
[ ] Objects and Classes
[ ] Finding Duplicate Files
[ ] Matching Patterns
[ ] Parsing Text
[ ] Running Tests
[ ] An Interpreter
[ ] Functions and Closures
[ ] Protocols
[ ] A File Archiver
[ ] An HTML Validator
[ ] A Template Expander
[ ] A Code Linter
[ ] Page Layout
[ ] Performance Profiling
[ ] Object Persistence
[ ] Binary Data
[ ] A Database
[ ] A Build Manager
[ ] A Package Manager
[ ] Transferring Files
[ ] Serving Web Pages
[ ] A File Viewer
[ ] Undo and Redo
[ ] A Virtual Machine
[ ] A Debugger
[ ] Conclusion