Python Cheat Sheet

If your into Python but need to check your syntax occasionally check out this Beginners Python Cheat Sheet

downloaded from Eric Matthes author of Python Crash Course
http://ehmatthes.github.io/pcc/cheatsheets/README.html

I searched for a thread that I remembered had a good list long of python learning resources but couldn’t find it, if someone has a link to that thread I could repost

with thanks to @DiRoots for twitter and @jose.oliveiraJXEPU for linkedin posts

2 Likes

If it is just for checking syntax, rather than buying a book to try and find the specific commands you are looking for, google will probably be easier and free. Between the python docs and stackoverflow, you can find almost anything you would need. And is this the posts you were looking for?

thats the one thanks, I’ll repost onto the thread

I’m all for free use of google, just to be super clear the cheat sheet is free
beginnersPythonCheatSheet.pdf (1.7 MB)
downloaded from
http://ehmatthes.github.io/pcc/cheatsheets/README.html

2 Likes