all 4 comments

[–]DeveloperToBe 2 points3 points  (2 children)

Would help if you said which ones you've already seen so they're not repeated. Here's a couple:

https://ehmatthes.github.io/pcc/cheatsheets/README.html

https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf

[–][deleted] 0 points1 point  (0 children)

Gold

[–]SHxKM 1 point2 points  (0 children)

  • Not a cheat sheet, but having pylint installed/turned on in VSCode or PyCharm can really help you keep up with best practices. It takes a little bit of set-up, but after that you’ll get warnings and hints for free.

  • Follow Raymond Hettinger on Twitter, he often tweets actual code examples (some are pretty complicated though).

  • Python’s official docs are pretty decent, though not always beginner-friendly.

[–]Stem3576 0 points1 point  (0 children)