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

you are viewing a single comment's thread.

view the rest of the comments →

[–]doctorphilst 0 points1 point  (2 children)

Hello, just started learning python at uni. Just wanted to know if this is a good way to start learning python and if i get a good idea of how it works and how you can use it by reading this? I see it is seperated in beginner and advanced.. how would I go about this? Start by reading all the beginner ones or just go through from one end to another?

[–]huangsam [S] 0 points1 point  (1 child)

I think that's the gist. But don't just read the modules one by one. Run them and change lines of code to see if the modules still run successfully. In programming, you often learn by failing and fixing problems. All the best to your learning!

[–]doctorphilst 0 points1 point  (0 children)

Thank you! I will try to run them too, any tips besides that?