Hacker News new | ask | show | jobs
by scarface548 5230 days ago
Exercises are in python. Learning python as needed seems like a good strategy
1 comments

Python is really fairly easy. You shouldn't have much trouble with it unless you are a beginner in programming in general. Even then it should still be possible with a little extra work.
agreed, I've found these exercises very doable with close to no python experience.

One thing that is really throwing me off atm, is all the static functions, sum(list), len(list) as opposed to more OO solutions