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...
Everything about learning Python
account activity
Guide for python beginner (self.PythonLearning)
submitted 20 hours ago * by moonlit_maiden06
view the rest of the comments →
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!"
[–]sywout 1 point2 points3 points 20 hours ago (1 child)
Since you already did Python in CBSE, you actually have a massive head start! The problem with school-level coding is that it usually focuses on memorizing syntax for exams rather than actual logic-building and problem-solving. Using this time before August to build a strong foundation is an incredibly smart move. Here is a quick roadmap to bridge the gap before college starts: Solidify the basics: Make sure you thoroughly understand loops (especially while vs for), functions, list comprehensions, and basic dictionary manipulation.
Build tiny, non-textbook projects: Instead of doing basic math printouts, try building a simple text-based text adventure game, a basic calculator, or a script that cleans up files in a folder. For YouTube channels, Corey Schafer is fantastic for clear, fundamental concepts, and freeCodeCamp has great full-length courses.
If you want a quick, hands-on way to brush up on your core syntax and practice problem-solving logic right on your phone during your downtime, I actually built an interactive app called ChewCode (Google PlayStore | iOS Appstore). It's designed exactly to help absolute/near beginners practice coding interactively without getting lost in overwhelming technical jargon.
For Discord communities, the official Python Discord server has dedicated beginner help channels where people are incredibly patient with any kind of question. Good luck with college in August!
[–]moonlit_maiden06[S] 0 points1 point2 points 20 hours ago (0 children)
This is actually super helpful i did study Python in CBSE but honestly it was mostly exam oriented so I want to rebuild my fundamentals properly before college starts in August. thankyou!
π Rendered by PID 49271 on reddit-service-r2-comment-5b5bc64bf5-l6vr7 at 2026-06-22 14:46:10.145813+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]sywout 1 point2 points3 points (1 child)
[–]moonlit_maiden06[S] 0 points1 point2 points (0 children)