Best Parts of Python
  • Difflib - Compare text and visualize differences
  • Sorted - Customize sort
  • Enumerate - Numbering list items
  • Pretty print - Formatted print
  • Bool - Understand Python's Truth Testing Procedure
  • Ask For Your Support
  • Csv - Reading & writing .csv files
  • Map - For loop alternative
  • Filter - For loop & conditional alternative
  • Comprehansions I - Simplify code
  • Comprehansions II - More simplification
  • Random - Generate random numbers, choose random items
  • Defaultdict - A smarter dictionary
  • Counter - Count anything
  • Namedtuple - A better tuple