Does anyone know how to make money with Python?

Jonhack04

Newbie
Joined
Aug 24, 2022
Messages
12
Reaction score
3
I'm unemployed, I suffer from social anxiety and I've been learning and "playing" with Python syntax for months now.

I don't go to fiverr because I think the services clients ask for are more advanced, like creating app or websites things I don't know yet.

Does anyone know of any proven methods using python to make money or any jobs that require just the basics of python?

PS: I posted here before and got a job as a virtual assistant for another programmer here, but I had an internet problem and lost the job.
 
I'd recommend working for a small agency online, worst they can do is fire you - then you move on. Best case scenario (more likely) you will eventually develop more skills & more doors will open. You will find your way dude.
 
I'd recommend working for a small agency online, worst they can do is fire you - then you move on. Best case scenario (more likely) you will eventually develop more skills & more doors will open. You will find your way dude.
thanks for replying.

Do you have a link or something where I can read more about what you mention, please?

I research on the internet, but apparently all the jobs are for people with degrees or work experience.
 
thanks for replying.

Do you have a link or something where I can read more about what you mention, please?

I research on the internet, but apparently all the jobs are for people with degrees or work experience.
I don't know, I'm not personally in the space but my brother took that route so I do know a bit about it as I considered too. He taught himself then eventually got certifications instead of a degree all while building a pretty strong GitHub, taking pretty much any project he could work on or be included in. He's 17 getting a cert currently, & has made good pops of $$$.

If you aren't going to uni & getting a degree to work a 9-5 you do have to have a good business mind to at least get your foot in the door at these places, but the opportunity is still there. Wish I could help further, best of luck.
 
Does anyone know of any proven methods using python to make money or any jobs that require just the basics of python?

Create a course for beginners and sell it on Udemy and other places.
 
Unemployed is a mindset. Why don't you employ yourself for free to build your business? That means responsibility, having a project list, and working.

I use python to improve processes and run and interact with API's. For commercial selling software, its better I think to code in windows c#, since you can easily control the interface and hide your code from the user. You can build something more professional looking than just a python file with it.

If you build a couple of website projects with python, you will be able to get experience with HTML CSS and integrating python, which can open up more avenues for you in the future.
 
The best way to make money with Python is to just get a job but knowing Python isn't enough for most companies to hire you. You would need to learn data management like SQL and NoSQL (MongoDB). You would need to learn how to use frameworks like Django and Flask for building web applications. These are all the skills needed to succeed as a Python developer. Then you can start to build your own projects incorporating the above skills, upload them to Github to build a portfolio and then finally start applying for entry level jobs, starting salary for a Python dev in my country is 30K - 40K.
 
The best way to make money with Python is to just get a job but knowing Python isn't enough for most companies to hire you. You would need to learn data management like SQL and NoSQL (MongoDB). You would need to learn how to use frameworks like Django and Flask for building web applications. These are all the skills needed to succeed as a Python developer. Then you can start to build your own projects incorporating the above skills, upload them to Github to build a portfolio and then finally start applying for entry level jobs, starting salary for a Python dev in my country is 30K - 40K.
Programming in Django is what I want to do, but do you know how long it would take me to get trained with that framework to get a job?
 
get a job or create udemy course that teaches python via developing real world apps.
 
Programming in Django is what I want to do, but do you know how long it would take me to get trained with that framework to get a job?
I can't say how long it would take you, it depends on how much time you can dedicate to it and which resources you are using to learn but to get an entry level job most companies would require you to be "familiar" with a particular framework whether that's Django or Flask or anything else. Each company will have their own definition of "familiar".
I would also highly recommend learning or again become "familiar" with AWS, Docker and Linux computer systems including Bash scripting as these will be required for jobs involving data science/data analysis if you ever decide to go down that route instead of building web apps.
 
Get a python related job like a Data Engineer / Scientist / Analyst. There are a lot of opportunities out there. Or built your portfolio with projects in that way you can be employed faster
 
Back
Top