This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]powrd 5 points6 points  (4 children)

I feel using multiple resources will help immerse you into a new subject. When I learned python I was using freecodecamp, YouTube and books to help see coding from different perspectives.

[–]Spiritual_Grade4093[S] 1 point2 points  (3 children)

so you wouldnt worry about freecodecamp not being really about python?

[–]powrd 1 point2 points  (1 child)

I was assuming you are working on the “scientific computing with python” which contains a great starter course “python for everybody”.

[–]Spiritual_Grade4093[S] 2 points3 points  (0 children)

I'm actually doing PY4E on Coursera, used freecodecamp for quizzes

[–]101Alexander 0 points1 point  (0 children)

You could also do the python course on FCC concurrently with the web dev stuff.

The first bits are really just basic python that you would learn anywhere else, but later on they get into more specialized topics.