0
List of most used Python functions
I am currently doing the Python course here on SoloLearn and I'd like to create flashcards for all the "important" functions. However, I only manage to find lists of the entire standard library and that is too much and overwhelming. Like, when you want to learn French, you only memorize the 2000-3000 most used words instead of an entire dictionary and only look up the rest when you need it. I would really appreciate it if someone could show me where to find such a list. If there was a site that made such lists not only for Python 3 but other languages as well, that would be even better.
1 Answer
+ 4
A cheat sheet like this one, maybe:
http://www.cogsci.rpi.edu/~destem/igd/python_cheat_sheet.pdf
... or this other one, more complete:
https://github.com/ehmatthes/pcc/releases/download/v1.0.0/beginners_python_cheat_sheet_pcc_all.pdf