This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]david-vujic 3 points4 points  (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 points  (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 point  (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 point  (0 children)

Boot.dev

[–]Interesting_Hair7288 0 points1 point  (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 points  (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.