Workshops
Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.
Using the Python REPL
Arithmetic in Python
Assigning a variable
Strings in Python
Calling a function in Python
Functions versus methods
String methods to know in Python
Concatenation vs interpolation
Multiline strings
F-string cheat sheet for
Python doesn’t have type coercion
Using breakpoint to debug in Python
Introspecting Python objects
Python’s “if” statements
Conditional operators in Python
Boolean operators in Python
Understanding help() in Python
Prompting a user for input