

How to Build a Todo Application With Python Flask, Heroku and Tailwind CSS
IntroductionFlask is called a MicroFramework because it gives you the basic tools you need in order to build a web application in Python.With Flask you can build any kind of Web service or backend application.If you’re beginning using Python for web development i suggest you to start with Django. In this guide We will build a Todo application from Scratch..
Read more