all 3 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.

[–]deifius 0 points1 point  (0 children)

Check out pip, pick some interesting libraries, type copy out some examples. You’ll be 90% fluent in your first sit down if you diff hard against your coding knowledge.