Beautiful Python Refactoring



  • Change 1
    • Enumerate
      • Before
        • alt
      • After
        • alt
      • Remove print, its superflous
        • alt
      • Change to list comprehension
        • Before
          • alt
        • After
          • alt
  • Avoid the Itm
  • Change 5
    • Use Slicing for lists
      • Before
        • alt
      • After
        • alt
  • alt

Backlinks