I wanted to learn more about frameworks and backend development, so I decided to build a to-do list (Taskmaster) using the Django framework in Python. I referenced several tutorials and documentation to understand how everything worked together. I got some experience working with virtual environments in the Windows terminal, rather than just compiling through Sublime text. I'd say from this project I learned more about:
- Backend Frameworks
- Request Handlers (CRUD)
- HTML
When I had completed the tutorials, I spent a lot time trying to insert additional variables and breaking something. It took some time to piece together how the HTML and Python files interacted with each other. I drew up how the Django request handler worked (in my head):
Comments
Post a Comment