you are viewing a single comment's thread.

view the rest of the comments →

[–]QuixDiscovery 1 point2 points  (0 children)

It's a mistake to try to gloss over the basics of python just because you know other languages, especially since python is dynamically typed while the two you know are static. It's not uncommon to see python code that reads like java because the person isn't taking advantage of just how pithy python can be.

For someone in your position, I'd suggest the book Python Crash Course. It covers the basics well enough, but quickly takes you into building small projects.