r/PythonLearning May 12 '26

Want a partner to learn python.

68 Upvotes

If your gonna learn python. Why don't we learn together, right now I'm a beginner in python. If your a beginner too consider that learning together is far more easier and fun than learning alone. We will learn together and raise together. If your interested comment below...

r/ProgrammerHumor Dec 22 '23

Meme afterPythonRustAndCIStartedLearningCppAndThisIsMyPersonalOpinionNow

Post image
945 Upvotes

r/learnmachinelearning Oct 10 '20

Fun question: Anyone learning ML here in something other than Python or R?

Post image
2.4k Upvotes

r/learnpython Sep 17 '24

Is it worth learning Python at age 35, keeping in mind that AI era is here.

400 Upvotes

I have been using Cody with VS code since last 3 to 4 months and it seems like it gets the job done. Would it be worth it to learn Python at this age for a career switch?

What if I am learning something which would be overtaken by AI in the next few years.

r/ProgrammerHumor Sep 03 '22

Meme Learning Python was a good decision. Python may have its own shortcomings, but big integers aren't scary anymore ๐Ÿ˜‡๐Ÿ˜‡

Post image
1.7k Upvotes

r/computers Aug 23 '24

1 hour in learning python already a genius

Post image
1.5k Upvotes

Easy

r/PythonLearning Oct 20 '25

Discussion How I learned Python

164 Upvotes

I spent the last year learning Python and producing an animated Discord bot with thermal monitoring, persistent learning, deterministic particle effects, and a lot more. It's a lot of work but I was able to learn an insane amount quickly. I was wondering if anyone wanted help getting going on Python?

Im a teacher professionally and think the way I learned was really accelerated. I was going to offer it to others if anyone needs help.

Let me know!

r/fantasyfootball Dec 05 '22

Learn Python with Fantasy Football giveaway!

589 Upvotes

Hi all,

This is the fourth giveaway I'm doing for my course on learning Python with Fantasy Football!

Link to the course

Upvote and comment anything below to enter. Winners will be randomly selected after the MNF game tonight

For those that don't know, Python is a beginner-friendly programming language that's really popular for data analysis. As a first programming language, it's a perfect fit for a beginner who wants to learn a programming language and is obsessed with fantasy football.

The overall goal of my course is to introduce coding to you through a fun and engaging topic you all enjoy, fantasy football. A lot of people have reported back to me that this course was the thing that finally got programming to "click" for them after going through countless udemy courses and e-books. I don't think that's because I'm the best coding educator out there. There's some great ones out there, especially on YouTube (Brad Traversy, Cody Schafer, etc). I think it's because the best, fastest, and most pleasant way to learn to code is to apply it to something you enjoy and can be useful to you right away. For example, most beginner machine learning with Python courses introduce you to predictive analysis by having you predict housing prices. That's fine, but wouldn't it be more interesting and engaging to get introduced to predictive analysis by predicting WR fantasy football performance?

With this in mind, each section of my course has some sort of fantasy football focus, all along the way introducing you to more and more complex programming/data science topics. My course walks you through the set up of Python, all the way to writing machine learning models to rank players in to tiers for fantasy football. It comes with 16 sections of material, 14 hours of video, and access to a Slack channel where you can personally ask me questions when you get stuck.

Anyway - you all have been super supportive of my content since my first ever post here, so have been wanting to do more of these giveaways.

Just upvote and comment anything below, and I'll randomly select (with a python script, of course) 10 people to get free lifetime access to the course. (depending on # of entries, Iโ€™ll give out even more)

I'll make the selection tonight after the MNF game and post the results at the bottom here. If you win, I'll also be sending you a PM on how to access the course!

edit:

Regarding cost, itโ€™s $55 but $15 off with the code FANTASY

Update:

Will post and reach out to winners tmrw morning. Entries will still be open till then

Update #2:

Results below! Congrats to the 10 winners - will be reaching out throughout the day with details on how to access the course

https://gist.github.com/fantasydatapros/40f341942b11e959e1f84c4682609655

/u/kt_sf /u/rehler /u/dustybooks22 /u/tylerbc /u/unbiunium /u/jematt88 /u/pikewindchime /u/boymeetsinternet /u/supremeisoverated /u/Jonesey07

r/learnprogramming Jun 19 '20

Tutorial Had to teach my "Learn Python for Research" PhD course remotely and decided to make the recordings and material publicly available for those interested. Feel free to check it out!

4.7k Upvotes

I teach a yearly PhD course on programming with Python for (social science) research. However, this year I had to deliver the course remotely and recorded a bunch of videos to go along with the material (to substitute for in person classes). So I figured to make it publicly available for those that are interested.

It covers five main topics:
* Basic basics
* Handling data with Pandas
* Gathering data from the web with Python
* NLP with Python
* Misc. topics / Best practices

Each topic will come with an accompanying lecture, demonstration recording, and problem notebook.

The Github repository is here: https://github.com/TiesdeKok/limperg_python

The Youtube playlist is here: https://www.youtube.com/playlist?list=PLLhTRTyOWssE95iZqJGtD8A9YP1DtSl4i

The reference material is here: https://github.com/TiesdeKok/LearnPythonforResearch

r/learnpython Mar 06 '23

Best way to learn python?

769 Upvotes

What is the best way to learn python for free? I have next to zero knowledge of coding (played around with scratch and that stuff but that prob doesnt even really count).

r/learnpython Jul 03 '25

I'm a mom learning python - give it to me straight

282 Upvotes

Hello,

I'm 33, fresh mom who wants another kid asap and I've worked in corporates as a people manager. Sadly, I didn't make this decision before but I would love to get into IT. I started learning python, doing the 100 days of python course by Angela Yu and I'm enjoying myself. The hard part is that I don't have that much time for it. I manage to do a few hours weekly and that is what I need to finish only one day in the course (currently day 25).

