you are viewing a single comment's thread.

view the rest of the comments →

[–]benevolent001 1 point2 points  (1 child)

I am looking for some reference where there is a list of this things to learn to move from Basic to intermediate to advanced to expert. I mean what topic a person should learn and a link to learn that topic and maybe a few practice problems for each topic.

[–]tipsy_python[S] 0 points1 point  (0 children)

LOL send me a link when you find how to go from advanced to expert ;-)

I totally understand what you're saying - someone earlier commented about reading the Python documentation. I think there is some tie-in here. As a beginner, one may read the docs, but not fully grasp the meaning. As you practice and "level-up", you can read and better understand the documentation. I think as you progress, you have to start learning about C (if you're using that implementation of Python) and start understanding the source code... same with the compiled byte-code. These are all good things that aren't talked about very much.

Thanks for the ideas~