Learn Python Using the Best Language Features

In this Wintellect webinar presented by Michael kennedy, host of the TalkPython and PythonBytes podcasts, you will learn Python using 5 of the best features. Michael provided a live coding session showing Python examples for:

  • Python lightning refresher
  • Tuple assignment and unpacking
  • Dictionaries for performance
  • Generators
  • Leverage inline methods with lambda expressions
  • __slots__

Using these best features and best practices of the Python language, you will learn how to write more efficient and readable code which will also enable them to pick up other Python libraries more quickly.