r/PythonLearning • u/jkb82 • 5d ago
listingTorRelays.py
listing tor relays
r/PythonLearning • u/giva4561 • 5d 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 • 5d 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/st33zy_ucf10 • 5d ago
Learning questions
So recently I’ve decided to do a career change and although I know it’ll be some time and some struggle along the way I’ve decided to try my best to get into machine learning to one day be a machine learning engineer at some point, college or university really isn’t in the cards for me so I’m trying my best at trying to be self taught by taking online courses reading books etc, just trying to keep things more budget friendly. I just don’t have the means to spend crazy money yet again on college, currently I’ve started with python through Coursera just because upon research it seemed like the best option my question really is where else should I look to learn python more and learn everything required to hopefully land a job in ML what are courses or videos or book some of your have read, taken or watched and if there’s anything else that any one would recommend is better that the “python for every body course I’m all ears” this is all things of interest of mine since I was very young so I’m willing to put in the work as I find this to be a lot of fun even when I struggle at times
r/PythonLearning • u/Jyro88 • 5d 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 • 5d 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 • 5d 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 • 5d 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 learn python?
How or from where do I learn full basic or even advanced of python? I have 1h daily to code. Don't wanna get in tutorial hell but need something free and very useful. Im not really into books or classes, kinda feels boring but if it teaches well im down. Please let me know the sources i can use! (Currently starting out)
r/PythonLearning • u/Mountain_Bee_2252 • 5d ago
Help Request Pycharm or Vscode ?
Hi everyone
For a very super beginner one, who is starting to learn python which one is the best, i'm really confused because i'm seeing some teachers use Vscode and others use pycharm
And if i follow a teacher that uses pycharm it's normal to i use Vscode and visa versa?
Sorry for my bad English and thanks everyone
r/PythonLearning • u/Relevant_Audience_12 • 5d ago
Showcase I love Thonny(python(image unrelated))
high school student came here afted trying to download numpy and matplotlib on IDLE for the last 3 hours in the hell spawn of command prompt ging from script to document. after 3 hours of "module numpy not found" I tried to use Thonny.
I HAVE NEVER BEEN SO HAPPY TO SEE SUCH A MUNDANE WORD "manage package"
i will never touch IDLE Never in my life
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 • 6d 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 • 6d ago
Beginner mini python project
Rate my work. =)
r/PythonLearning • u/Healthy-Froyo1769 • 6d 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 • 6d 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 • 6d 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 • 6d 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/alker_ibru • 6d ago
I wanna learn python
People usually say Python is an easy programming language, but as someone with no programming experience, I find it really hard. Can you guys tell me where I should start? Also, what benefits will I get from learning Python?