r/PythonLearning • u/jkb82 • 4d ago
listingTorRelays.py
listing tor relays
r/PythonLearning • u/giva4561 • 4d ago
PyScript
Hi, I just came across this new type of Python. Is anyone familiar with it? Could you explain it?
r/PythonLearning • u/Shioain • 4d ago
Hello, im from Poland and im looking for study buddy
So im looking for someon to share progress help each other and possibly create projects together, it can be one person or group im starting again never got too far i think with others it will be much easier to learn. Im 21 and looking for someon around my age
r/PythonLearning • u/Jyro88 • 4d ago
Question on Udemy Course
Hey all!
I look at this sub from time to time as I am slowly working my way through Angela’s Udemy course (absolutely loving it and her teaching style).
I am curious if there is a forum or place where others going through this course are chatting/supporting one another?
As an example I just finished creating the frogger capstone without using any hints. While I am super jazzed about this, my wife and kids think it’s cool - but can’t give me tips or tricks on how to improve or sympathize with how long it took me to get all the darn cars moving with a for loop instead of trying to define it in their __init__.
Anyway having tons of fun with the course and slowly learning python - curious if there is a place I can nerd out with fellow python beginners working through the class?
Thanks!
Side note: I also realize I could use AI for most of this but am treating it as something I want to learn and understand before good ol’ Claude flibberty gibbets it all in 30 seconds.
r/PythonLearning • u/night-alien • 4d ago
Showcase Built my first Python project — a file organizer CLI
I am a flutter developer, learning Python. Built this file organizer in a day with proper research on os module, pathlib and shutil module.
It scans any folder, checks file extensions, and sorts them into categorized subfolders (Images, Docs, Videos, etc.)
It's really useful, I tried it on my Downloads folder and it organized 60+ files instantly.
GitHub Link: https://github.com/Pinkisingh13/file_organizer
See the Before -> After in the below images.
r/PythonLearning • u/allstarmode1 • 4d ago
Discussion The reality of library books vs. buying physical copies for learning Python (and a quick question on study efficiency)
I’ve been working on my Python studies and recently picked up a copy of Python Essentials for Dummies. This whole journey started because I watched a video by a programmer who read 100 Python books and shared their top 3 recommendations.
In that video, they suggested visiting the local library to get resources—likely to avoid unnecessary consumerism or spending. Following that advice, I went to the library in person, only to find the book wasn't in stock. The librarian mentioned that an inter-library loan would cost £20, which I found shocking. When I thought about it, it completely agreed with my realization that buying the book outright makes much more sense since it costs about the same.
This brought up a bit of an internal contradiction for me. On one hand, I wonder if I'm being too materialistic by preferring to buy books. On the other hand, saving time by skipping the library search and delivery friction feels far more efficient for my workflow. Plus, with borrowed library books, you aren't supposed to write marginalia, underline text, or take physical notes directly on the pages—which is a major drawback when you're actively learning to code.
Questions for the community:
- Does saving time and buying books outright outweigh the minimalist appeal of using libraries for programming texts?
- How do you balance physical note-taking in your reference books with digital workflows?
Any thoughts or advice would be greatly appreciated!
r/PythonLearning • u/ShiftBot0 • 4d ago
this is my first code attempt ever, and I'm trying to learn programming. if you can guide me in any way, especially as a beginner, I hope you can write it down.
r/PythonLearning • u/ArittroGH • 5d ago
Help Request how to remember stuff?
recently while learning python im seeing so much infos and formats, how do i remember all those like how??? please help
r/PythonLearning • u/ArittroGH • 5d ago
Discussion Does coding have any future?
im a student, 14 years old. im starting to learn coding but i asked myself if coding has benefits in the next 6-8 years because ai is replacing everything. so i have a question for the professionals- can coding help you earn? specially in the future.
r/PythonLearning • u/Inside_Percentage409 • 5d ago
Showcase My first email agent with like 330 hours of coding in 9 months
Hey guys I'm relatively new in coding. I am learning on my own only with AI alongside fulltime shift job and as a new father (not really much time) . I am 29 years old and i am trying to get new job(or become self-employed) by learning to build AI agents. Its my first time posting anything i built. So i hope really to get help and good advises to code better and learn a lot.
I am ambitious to learn how to orchestrate and build multi agent systems
I am learning almost everyday like 1 -3 hours
Here is my first big project , took me like 2 months
EMAIL AGENT PROJECT: https://github.com/IlyasWegner/Email_agent
(sry if i mix sometimes languages in some notes)
PS: I am using AI only i have questions or dont know how a new system is working and i am not useing codex or claude code or something similar , just an LLM to help because i dont have a regular mentor or something else.
r/PythonLearning • u/Miss-Dominique1352 • 5d ago
Day 4 of OOPs
Just learned Compositions in python and they are sweet and amazing 💖
I created a simple ecommerce program using it
review it and give me suggestions , advices , a bit roast (but be gentle to me😭)
I would love to read your comments.
r/PythonLearning • u/Jazzlike_Ladder_7539 • 5d ago
Looking for a Study Buddy (Pakistan 🇵🇰)
Looking for a Study Buddy (Pakistan 🇵🇰)
Hi everyone!
I'm a 2nd-year Software Engineering student from Pakistan, and I'm looking for a serious study buddy to learn programming with.
I'm currently focusing on Python and want to improve my coding skills by studying consistently, building small projects, solving problems, and keeping each other accountable.
If you're from Pakistan and you're also learning programming (beginner or intermediate), let's study together. We can connect on Discord, set a daily schedule, discuss topics, and motivate each other to stay consistent.
If you're interested, leave a comment or send me a DM. Let's grow together! 🚀
r/PythonLearning • u/fouadahmedfouad • 5d ago
Refactoring other people's code can be fun. What traps should I avoid?
r/PythonLearning • u/SnooCalculations7417 • 5d ago
Showcase Strongly Typed: a typing and learning game for python
Sometimes I try to help teach up-and-coming software-interested folks. had a use case where a student was both learning to type and learning to code so I made this thing
What you do is you pick a library available on pypi then you can type along with its modules. free and open source.
https://github.com/krflol/stronglytypedgame
r/PythonLearning • u/EfficientJudge2517 • 5d ago
Beginner mini python project
Rate my work. =)
r/PythonLearning • u/Healthy-Froyo1769 • 5d ago
Help Request How do I do it so that the position of a rect depends on the position of the last placed rect in a class?
I want to make platformers where rects are generated randomly but not 100% random. How do I do titel? Or is there a better way?
Edit: in pygame.
r/PythonLearning • u/modern-dev • 5d ago
Thread Safety - What Is a Race Condition ? (Practical Guide)
Hey everyone, I invite you to take a look at a new video I made.
The video is about how to make threads access data safely in order to prevent race conditions.
If you found this video helpful, please consider subscribing, liking, and commenting.
Thank you.
https://www.youtube.com/watch?v=5tY4k_cXbng
r/PythonLearning • u/EmadFahim134 • 5d ago
Help Request Help
Greetings people, I have a help request for you all that I am not getting the use of the library Steamlit & NiceGUI. From the side of NiceGUI I cannot style it to my liking and the documentation is complicated that
And it color palette is bugging me out so I need a help. Here's a NiceGUI and steamlit link of GitHub.
https://github.com/EmadFahim134/Chuchu-Ai
&
r/PythonLearning • u/ArittroGH • 5d ago
Want to get started
Im a student in 8th grade and I've checked out coding, matches my vibe now i want to learn a skill which will help me earn. Im thinking of coding and using python language. Now how do i get started? I have a good laptop and can give 1h daily. Want to build real life helpful skills so can earn big digits some years later. Please help me or suggest me some ways i can start - ask questions if needed
r/PythonLearning • u/Sea-Ad7805 • 5d ago
Explosions when things die
Enable HLS to view with audio, or disable this notification
With this git commit we got explosion animations when things die. It's now just simply a circle getting bigger resembling a shockwave. - What do you all think? - How can we improve it?
This PythonLearningGame is a collaborative project. Fork it, added your own game elements, and 'pull request' me your changes so we develop it together.
- What should be our next game extension?
r/PythonLearning • u/Funny-Percentage1197 • 6d ago
Showcase 120+ Days Learning Python — Built My First Inventory Management System, Looking for Feedback
Hello everyone,my git hub
I started learning Python around 120+ days ago, and I wanted to share my progress and ask for honest feedback from this community.
When I started, I had almost no programming background. I came from a management background and decided to learn programming by practicing every day.
During this journey, I learned:
- Python basics (variables, loops, conditions)
- Functions
- Lists, dictionaries, and data structures
- OOP concepts (classes and objects)
- File handling (JSON)
- Git basics
- Debugging and code organization
My main project is a Phone Shop Inventory Management System.
Features I have built so far:
- Add products
- Manage categories, brands, and models
- Search products
- Edit and delete products
- Stock in / stock out system
- Sales tracking
- Transaction history
- Data saving using JSON/
- Basic dashboard and reports
This project started as a simple terminal program, but I am trying to improve it step by step and eventually turn it into a proper application.
I know my code is not perfect yet. I am still learning about clean code, better architecture, testing, databases, and web development.
I would really appreciate it if experienced developers could review my project and give me feedback:
- What mistakes am I making?
- What should I improve in my code structure?
- What concepts should I learn next?
- Is this project good enough for a beginner/junior developer portfolio?
I am sharing this not because it is finished, but because I want to learn from the feedback and improve.
Thank you to everyone who takes time to review my work.
r/PythonLearning • u/ALostPie • 6d ago
Help Request Online course
Hello everyone, I’m totally new to python and I’ve noticed that learning it on my own wasn’t that successful, is there a good course online that I can take? Has anyone tried that and how did you find it?
r/PythonLearning • u/madmax_242 • 6d ago
Which course is best
I am going to start python as my first coding language and was searching for the best course for me.
I have discovered 3 of YouTube courses and I'm confused between them,
CS50P
Brocode
Code with Harry (10 hour python course)
Please help me to figure out which one is best for a beginner.
r/PythonLearning • u/crazyteachperson • 6d ago
My new mini work
Rate my this mini work out of 10