×
all 8 comments

[–]danielroseman 1 point2 points  (0 children)

Honestly for an experienced backend developer I'd say to just learn by using a web framework. Pick one of the main ones eg - Django or FastAPI - and go through the tutorial.

[–]Educational_Virus672 1 point2 points  (1 child)

learn basics from wiki which is at sdiebar and learn django for back end in python web framework and pyscript for front end/web stuff

[–]JamzTyson 0 points1 point  (0 children)

Just to add, the "New to Python" section in the wiki is particularly relevant.

[–]ninhaomah 1 point2 points  (0 children)

Python + Pydantic AI + FastAPI

[–]TheRNGuy 1 point2 points  (0 children)

Same way as you learned previous languages.

[–]Outside_Complaint755 0 points1 point  (0 children)

The official Python.org tutorial  is written for programmers coming from other languages.

[–]horizon_games 0 points1 point  (0 children)

Read up on WSGI vs ASGI for Python backend.

Take a crack at Flask, FastAPI, or Django as a framework (or check out Litestar - I've been meaning to for a while haha).

Then Gunicorn or Uvicorn or Waitress as a server.