Hacker News new | ask | show | jobs
by weaksauce 5231 days ago
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.
1 comments

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