4 ms·
Exercises are in python. Learning python as needed seems like a good strategy
by scarface548 15y ago
Exercises are in python. Learning python as needed seems like a good strategy
- weaksauce 15y agoPython 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.
- ramblerman 15y agoagreed, 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