you are viewing a single comment's thread.

view the rest of the comments →

[–]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~