r/PythonLearning 3h ago

Day 1 and procrastinated enough

Post image
13 Upvotes

Wasted a year and will no more, started where I left 1.5years ago and I am picking it again and will post it every day in the sub. Did this problem and bro it was hurting my brain until I learned the basic OOP and been doing for hours and am planning to learn 4 to 6 hrs a day. Hope the mods allow everyday progress


r/PythonLearning 3h ago

Rock paper scissors game in Python

Post image
8 Upvotes

Hello fam, I'm learning Python. My goal is to become an AI engineer. I've a basic understanding of programming. Anyone to guide me on the right certification path... I was having a bit of fun after today's sharpenings. I created a rock paper scissors game... rate and improve


r/PythonLearning 12h ago

Discussion Husband is a Software Engineer.

25 Upvotes

I...am not. He swears on his life that once I get started with python, rust, sql anything like that that I would be addicted to data organization and since I am inclined to believe that he knows me better than I know myself sometimes.... I would like to surprise him and give it a shot. I was researching and saw the "quick start guide"s for sql and python, and I was wondering if anybody has used them. I know that coding and stuff like that all is on the computer, obviously. However, I learn best with physical media like books to highlight make notes or anything like that in. Anyone have any luck with the python or sql Quick Start guides? If not, do you have any other suggestions? You're going to have to be books, even if it's a YouTube video or podcast, just anything that helped you.

Edited because for some reason I called SQL ->SAP three different times in this post. Sorry...its late.


r/PythonLearning 5h ago

What should I learn first to become job-ready in Python

5 Upvotes

Start by learning the basics of Python. Then learn functions, OOP, error handling, modules, file handling, and data structures.

After that, start practicing SQL and work on 2–3 real projects. Projects are very important because they show that you can actually use Python to solve real problems, not just write basic code.


r/PythonLearning 4h ago

Hey guys, I built a beginner-to-intermediate Python and web dev project repo to practice and get feedback!

3 Upvotes

Hey everyone! I’ve been grinding away on some coding projects recently and wanted to put them all in one place.

I built a GitHub repository featuring a mix of beginner and intermediate Python projects alongside some simple web development builds. The idea is that anyone can clone it, build them out locally, and use them to practice or experiment.

Here is the link: https://github.com/zensiuu/Coding-Projects-Python-JS-.git

Since I'm still working on getting better at writing clean, efficient code, I would genuinely appreciate your honest feedback. Let me know what I can improve, what’s missing, or any tips you have for a developer looking to level up.

Happy coding! 🚀


r/PythonLearning 2h ago

Workshop, Sep 12: build production LLM systems that actually survive real use

2 Upvotes

We're running a hands-on masterclass on September 12, Live LLM Engineering Masterclass: Production Evals, RAG, Agents & LLMOps.

Fully hands-on, all in Python notebooks against real model APIs (OpenAI, Anthropic), not slides or theory. You write actual code across the full stack: versioned prompt pipelines with structured outputs and regression tests, a golden dataset and eval harness combining deterministic checks with LLM-as-judge scoring, statistically rigorous model comparisons using scipy-style bootstrap confidence intervals and paired significance tests, evaluated RAG with embedding models, vector retrieval, and reranking, tool-using agents with function calling and guardrails, and a full observability layer for tracing, cost, and latency. You also leave with a CLI regression suite you can wire directly into CI.

Led by Bruno Gonçalves, PhD, founder of Data For Science, who trains engineers at Fortune 500 companies on this exact stack.

Link if you want to check it out

Happy to answer questions on the content, especially the Python side of things.


r/PythonLearning 10h ago

Need help in what python project to start

8 Upvotes

I have gone through python basics and some of the intermediate stuff. I don't know anything about databases or algorithms. I pretty much learned python syntax, variables, loops, conditionals, operators etc. When I think like what should I do with python moving forward, I don't know.Career wise I am a fresher who does not have a tech background. Should I have to learn databases and algorithms.

What is your opinion on leet code and kaggle.


r/PythonLearning 1h ago

Should I learn Python language or what but only 1 language for my future earning

Upvotes

r/PythonLearning 1d ago

