Beginner Python programmer looking for direction

Status
Not open for further replies.

NextGenKing

Newbie
Joined
Apr 1, 2020
Messages
16
Reaction score
3
First off let me say glad to be part of the community. I have just gotten to the OOP of python, currently I believe i understand the language pretty well from a beginners perspective. I have made a fully functional Black Jack game without tutorials of any sort for CMD. What should i focus on after getting farther along to make some money freelancing with python (bots, ect.). I am willing to learn marketing techniques as well if twists are needed.
 
I'm going through a Python course right now that also includes tutorials in Selenium, Flask, Tkinter. The end goal is to do exactly what ^^ said.
 
I'm going through a Python course right now that also includes tutorials in Selenium, Flask, Tkinter. The end goal is to do exactly what ^^ said.

hello can you share the name of the course? Im currently looking for a programming language to learn and i was thinking of making it python. Is the course good for beginners?
 
Udemy - The Complete Python Course Learn Python by Doing


Ima check it out. Looking into scraping apis/sites to make my own bots/social media accounts/automate

I have a basic understanding of html
 
First off let me say glad to be part of the community. I have just gotten to the OOP of python, currently I believe i understand the language pretty well from a beginners perspective. I have made a fully functional Black Jack game without tutorials of any sort for CMD. What should i focus on after getting farther along to make some money freelancing with python (bots, ect.). I am willing to learn marketing techniques as well if twists are needed.
Get good at making http calls. Also learn how to use AWS. I run my scripts off of AWS ec2 server. But before I do that i route all calls through a proxy. So learn AWS, learn http module and nghtmre - These are good modules to simulate browser actions, and finally use stackoverflow for questions. Good luck man
 
Status
Not open for further replies.
Back
Top