A Python cheat sheet for those of us who do
coffeeghost.net
A Python cheat sheet for those of us who do
1–10 of 12 posts
Re: A Python cheat sheet for those of us who do
#2...and for those who have never seen a programming language ever. Do they really need arrows that point to comments that say, "This is a comment"?
Re: A Python cheat sheet for those of us who do
#3Pretty disappointing.
Re: A Python cheat sheet for those of us who do
#4...and for those who have never seen a programming language ever. Do they really need arrows that point to comments that say, "This is a comment"?
They don't need to but it succinctly highlights the fact that there are two different ways of commenting code in Python.
Re: A Python cheat sheet for those of us who do
#5Pretty disappointing.
Could have at least used a dict.
Makes me want to do one of these now though.
Re: A Python cheat sheet for those of us who do
#6Re: A Python cheat sheet for those of us who do
#7Re: A Python cheat sheet for those of us who do
#8Pretty disappointing.
I run/host a community of Python new entry-level scripters. This seems perfect for them to see so they'll understand a little more about what they're seeing.
I'd welcome any other cheat sheets which you prefer, though. I was actually impressed at the clarity of this one because it's covered a lot of concepts that literally took a few forum posts to clarify for newbies.
Re: A Python cheat sheet for those of us who do
#9Not a bad reference for newbies, but this lacks some important things (dictionaries, tuples, list comprehensions, lambdas etc.). Also, the arrow-style explanations don't lend well to a quick-search reference.
Re: A Python cheat sheet for those of us who do
#10it's missing 'pass' which is essential if you wish for automatic indentation to work properly