Python
About Lesson
  • Debug Python programs using pdb debugger
  • Assert for debugging
  • Testing with Python using UnitTest
  • Iterable and generator in Python
  • Yielding from the generators
  • Standard project setup in Python