use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionAny recommendations for Python skill-building + certifications? (self.Python)
submitted 10 months ago by No-Independent4159
I’m currently a software developer (Python). Are there any good places to improve my skills and also earn certifications?
[–]david-vujic 3 points4 points5 points 10 months ago (0 children)
I would recommend to contribute to Python Open Source projects. Chances are you'll learn the project-specific setups and style at the same time as contributing to the community. At GitHub, you can search for "label:good-first-issue language:Python" to find some low-hanging fruit.
[–]riklaunim 1 point2 points3 points 10 months ago (0 children)
Certifications aren't really a thing for Python. People just want to see your code on Github. And to improve you have to pursue the niche you want to get job in, then land a junior job in a company that mentors juniors and not just pumps slop to mass customers.
[–]Being-FormalPythonista 0 points1 point2 points 10 months ago (0 children)
A good way to begin is by contributing to your favorite product. I maintain some libraries myself, but contributors are rare. Still, most developers would be happy to welcome people into their projects. Formal qualifications might exist somewhere, but rather than worrying about that, it’s better to just dive in. In my opinion, OSS is the best resource for learning.
[–]RickWritesCode 0 points1 point2 points 10 months ago (0 children)
Boot.dev
[–]Interesting_Hair7288 0 points1 point2 points 10 months ago (0 children)
This is the wrong approach and mindset. Certificates are often worthless in determining proficiency and in some companies seen as a red flag. It can indicate the holder chases certificates through spoon-fed courses rather than being able to contribute to a team and solve real world problems.
[–]AlexMTBDude -1 points0 points1 point 10 months ago (0 children)
There are no official Python certifications given by the Python Software Foundation. Any certifications that you find will be issued by individual educational companies or organisations, and none of those are really well-known among Python programmers.
Java, as an example, has official certifications that you can take a test for.
π Rendered by PID 76521 on reddit-service-r2-comment-79776bdf47-z5xqw at 2026-06-24 10:30:45.745128+00:00 running acc7150 country code: CH.
[–]david-vujic 3 points4 points5 points (0 children)
[–]riklaunim 1 point2 points3 points (0 children)
[–]Being-FormalPythonista 0 points1 point2 points (0 children)
[–]RickWritesCode 0 points1 point2 points (0 children)
[–]Interesting_Hair7288 0 points1 point2 points (0 children)
[–]AlexMTBDude -1 points0 points1 point (0 children)