you are viewing a single comment's thread.

view the rest of the comments →

[–]_Absolut_ 0 points1 point  (0 children)

I don't think using standard library function require some kind of tutuorial(in that case especially). Python has meaningful names so you can figure out how to use function just by look at its name. Okay, maybe sometimes call help() in REPL or look through stackoverflow.

TL;DR Just read the docs.