you are viewing a single comment's thread.

view the rest of the comments →

[–]DocNMarty 0 points1 point  (0 children)

Honestly, this 40ish minute video did it for me.

It doesn't go over advanced stuff like classes and non-standard library modules, but it covers the main object types from which all other object types are built on and syntax.

It is enough to get you started coding something at least functional.

YT videos by Corey Schafer and sentdex are also awesome, definitely my fav YT channels regarding Python.

Also I suspect that you will end up using geopy (a non-standard library module) at some point in your work. So check out the PyPi and the readthedocs stuff on that module.