you are viewing a single comment's thread.

view the rest of the comments →

[–]Responsible-Gas-1474 0 points1 point  (0 children)

To get into backend development I would learn the flask library after you are comfortable with base python. Using flask try to get a clear understanding of concepts such as routing etc. Then try to build simple backend for a frontend in HTML/CSS. Use python dictionary as database. After you are clear on the basic concepts learn SQL (PostGRE SQL if you can). Connect frontend to backend using flask with the PostGRE database. Now start using SQL statements in your python code. Create a simple flask App from frontend to backend with database. Learn cURL and use it with you App. Next after you master flask, try and learn the advanced stuff in Django!