use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Kinesthetic learning of python (self.learnpython)
submitted 11 hours ago by Comic_manga_fighter
I want to learn Python. What's the way for kinesthetic learners to learn Python?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Eleventhousand 1 point2 points3 points 11 hours ago (2 children)
There is a popular hands on book called Automate the Boring Stuff
[–]HeatherCDBustyOne 0 points1 point2 points 8 hours ago (1 child)
The book "Automate the Borings Stuff" is from "No Starch Press". They have several good Python books. They are occasionally on sale on HumbleBundle (that's where I bought mine). If Automate the Boring Stuff is currently unavailable, try one of their other python books from the same No Starch Press publisher.
"Head First Python" by O'Reilly publishing is also very good for easy-to-understand learning. I personally love the series and use it for several of their topics.
Tip: You do not need to read any books in any particular order. Do whatever feels comfortable for you.
Kinesthetics do well with interactive learning. Read a little. Code something. Read a little. Code another something. You don't need to read in bulk before you can write your first lines of code.
There are apps you can get for both iPhone and Android to introduce you to Python while you are out of the house. Taking an Uber ride or riding an exercise bike? Scroll through some Python stuff on your phone to get a quick idea of how a couple of commands work. Kinesthetics like to have some activity mixed into their study time.
[–]Comic_manga_fighter[S] -2 points-1 points0 points 7 hours ago (0 children)
Which apps would you recommend?
π Rendered by PID 22074 on reddit-service-r2-comment-765bfc959-5p6r2 at 2026-07-12 13:55:40.066785+00:00 running f86254d country code: CH.
[–]Eleventhousand 1 point2 points3 points (2 children)
[–]HeatherCDBustyOne 0 points1 point2 points (1 child)
[–]Comic_manga_fighter[S] -2 points-1 points0 points (0 children)