Topics

1/12/19

Python f-strings. Formating faster and better

Formatting data into strings for the user or other consumption is now faster and easier with python f-strings since python 3.6. This will give you the basics.

1/8/19

Python: Using nested multiple assigment in your code



Go past simple multiple assignment taught in beginning python courses to understand unpacking nested sequences with these techniques. (also known as deep unpacking)