This blog is about my top 5 favorite Python tips and tricks that can be used to make code more efficient and readable. List comprehension: just a neat and concise way to create lists! Using zip for parallel iteration: a neat technique when you have multiple lists and you want to iterate over them simultaneously. Context managers (with statement) for efficient resource management within a block of code (might be my fave of faves)
L O A D I N G
. . . comments & more!