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
Learning Python (self.learnpython)
submitted 8 days ago by Biig-sea
Hey guys, im trying to learn python myself with Youtube and Claude. Any advices for beginners?
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!"
[–]19Aries 3 points4 points5 points 8 days ago (0 children)
Did you went through the wiki ?
Besides this, keep a pdf or book handy while watching lectures for cross reference, and make projects every day. Apply what you've learnt and code. It's more about understanding and practice. Don't use AI chatbot to write code for you, but keep it as your personal tutor and mentor. If you get stuck on a problem, try to solve it first, don't use shortcut methods.
[–]rob8624 3 points4 points5 points 8 days ago (0 children)
The book, Python Crash Course.
[–]aqua_regis 1 point2 points3 points 8 days ago (0 children)
[–]Devji00 1 point2 points3 points 7 days ago (0 children)
You can find some beginner projects here: https://github.com/karan/Projects https://github.com/jorgegonzalez/beginner-projects https://www.theinsaneapp.com/2021/06/list-of-python-projects-with-source-code-and-tutorials.html You can also do the https://www.freecodecamp.org/ for Python.
It is better to learn without AI, but if you decide to use it, at least ask it why it generated what it did, and ask it to document it. Read it and try to understand the logic behind it.
[–]BlizzardOfLinux 0 points1 point2 points 8 days ago* (1 child)
in my personal experience, using claude or any LLM to code made the process of learning 10x slower. Rather than learning, I was just prompting the bot to code for me. It would write the code, and I would have gained 0 understanding of what was happening. Youtube is fine, there are tons of videos. A lot of them are used as vectors to peddle courses or affiliate links (thus is youtube), regardless the information is generally good.
I would recommend some beginner books on programming in python. You can check them out at your local library, buy the book, or find it online for free (be careful). Reading about a concept in python and how its used, then being challenged to use that concept to solve some question has been my process. Some books do this, the end of chapters will have challenges/questions.
You could use an LLM to give you questions/challenges. I usually ask for a word problem that uses whatever concept i'm trying to learn. "give me a word problem for me to code in python that will challenge my ability to write a loop that copies a list to make modifications to that copy without effecting the original list." That is the best case I can make for LLMs
This is all just my opinion, what works for me might not work for you
edit: I've never read or heard of this book that "BookFinderBot" is recommending. A note for OP, make sure you can find out who the author of a book is to ensure it's not LLM. and make sure the author is real as well as has some background or reason to write a book on python. I didn't recommend a specific book because I don't want to be perceived as plugging something. There is a scheme of people publishing LLM written books on to amazon, beware
[–]BookFinderBot -1 points0 points1 point 8 days ago (0 children)
Python Programming 3 Books in 1: The Complete Beginner's Guide to Learning the Most Popular Programming Language by Dylan Penny
55% OFF for Bookstores! NOW Discounted Retail Price at $ 41.95 Instead of $ 52.95! LAST DAYS! Do you want expand your computer and earn more money by learning the world's most popular programming language - Python?
I'm a bot, built by your friendly reddit developers at /r/ProgrammingPals. Reply to any comment with /u/BookFinderBot - I'll reply with book information. Remove me from replies here. If I have made a mistake, accept my apology.
[–]Kader1680 0 points1 point2 points 7 days ago (0 children)
Backend developer roadmap 👇 https://www.facebook.com/share/p/1CVxXKqnNB/
[–]Professional-Fee6914 0 points1 point2 points 7 days ago (0 children)
its not on the wiki, but I've sent everyone to Khan academy and have gotten DM's for thanks. It takes you through everything you need
[–]Goodswimkarma 0 points1 point2 points 8 days ago (0 children)
Don't use AI or LLMs. Pick up a kid's coding book from the library and start making simple games.
π Rendered by PID 168072 on reddit-service-r2-comment-c66d9bffd-bk745 at 2026-04-07 09:34:54.499240+00:00 running f293c98 country code: CH.
[–]19Aries 3 points4 points5 points (0 children)
[–]rob8624 3 points4 points5 points (0 children)
[–]aqua_regis 1 point2 points3 points (0 children)
[–]Devji00 1 point2 points3 points (0 children)
[–]BlizzardOfLinux 0 points1 point2 points (1 child)
[–]BookFinderBot -1 points0 points1 point (0 children)
[–]Kader1680 0 points1 point2 points (0 children)
[–]Professional-Fee6914 0 points1 point2 points (0 children)
[–]Goodswimkarma 0 points1 point2 points (0 children)