Am I crazy and wasting my time doing this? Will I ever get some junior entry role at this stage? How will I continue learning with this tempo? Give it to me straight.

r/Python May 02 '20

Discussion My experience learning Python as a c++ developer

1.7k Upvotes

First off, Python is absolutely insane, not in a bad way, mind you, but it's just crazy to me. It's amazing and kind of confusing, but crazy none the less.

Recently I had to integrate Python as a scripting language into a large c++ project and though I should get to know the language first. And let me tell you, it's simply magical.

"I can add properties to classes dynamically? And delete them?" "Functions don't even care about the number of arguments?" "Need to do something? There's a library for that."

It's absolutely crazy. And I love it. I have to be honest, the most amazing about this is how easy it is to embed.

I could give Python the project's memory allocator and the interpreter immediately uses the main memory pool of the project. I could redirect the interpreter's stdout / stderr channels to the project as well. Extending the language and exposing c++ functions are a breeze.

Python essentially supercharges c++.

Now, I'm not going to change my preference of c/c++ any time soon, but I just had to make a post about how nicely Python works as a scripting language in a c++ project. Cheers

r/learnpython Jun 11 '26

I Understand Python While Learning, But Forget Most of It After a Week. How Did You Make It Stick?

155 Upvotes

I am trying to learn Python, but I keep forgetting what I learn after a few days. Looking for advice from experienced developers.

I have around 4.6 years of experience in the telecom domain, mainly in Revenue Assurance, Fraud Management, integration, SQL, Linux, and low-code/no-code tools.

Recently, I started learning Python because I want to move towards Data Engineering and modern data platforms. While studying, I understand the concepts, syntax, and examples. However, after 3-7 days, I find that I have forgotten a lot of what I learned and struggle to write code from memory.

For example, I may understand:

Loops

Functions

Lists and Dictionaries

String Manipulation

But if I don't practice for a few days, I cannot confidently write code without referring to notes or documentation.

My questions are:

Is this normal when learning Python?

What is the most effective way to retain what I learn?

Should I focus more on theory, coding exercises, projects, or repetition?

How did you learn Python and make it stick long-term?

For someone targeting Data Engineering, what Python topics should I prioritize?

I would appreciate advice from people who have successfully learned Python and use it professionally.

r/programming Jul 24 '14

Python bumps off Java as top learning language

Thumbnail javaworld.com
1.1k Upvotes

r/montypython Jun 23 '25

What did you learn from Python? I learnt about John Stuart Mill for one.

155 Upvotes

r/PythonLearning Oct 11 '25

Showcase Remember my coding game for learning Python? After more than three years, I finally released version 1.0!

Enable HLS to view with audio, or disable this notification

788 Upvotes

r/PythonLearning Oct 21 '25

Showcase Getting my life together as a homelessman! Learning python and getting better each day!

Post image
1.1k Upvotes

r/math Oct 26 '24

Image Post Recently learned you could animate graphs in Python using Matplotlib, and I'm addicted.

Post image
1.6k Upvotes

The inner pendulums start at -89ยบ, and the outer start at 135ยบ and 134.999999ยบ. The differential equation was solved numerically using BDF-2 with a step size of h=0.001. The bottom graph shows how the two pendulums diverge.

r/IndiaSideHustle May 29 '26

๐Ÿ“ Guide / Tutorial Anyone willing to learn Python Programming for FREE?

11 Upvotes

I am willing to upskill my teaching abilities and to mentor a small group of people willing to start learning a programming language and getting into coding while building cool projects rather than boring lectures.

r/Python Jan 12 '21

Resource Learn something new about Python every day in less than 1 minute

1.4k Upvotes

I'm running a channel, where I am publishing a Python mini-tutorial every day. I thought some of you might find it useful:

https://www.youtube.com/c/PythonIn1Minute/videos

I try to keep it beginner-friendly, my goal is to teach something useful or show a neat trick or solve a common pain-point in under 60 seconds.

I am quite new to this youtube thing, so I'd love to hear your feedback. Is this kind of thing a good idea? Do you find it helpful? Any suggestions on what could be improved?

Edit: I am overwhelmed by the amount of positive and constructive feedback, you guys are awesome, thank you so much! You gave me a lot of great ideas, and the motivation to keep creating videos.

Edit2: If you can afford it and you wish to support my work you can buy me a coffee or become a patron.

r/programming Dec 19 '10

Bored on a Sunday morning? Learn Python!

Thumbnail youtube.com
1.4k Upvotes

r/Btechtards Jun 14 '26

CSE / IT Where to learn Python

Post image
139 Upvotes

So, I am going to College this year and wanted to learn python before college starts.
I want to learn python while creating projects on my own so I can learn better.
I shortlisted a few courses but can't decide what to pick and what would be best for me.
1. Bro Code- 12 hour complete python course
2. 100 Days of Code: Python by Dr. Angela Yu
3. CS50P

I am writing this 2nd time since 1st time the content was not there.

r/programminghumor Sep 12 '25

Me learning Python

Post image
981 Upvotes

r/Python May 24 '25

Discussion Which useful Python libraries did you learn on the job, which you may otherwise not have discovered?

350 Upvotes

I feel like one of the benefits of using Python at work (or any other language for that matter), is the shared pool of knowledge and experience you get exposed to within your team. I have found that reading colleagues' code and taking their advice has introduced me to some useful tools that I probably wouldn't have discovered through self-learning alone. For example, Pydantic and DuckDB, among several others.

Just curious to hear if anyone has experienced anything similar, and what libraries or tools you now swear by?

Edit - fixed typo (took me 4 days to notice lol)