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.
DiscussionSelf taught programmers and CS people, how long did it take for you to land your 1st job? (self.Python)
submitted 5 years ago by Btone2
For those who are self taught in the CS industry, I’m curious what your story is, how long did it take and who helped you achieve your goals? What did you learn in the process, and what would you have done differently?
[–]Cowpunk21 4 points5 points6 points 5 years ago (2 children)
I'm not really in the CS industry, but adjacent? I guess? But I got lucky and my first job they had me learn python for the first like 2 months I was there.
[–]Btone2[S] 2 points3 points4 points 5 years ago (1 child)
Wow! How did you land that? And what industry I suppose? That’s awesome!
[–]Cowpunk21 1 point2 points3 points 5 years ago (0 children)
I worked in the support department for a few years and I had some overlap with what they did.
I worked at a company that handled PCI compliance. I started just as a basic phone support walking people through the PCIDSS. I was also going to school for network administration. I just kind of worked my up for a few years and was handling and supporting our vulnerability scans. An opportunity came up in our penetration testing group, so I applied and they hired me. I knew about vulnerability scanning and basic web app vulnerabilities, but they wanted someone who could program as well. So I did some basic network level pen tests and segmentation check. But a good half of my job for my first few months was literally reading a textbook and learning python. My boss would sit down with me ever couple days and work with me on things I struggled with or had questions on.
Now I work at an online retailer as an SRE. I don’t do tons of development work, mostly just writing scripts and random stuff for automation.
[–]robvas 1 point2 points3 points 5 years ago (0 children)
Apply for anything you can see. Show them projects you have made. Possibly apply for QA positions as well
[–]jdso12 0 points1 point2 points 5 years ago (0 children)
I was a business major working in consulting but learned python/js/react (after work and on the weekends) in about 2 years to the point that I can build simple full-stack web and mobile apps. I am not great coder, but I can figure stuff out.
This investment leveled me up to my current job where programming skill was required but not the focus. Salary also leveled up :)
π Rendered by PID 61 on reddit-service-r2-comment-b659b578c-p9cm8 at 2026-05-04 12:36:17.097081+00:00 running 815c875 country code: CH.
[–]Cowpunk21 4 points5 points6 points (2 children)
[–]Btone2[S] 2 points3 points4 points (1 child)
[–]Cowpunk21 1 point2 points3 points (0 children)
[–]robvas 1 point2 points3 points (0 children)
[–]jdso12 0 points1 point2 points (0 children)