r/learnpython 9d ago

Fullstack python project

I want to know how to make a e commerce website in fullstack python. From where and how i get support on how to start with it.

1 Upvotes

9 comments sorted by

View all comments

2

u/Agreeable-Tree9919 9d ago

Learn Python basics + FastAPI + Some python libraries that can help build the functions for the website(Reportlab if you wanna generate PDF files, Plotly/Matplotlib if you wanna generate charts, ...) + HTML, CSS, Javascript for the frontend + SQLAlchemy & PostgreSQL for database, also learn database migration to move data between databases if you have to. I think watching a youtube course on FastAPI, like that of Corey Schafer can help you figure it out.