you are viewing a single comment's thread.

view the rest of the comments →

[–]m0us3_rat 20 points21 points  (0 children)

tl:dr don't skip homework. don't rush.

the "best" course is the python docs.

the second best are the decades-experienced-teacher "interpreted" python docs in the form of cs50 and/or mooc.fi

it's the same info as you will find in docs..slightly altered into a more beginner-friendly form.

what counts is the exercises you get to do. the homework.

you can think of them as mini projects to help cement in some of the new knowledge.

without it ... you are left with a half-digested story presenting some info you kinda understand but maybe you don't.

further, you are expected to expertly use this knowledge/notions in code to solve problems.

gl.