2

Having to take Intro to programming with Python and being told I can't use tools that haven't been taught in that course yet. It's hard to go backwards. Had to do comparisons between 2 lists, can't use zip(). Things like that. It was a good class, just frustrating.

Comments
  • 1
    It's Python, it's easy to reinvent the wheel for easy tasks and sometimes even for the hard ones. Also, in the worst case you can always copy from the standard library.
Add Comment