In this article, we will be creating a basic CRUD application using Flask. CRUD app means an application that has " create, read, update, and delete " functionalities. Let's create a todo list that...
Category: Web Development
Flask is a web development framework written in Python. A framework is something that helps to frame or arrange a website in the right way. I've started diving deep into Flask today. So, I'll try to...
Becoming a front end web developer is your dream? Perfect, it's a good starting point for your future. In this article, I'll share my thoughts on how to become a front-end web developer. I was not...
Do you wish to become a Python Django web developer? If so, this article is a special one for you. You'll get some cool tips from an actual Django developer who has already done what you wish to...
You have mastered the Django framework. Now what? If you know the fundamentals of Django, it is a pretty good skill to have. Now, you need to use that skill properly. You can apply your Django skills...
I've been trying to learn Flask over the last few days to know how it works. I usually build my web apps in Django, but I wanted to have a taste of the Flask framework. Many developers told me...