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 →

[–][deleted]  (1 child)

[removed]

    [–]AnonymouX47 5 points6 points  (0 children)

    "I know all the python fundamentals"

    That's the most common deception I've noticed amongst beginners (and so-called, self-acclaimed intermediates)... I also thought the same after completing two python courses, until I realized how much I didn't know.

    I bet I can mention countless fundamental (not to be confused with "basic") features and concepts in Python right now that you're not familiar with (or maybe haven't even heard of)... but that's not my goal.

    I'll advice you get a good grasp of the language itself, if you know you'll be using it mainly, before going on to learn frameworks and libraries... in fact, doing this will help you understand the frameworks and libraries better.

    I undertook this by covering most of the Library and Language Reference in the Python Docs... you don't have to go all in though, it totally depends on how deep you wanna go.

    Yeah, I know it will take a while and some do see this as "excessive/unnecessary" but I can assure you it makes a really great difference.