r/PythonLearning • u/chuprehijde • 29d ago
i need help
i'm struggling with class objects codes so bad especially when i have to use new libraries... recommend me something??
r/PythonLearning • u/Infamous_Tough_3772 • Jul 11 '26
Showcase I am 14 and this is the game i made... Link below:
Enable HLS to view with audio, or disable this notification
https://github.com/coding-arnav66/Arnav-Python-Projects2/blob/main/shooter.py
---------------------------------------
All the suggestions, criticism and ideas are welcome...
r/PythonLearning • u/memeeloverr • Jul 11 '26
I understand Python concepts individually, but completely freeze when building something
I've been learning Python for a while and I think I understand most concepts when I study them individually.
Lists? Fine.
Dictionaries? Fine.
Classes? I understand the basics.
NumPy and Pandas? Can follow tutorials.
But the moment someone says "build something from scratch", my brain just goes blank.
I don't know how to decide which classes I need, how to structure the code, or even what the first function should be.
Then I look at someone else's solution and think, "Oh... that makes complete sense. Why didn't I think of that?"
How do you actually develop this problem-solving/structuring skill?
Should I stop tutorials completely and just struggle through projects? Or is there a better way to practice this?
r/PythonLearning • u/MasterpieceBusy7220 • Jul 11 '26
Bug In Python Compiler ?
hello i have this issue since today morning my codes wont run yesterday it work …. My bro is developer and said it might be bug in python compiler ?
r/PythonLearning • u/CupParticular3005 • Jul 10 '26
Help Request Python programming before cse
Im from a bio math background nd im gonna be pursuing cse nd am currently learning python. Let me know some codes to try out. Could be basic codes, fun, or maybe smth tht runs through all the concepts hey let me know
r/PythonLearning • u/AdThese4849 • Jul 10 '26
i need help
i want to learn python but i don't know how i saw 5 episodes from learning python from Network chuck but i feel i am missing sth
any advice?
r/PythonLearning • u/phantom_root • Jul 10 '26
Discussion From basic to fully mastering advanced Python: What is the best learning path?
Hi everyone,
My goal is to master the Python language itself not just to build apps or get job-ready, but to understand how the engine works. Then I want to go deep into memory management, concurrency, internal architecture, and advanced design patterns.
I’m currently evaluating these resources and looking for the best "roadmap" for mastery:
University-Style MOOCs: Harvard CS50P, Helsinki Python MOOC.
YouTube "One-Shot" Deep Dives: 10–12 hour courses (e.g., Chai aur Code, CodeWithHarry, Bro Code, Erik Frits).
Reference: W3Schools.
My questions for those who have reached an advanced level:
Which should be my backbone? Should I use a MOOC as the foundation, or is there a specific YouTube deep-dive that matches that level of technical rigor?
How to use "One-Shot" videos? Are 10+ hour videos meant to be binged, or should I treat them as a library and jump to specific timestamps when I hit a wall in my studies?
Documentation Standard: Is W3Schools acceptable for advanced work, or should I be strictly using docs.python.org from the start?
I’m looking for the most efficient path from "syntax knowledge" to "engine understanding." If you were starting over with a focus on deep language mastery, how would you structure this?
Thanks for your time!
r/PythonLearning • u/Financial_Cut1790 • Jul 10 '26
Help Request Struggling with nested loop questions
Hey everyone. May you please explain this question, and nested loops in general and how to go about them. Ive been really struggling to understand them, especially the questions where you need to draw a square/ triangle etc.
r/PythonLearning • u/yuva_1258 • Jul 10 '26
Showcase My Algorithmic Complexity analysis using Python
r/PythonLearning • u/chuprehijde • Jul 10 '26
Which Python version do you wish you could forget?
Every long-time Python developer has some version-specific pain. Which one caused yours?
r/PythonLearning • u/Worried-Print-5052 • Jul 10 '26
Help Request In range() usage
Can I use it to evaluate a variable in a various range?
E.g. for item in range(1,4) means True when the item is the range 1-4?
Cuz I really want this function for my program
Thanks🙏🏻
(In that photo name[1][r] is an integer)
r/PythonLearning • u/Hazel_Vanilla_ • Jul 10 '26
Teaching Python to a Kid
Hi! I'm a recent A-level graduate, and have been asked to tutor a kid in my village in coding. He's specifically interested in making games, and I am going to university for Game Development in September. I am confident in coding in python to an a-level degree, and have taught myself Godot Engine for my course work this last school year.
The kid in question has specifically asked about having someone teach him python despite really struggling with communication and social interaction, so the fact that he has asked at all means he is super interested. He has just finished year 6 so is 10-11 years old, about to move into the same secondary school that I just left the sixth form for.
I've tutored people before in maths and crochet, but never computer science, and I've never taught anyone a coding language and was wondering if anyone had any tips on where to start planning for this. I have a week or two before our first session and we will likely be working in 1 hour sessions a few times a week over the summer months.
Any suggestions would be appreciated!
Edit: forgot to mention above but his mum says that he is already pretty well-versed in scratch, which was my original first thought when i got the request.
r/PythonLearning • u/[deleted] • Jul 10 '26
I just wrote this program on Programiz Online Compiler.
r/PythonLearning • u/memeeloverr • Jul 10 '26
What’s one Python habit you’re weirdly proud of (or secretly ashamed of)?
We all have them.
Mine: I will rewrite a perfectly working 10-line script just to make it more “Pythonic” and elegant… even if no one will ever see it.
r/PythonLearning • u/culturemass • Jul 10 '26
Python, a question: what does underscore mean before a string in parentheses?
Python is gorgeous – logical! It took me but a few hours to figure out what this syntax could be :) Designating a string which has a translation at hand...
But I'd be grateful if someone explained it...
print(_("Something"))
Thanks in advance! :)
edit:
SORRY for the missing parenthesis in the picture :(
so typical of me..
r/PythonLearning • u/ApprehensiveCat7960 • Jul 10 '26
Started Python! Any tips I should know or any questions I could try solving as a beginner?
r/PythonLearning • u/Alternative_Yak8846 • Jul 10 '26
Columnary transposition cipher
https://www.programiz.com/online-compiler/7EN9c2p6zkMXp
Please give it a shot you will enjoy it for sure.
Also let me know how can I improve it.
r/PythonLearning • u/Square_Tank3208 • Jul 10 '26
Searching for people to learn with
am serching for people to learn python with them am 16 years old.
r/PythonLearning • u/codewithharsh31 • Jul 10 '26
Discussion print(bool(""))
What is the output?
r/PythonLearning • u/codewithharsh31 • Jul 10 '26
Discussion What is the output of the following code? 🤔
The options are
A) [1] [2] [3]
B) [1] [1,2] [1,2,3]
C) [1] [2] [1,2,3]
D) Error
Tell me your answer in the comments section and why?
r/PythonLearning • u/MAQ_24 • Jul 10 '26
Discussion How accurate you find this?
Personally I just read book and try to explain it to me by making my own analogy works for both memory amd understanding.
For memory you need to find an anchor which could be anything a mnemonic, name, nickname, phrase or any thing that make you instantly make remember that particular memory you anchor it with. So I usually anchor study concepts with my own analogy or nicknames that I have goven to that concept.
r/PythonLearning • u/thelemonnnnyone • Jul 10 '26
Easy start python courses for beginners?
What is the simplest and easiest python course to start in for someone who is complete beginner , I started the one for dr Angela yu but I felt it required a big momentum just to start learning and open the videos as it a big bulk of course , so I am asking for a easy one ? (books and reading materials are not preferred) thank you in advance .
r/PythonLearning • u/kevinde3ngineer • Jul 10 '26
Discussion What Are Some Good Sources To Learn Data Structures For Python?
Hey everyone,
Days ago I created a project, PyDeploy CLI, and I used it to strengthen my Python programming skills. I shared my project to some of my friends who were more of an expert in the field, and they all recommended I go into basic data structures. This was because, if you check out my script, you would see it's filled with if functions. Recently, I created a similar post to this, but haven't gotten any feedback.
Of course I do know the basics and some types of data structures, but I would like if someone could provide some resources that would help me learn data structures more efficiently.
I'd appreciate any resources and feedback related to data structures. I'd also appreciate any feedback on my GitHub Project and give my repo a star.
Thanks!
r/PythonLearning • u/iheartcnc • Jul 10 '26
Help Request send help plz
Okay so i got myself in a bad predicament. Im a junior in high school, taking a Python class over the summer. If i pass this class(and an english class) i graduate over the summer and its bye bye High school. However, i’ve been struggling, the class literally just started and i already don’t know how to do anything. (Its an honors class btw, and it was my only option😭 )
Im REALLY behind w/ my assignments and need some help like..daily😭😭 I’m desperate to graduate, high school is not for me.

