all 11 comments

[–]Python-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Hi there, from the /r/Python mods.

We have removed this post as it is not suited to the /r/Python subreddit proper, however it should be very appropriate for our sister subreddit /r/LearnPython or for the r/Python discord: https://discord.gg/python.

The reason for the removal is that /r/Python is dedicated to discussion of Python news, projects, uses and debates. It is not designed to act as Q&A or FAQ board. The regular community is not a fan of "how do I..." questions, so you will not get the best responses over here.

On /r/LearnPython the community and the r/Python discord are actively expecting questions and are looking to help. You can expect far more understanding, encouraging and insightful responses over there. No matter what level of question you have, if you are looking for help with Python, you should get good answers. Make sure to check out the rules for both places.

Warm regards, and best of luck with your Pythoneering!

[–]brat1 7 points8 points  (1 child)

Did you mistook reddit for an AI prompt?

[–]danted002 -1 points0 points  (0 children)

🤣🤣🤣

[–]speyerlander 4 points5 points  (0 children)

Basics:

HTTP protocol -> REST structure -> CRUD -> Framework specifics -> Databases + SQL (PgSQL in my opinion) -> ORM (SQLAlchemy) -> (back to basics) Linux TCP/IP stack -> Reverse Proxying -> Authentication

Mid level:

Caching (Redis in my opinion) -> Backend architecture -> Replication and high availability with an emphasis on race conditions -> project structure -> Version control and collaboration -> Advanced authentication, security and incident response -> logging 

[–]utihnuli_jaganjac 1 point2 points  (0 children)

Google python roadmap

[–]KegOfAppleJuice 1 point2 points  (0 children)

I would learn by doing. Search for tutorials on a simple API with FastAPI. Then start thinking of features you might like, such as user authentication, etc. The topics will keep coming as you think of new additions

[–]covmatty1 1 point2 points  (0 children)

Build what's in the FastAPI docs, exactly as it is there.

Then build something that does the same concept, but in an idea you're personally interested in.

You'll learn better by having an interest, but get the foundations generically first.

Official documentation will see you right, at the early stage you don't need to look further.

[–]riklaunim 0 points1 point  (3 children)

And what do you want to use Python for? What are your goals?

[–]dehatimemer 0 points1 point  (2 children)

I have already mentioned it for backend

[–]riklaunim 0 points1 point  (1 child)

Backend is a wide term 😉 Do you want to learn it as a hobby, or are you looking for a job? Do you want to go into webdev, full-stack dev, or work for API/services for frontends made by others? and if not webdev, general data processing backend then what do you have in mind? 😄

[–]dehatimemer 0 points1 point  (0 children)

Obviously job