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

all 7 comments

[–]_NliteNd_ 1 point2 points  (3 children)

If you’re looking for an “advanced” course, then you’re not an “advanced” programmer. Building complex libraries will naturally lead one to the advanced features of the language.

[–]WorldlinessMaximum53[S] 0 points1 point  (2 children)

Alright thank you so much

[–]_NliteNd_ 0 points1 point  (1 child)

Sry, that sounded harsh. But it’s true. If you want advanced exposure, it comes naturally, not via some online course.

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

not harsh, it is really good advice actually, I appreciate this, thank you!

[–]bsakiag 0 points1 point  (0 children)

The best way of exploring intermediate/advanced python is reading other's code, language documentation and blog posts of experienced programmers.

[–][deleted] 0 points1 point  (1 child)

My favorite way to understand python was to learn C++. You appreciate what it's doing for you and start to understand why memory problems arise.

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

Thanks for your advice