Flask

Render HTML file in Flask

As a Python developer, you might find yourself lacking in building websites that other developers like JavaScript, PHP, etc. can easily do. Well, you can also build web applications using Python by implementing a super simple framework called Flask. Flask is a lightweight web framework that can be used in Python to build web applications […]

Render HTML file in Flask Read More »