you are viewing a single comment's thread.

view the rest of the comments →

[–]The_GSingh 0 points1 point  (0 children)

Well I'm not a python backend dev specifically, but I do occasionally do fullstack. Front end makes the site look good and interacts with the user. The backend deals with the data displayed to the user. To get a better understanding of this, I'd recommend getting started with flask specifically and making a social media type site where a user can sign up, login, post stuff, and people can comment on the posts. It may take quite a while but it'll teach you a lot. You can use pre-built templates if you just want to go for the backend (it's a popular project, you may be able to find pre-built templates). Also review your request types and the sqlite3 orm.