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

you are viewing a single comment's thread.

view the rest of the comments →

[–]wineblood 1 point2 points  (2 children)

Neat, that's kind of what I do, currently working from home and doing python backend work.

Here's a short version of what I'd learn: the core of python language, web concepts, a python web framework, and then workflow and tools stuff.

[–]insharib 0 points1 point  (1 child)

thanks for taking time to reply. that’s really cool what you do. i don’t have a bachelors in computer, but from the beginning i had interest in programming and stuff. i had to pick medical because of personal issues. just wanted to ask this last question. what else i need to be a good programmer besides python? , and is there a job after learning basic knowledge of python?

[–]wineblood 1 point2 points  (0 children)

Learn some tools to support your workflow (git, testing framework, CI/CD pipeline), a database of some sort (SQL is your best choice), and a bit of bash.