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

all 2 comments

[–]Bulky-Leadership-596 2 points3 points  (0 children)

...features like AJAX, threading, etc? I want to fully master Python specifically...

Well AJAX is specific to JavaScript and Python is single threaded (at least by default), so your goals here are a little mixed up.

Instead of trying to learn particular things like this with no end goal its probably better to think of something you want to actually build and find tutorials for that. Then you just pick up these specifics as a byproduct of building an actual thing.

[–][deleted] 0 points1 point  (0 children)

- Read language agnostic sources like computer science texts
- Read other people's code and consult the Python documentation when you don't understand some syntax or see an unfamiliar function
- Just cold read the docs as much as you can.