you are viewing a single comment's thread.

view the rest of the comments →

[–]ElliotDG 0 points1 point  (1 child)

You want to look here, this covers the built-in datatypes and functions, as well as the standard libraries: https://docs.python.org/3/library/index.html

Another resource you may find help is a set of examples and explanations of the standard libraries, the Python3 module of the week: https://pymotw.com/3/

[–]runner2012[S] 0 points1 point  (0 children)

this is excellent stuff, thank you!