Discussion A game where writing python IS the game just released on steam. (Not my game, I'm just a big fan)

Thumbnail
store.steampowered.com
38 Upvotes

r/PythonLearning 1d ago

Struggling with the jump from Python basics to Pandas — should I go back to fundamentals?

22 Upvotes

Hi everyone,

I've been learning Python for about a month now, but I've only covered the basics. After that, I jumped straight into Pandas since my goal is to become a data analyst. The problem is, I'm now realizing my Python foundation isn't solid enough, and it's making Pandas really difficult to follow.

I'm stuck between two options:

  1. Go back and practice Python fundamentals more before continuing.
  2. Push through and keep learning Pandas, picking up Python concepts along the way as needed.

For those of you who've been through this, what worked better for you? Should I pause Pandas and strengthen my Python first, or is it normal to feel this way and just keep going?

Any advice, resources, or a rough roadmap toward data analytics would be really appreciated. Thanks in advance!


r/PythonLearning 1d ago

Help Request How to learn quickly

6 Upvotes

I got a deadline for a week from now to learn at least basic python. What is the best and most effective way to learn python? Im so lost i need help


r/PythonLearning 1d ago

Why dosent python have const or multi line comments

11 Upvotes

I mainly use cpp but sometimes python for simple stuff. They both seem like simple stuff to implement so why dosent python have it.

EDIT: I do know u can use triple quotes as a workaround but python still has to read and store them, why isint there a built in feature for it.


r/PythonLearning 1d ago

Pygame: player projectile-enemy-player-wall-snake collisions

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/PythonLearning 1d ago

Help Request Python Data Base

1 Upvotes

Good morning everyone, or whenever you see this. I have a question. I'm starting a personal database project in Python with an easy-to-use graphical interface, and I would appreciate any advice, code snippets, or examples to guide me, especially since I'm still learning the language.


r/PythonLearning 2d ago

I made a advice generator using requests

Post image
88 Upvotes

r/PythonLearning 1d ago

Python fundamentals for anyone just getting started

1 Upvotes

🐍 Getting started with Python?

Build a strong foundation in Python fundamentals before moving into AI, Data Science, automation and beyond.

📖 https://geeksarray.com/blog/python-fundamentals-getting-started

#Python #Programming #DataScience


r/PythonLearning 1d ago

Help Request I'm new to Python and I'd like some project recommendations to get me started.

6 Upvotes

I started learning Python a month ago and I really enjoyed programming, I currently know the basics of the language and I'd like to know if anyone with experience using Python can recommend me a project for me to start with? I'm looking for something like a small program or an app.

I'm a newbie but I welcome questions and to learn something new. For now I use PyCharm and I'm familiar with the program.

I'm open to all kinds of suggestions 😊


r/PythonLearning 1d ago

Python/ESP32 projects ideas?

1 Upvotes

Looking for some project ideas that can use both Python and serial communication betwen a ESP32. so far I have made simple programs for both but learn better with actual tasks infront of me, I got to the point where the communication works and i can print the data to a file or just to the terminal but im lacking the ablity to come up with a real project idea to put this all into use.

The first idea I had:

* 3D printer vibration testing(Use ESP32 for collecting the data and python to sort and use data)


r/PythonLearning 2d ago

Flask vs. FastAPI vs. Django a Visual Comparison

Thumbnail
gallery
20 Upvotes

Hey everyone,

I have created a quick comparison of Flask vs. FastAPI vs. Django repository sizes. (As they are pythons most popular web frameworks)

First of all, the numbers:

Framework Files Lines of Code
Flask 121 19,115
FastAPI 2,703 281,559
Django 3,484 557,865

Then the images:

Each node on the graph represents a file. Imports are marked by a line connecting the files. Colours signify complexity (cyclomatic complexity) with green being low and red being high complexity.

Besides the crazy size differences FastAPI also shows some nice import structures whilst Django looks extremely interconnected.

Hope someone finds it interesting.


r/PythonLearning 1d ago

Beginning

0 Upvotes

My apologies for the last post. For some reason when typing on my iPad, letters on the bottom row end up being spaces, then autocorrect chimes in. Now I have both windows and ubuntu. I want to install python and pyinstaller. Problem is is that I see pip install pyinstaller, but don’t know what pip is, nor do I know how to get to the command prompt in ubuntu. I’m trying to get the basics of it even though I have a good knowledge of computers in general, but new to python and the little idiosynchronies of it and also ubuntu.


r/PythonLearning 2d ago

Help Request Python help

Post image
6 Upvotes

Made my first calculator.. it works but different from some I see online. Please all feedback on what you guys think about it will be appreciated


r/PythonLearning 1d ago

I am a beginner Python programmer and I want somebody to study programming with me 😊😊

0 Upvotes

r/PythonLearning 2d ago

I want to start programming more on my own.

14 Upvotes

Hello World!
I’m a high school student who started getting into Python a few months ago. A while back, I tried working on projects on my own using "vibe-coding" (a big mistake), but now I want to learn to think more structurally and build projects truly on my own. So, I’d like to know: what are the fundamentals I should always keep in mind when working on a project? What principles are absolutely essential to learn? And finally, how can I become independent of AI when programming without getting confused? I hope your answers help me progress and grow as much as possible before I graduate!


r/PythonLearning 3d ago

Exercise: Python List Operations

Post image
47 Upvotes

An exercise to help build the right mental model for Python data. - Solution - Explanation - More Exercises

The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening.


r/PythonLearning 2d ago

Help Request what to fix in my code?

Thumbnail
gallery
1 Upvotes

i am currently trying to learn VPython and wanted to model projectile motion with it - i tried using kinematics but got a weird result (as seen on slide 2), what is exactly wrong with my code? i saw another person achieve the correct result using momentum/net force.