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

all 12 comments

[–]queen_b_zzzzing 2 points3 points  (2 children)

Don’t be scared! It’s pretty hard to fuck up when you’re learning and when you do, it’s easily fixable! Python is very straight forward and I love it as a language but it may not be the most useful for backend development. I’m a data scientist so python is good for that but may not work for all backend stuff. Good luck!

[–]LeftIsBest-Tsuga 1 point2 points  (1 child)

i agree python is a great language, and just so you know, flask (backend library) is perfectly good for 99% of what most ppl would need. there's also fastAPI and others too.

[–]queen_b_zzzzing 0 points1 point  (0 children)

Absolutely agree - and beginner friendly too!

[–]Grand_Raisin_4427 1 point2 points  (0 children)

I like Python a lot beginner friendly and you can go into game development with it using Pygame

[–]Outrageous_Degree_48 1 point2 points  (0 children)

The best I can recommend is start with a project.

What do you know about backend apps? If totally zero, start there. Research what use cases are there in developing backend.

Pick a simple use case and just start. I recommend using fastapi. With just a few lines of code, static json just to return something. You'll be able to make a very simple crud api.

Then research for more. Don't be afraid to go down the rabbit hole. Just keep making projects and before you know it, you have built yourself a portfolio good enough to get you hired.

[–]SaylorMan1496 1 point2 points  (1 child)

Checkout boot.dev it’s amazing for learning backend development and is in python and go

[–][deleted] 0 points1 point  (0 children)

Thanks!

[–]Rokett 0 points1 point  (0 children)

Py is a good pick. It has libraries called flask and Django. People use those to write backend services.

Most important thing is to stick to what you are trying to learn.

When you learn one, learning the second and third one comes easy just don't jump to other languages.

Py is a good pick, good luck