Level 7: Advanced Coding - IncrediCoders/Python1 GitHub Wiki
TBD
These advanced techniques include docstrings (which we use a little in this book; these are like comments), sets (instead of lists), exception handling (which is especially useful for programs with data entry), advanced debugging (and the logging module), f-strings for organized string formatting, and list comprehensions (which we use a little).