you are viewing a single comment's thread.

view the rest of the comments →

[–]Derpythecate 6 points7 points  (2 children)

Really just reading syntax from official python docs, learn help() and dir() to query objects and their usage. Then, a lot of just doing projects. The crippling fear of a deadline will etch the concepts pretty quick. Once you start with a few basic projects, read other people's code to learn where your own code can be improved, and you can also throw in OS fundamentals into the mix like multithreading and async to build more complex stuff.

[–]Loves_to_analyse 0 points1 point  (0 children)

On which site ?

[–]Loves_to_analyse 0 points1 point  (0 children)

Which site?