This is the last post in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. Python treats functions as first class citizens. This provides a tonne of …
Archives for August 2016
[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Processing Large Data Sets With Yield and Generators
This is the 4th in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. Any time you are writing a method that returns a sequence (especially if that …
[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Merging Dictionaries
This is the 3rd in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. DICTIONARIES ARE IMPORTANT Dictionaries play an absolutely central role in Python. …