Simple templating blog with Jinja in Flask application
(CarduiWebDevelopment_0.0.4)
Utilize Jinja to create dynamic HTML pages within a Flask application, serving as an introduction to web applications in Python.
Simple_blog_with_links_demo.mov
- Immersed myself in understanding backend web development with Python.
- Created my first web server using Flask.
- Learned how to work with Flask URL paths, render HTML files, and serve static files.
- Accelerated the project's development by integrating a pre-existing website template.
- Utilized Jinja templating to create dynamic HTML pages.
I’m currently enrolled in 100 Days of Code: The Complete Python Pro Bootcamp (Udemy) and this is the course’s #57th project. I’m proud to acknowledge this project as my very first working web development.
I felt comfortable crafting the webpage, as I had prior experience with HTML and CSS. However, building the backend using Python was entirely new to me. I enjoyed creating dynamic HTML behavior and am eager to continue developing for the web. I was pleased with the final result. This project felt right and brought together all my learning in one place.