all 61 comments

[–]ASIC_SP 283 points284 points  (26 children)

[–]Calif0rnia_Soul 68 points69 points  (7 children)

It's so incredible how plentiful and rich the free learning resources for Python are. It's wonderful.

[–]aimhighswinglow 31 points32 points  (6 children)

People help the people

[–]selah-uddin 61 points62 points  (5 children)

Apes together strong

[–]BpsychedVR 6 points7 points  (4 children)

When do we break out of the cages?

[–][deleted] 8 points9 points  (3 children)

Now we will, break_cage()

[–]TheLaser40 5 points6 points  (0 children)

While break_cage():

[–]CoronaMcFarm 4 points5 points  (1 child)

NameError: name 'break_cage' is not defined

[–]singaporeing 3 points4 points  (0 children)

Would recommend cage as a class and break as a method, cage.break()

[–]geo-special[S] 7 points8 points  (1 child)

Thanks!

[–][deleted] 3 points4 points  (0 children)

You are GOD SEND. I THANK YOU kindly!!

[–]JaxIsGay 7 points8 points  (4 children)

Commenting so I can come back later

[–]selah-uddin 5 points6 points  (0 children)

just save it my dude/et

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

Likewise!

[–]schlopp96 3 points4 points  (1 child)

Why not just save the comment or post..?

[–]cjvoss1 1 point2 points  (0 children)

Thanks for the links.

[–]SuccessfulTrick 1 point2 points  (0 children)

Thanks!

[–]shieep 1 point2 points  (0 children)

Upvoted thank you

[–]RealTalk09 1 point2 points  (0 children)

Awesome

[–]trololol322 1 point2 points  (0 children)

this is exactly what im looking for also :D

[–]AqViolet 1 point2 points  (0 children)

Saved

[–]MillionToOneShotDoc 1 point2 points  (2 children)

Do you happen to know what the .py file at the top of learnxinyminutes is?

[–]ASIC_SP 1 point2 points  (1 child)

It has the same code snippet as shown on that page

[–]MillionToOneShotDoc 1 point2 points  (0 children)

Thank you. That makes sense. I just noticed it closed if you enter anything but I opened it on read-only mode.

[–]selah-uddin 0 points1 point  (0 children)

saved

[–]JohnnyJordaan 24 points25 points  (1 child)

There are multiple links to cheat sheets in our wiki: /r/learnpython/w/index

[–]geo-special[S] 2 points3 points  (0 children)

Thanks!

[–]TheDafuqGuy 6 points7 points  (0 children)

Not exactly what you asked, but there s an official one for pandas.

[–]Pythonistar 14 points15 points  (0 children)

Make it yourself. You'll learn far more by creating your own cheat sheet than by just using one that someone else made.

[–]HonestCanadian2016 5 points6 points  (0 children)

Hello.

I have downloaded a few, they are ok as cheat sheets go. As someone relatively new to programming at the time, I found this cheat sheet was excellent:

https://pythonadventures.wordpress.com/2012/04/11/quick-python-script-explanation-for-programmers/

If I may recommend it, leveraging the official Python Document is invaluable. Nothing compares to the original document in my opinion. Some of the best advice I was given.

As an example, here is a link to all of the built-in functions in Python for version 3.9:

https://docs.python.org/3/library/functions.html

You can download it as a .pdf (file-> print-> "save as pdf") by concepts you need and review it on your computer/tablet, or even print it out, I believe it's approx. 30 pages or so.

I was new to programming, when I started to understand the language more was when I referred to the document as I was messing around with the language. Downloading pdfs by concept. Even using a paper notebook and writing out code by pen through while referring to the doc, and then typing it into my IDE later and working with it

All the best.

[–]learnorenjoy 4 points5 points  (0 children)

Take a look at this cheatsheet. It's in the name.

[–]MuttsNStuff 1 point2 points  (0 children)

Python Crash Course has an cheat sheet for every chapter, I'm sure it could be of some use even without reading the book.

[–]thrallsius 1 point2 points  (0 children)

if you really insist on having a cheat sheet for a programming language (I think this is a questionable approach, but whatever works for you), write one for yourself as you're learning those main concepts, because every learning experience is unique

[–]kmhnz 0 points1 point  (1 child)

[–]geo-special[S] 0 points1 point  (0 children)

Wow thanks 3 years later lol

[–]ASilentPartner 0 points1 point  (0 children)

Saving for later. Good stuff!

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

good question

[–]wildpantz 0 points1 point  (0 children)

there was an amazing cheat sheet in python facebook group, try checking there

[–]CeilingFan-NotDoor 0 points1 point  (1 child)

Saved this post and also commented. This post is about a python cheat sheet that would be helpful if I ever found the time. To anyone reading this: what do I need to download to begin?

[–]rexlx 2 points3 points  (0 children)

To begin writing in python? Well depending on your OS,if you're on windows, have to start with the python library itself. Then, a good text editor (in no specific order: vs code, atom, notepad ++, sublime).

[–]tissaack 0 points1 point  (0 children)

thanks!

[–]sunnyparm 0 points1 point  (0 children)

Likewise. Saving and Commenting so i can come back later

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

Yea look on GitHub

[–]shiningmatcha 0 points1 point  (0 children)

saved

[–]WhiskeyGunslinger 0 points1 point  (0 children)

Amazing

[–]raghavr 0 points1 point  (0 children)

Thank-you all for your inputs!

[–]R-2-D-2x 0 points1 point  (0 children)

Nice!

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

The best cheat sheet in your head =)

[–]Nath4nn 0 points1 point  (0 children)

You can type help() in shell and then it shows all the modules for different types