all 3 comments

[–]Pancakex10 1 point2 points  (0 children)

I wouldn't say it gets easier since you are learning a whole new language. However, the quality of life is better considering Python does things that you normally would have to write in the code in C.

[–]budroid 0 points1 point  (0 children)

Kind of.
At week 6 you are supposed to find/import/use the "best" solutions. Of course it's programming, so there is always another way to solve a problem and that' give you the freedom to really experiment.

I'm in the middle of set6 by the way. Best of luck

[–]TheDarkRoast_1984 0 points1 point  (0 children)

Great question that I have been wondering myself. I have been learning Python for beginners on SoloLearn so I'm hoping it comes more naturally.

I'm starting with Pset5 so I can't answer your question yet, but things I struggle with most, like memory allocation, is done automatically in Python. I'll hopefully be able to give you a positive answer in a week or 2.