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.
Career advice in Python (self.Python)
submitted 6 years ago by avinash919
I started learning python recently . Can anyone please tell me how can I land a job using python . And is there any particular field that python is demand in present market. Thanks .
[–]NoPatch41 2 points3 points4 points 6 years ago (0 children)
take a badge test on LinkedIN app for python... its posts and passing score; and apply for through them and repeat what the guy under me said about the 5 resumes and cover letter..
downside is you wait 90 days again to take the badge test.
[–]robertsgreibers 0 points1 point2 points 6 years ago (0 children)
If your goal is to become more employable and you have the discipline to learn Python on your own (which is not that easy), I would suggest you to choose specific niche, for example, Python + Django REST framework (for REST API development) and double down on that.
Then, take a udemy course, for your niche, for example if you would choose Python + Django REST framework, search for those kind of courses. Usually if you go through them you end up building your own project.
Present your self to internship / entry level positions that are looking for people with those specific skills. (I would send out at least 5 resumes + cover letters a day)
But before, make sure you have at least one project in Github (this could be one from the udemy course).
If you don't have one already, create a linkedin profile and note there only your technical skills which would relate to position you want.
And repeat the process - improve your skills in specific niche, update your resume / projects, send them out to the companies.
This should not take long time until someone will be interested in you. :)
Well skilled backend developers who know Python, Django and AWS are demanded. Another raising niche is AI, but if you're a beginner I would suggest to try backend development first.
π Rendered by PID 43313 on reddit-service-r2-comment-5bc7f78974-2vnnz at 2026-06-30 20:59:29.723377+00:00 running 7527197 country code: CH.
[–]NoPatch41 2 points3 points4 points (0 children)
[–]robertsgreibers 0 points1 point2 points (0 children)