Want To Become A Computer Programmer?
YouTube
Newsletter
Recent Posts
Data structures and Algorithms (DSA) is a term most programmers/Computer science students approach with great dismay. DSA is tricky with its concepts but the power of its complexity is worth the...
Nowadays, we all hear a lot about Artificial Intelligence and related areas like Machine Learning, Deep Learning, etc. Technology changes all the time, and people always run behind new ideas and...
Learning Python is not as hard as it seems, especially when taught right. There is plenty of material available online, both free and paid. In this article, I want to introduce some of the best...
Programming is still a haunting dream for many. Whereas actually, Programming is an art. Art of telling the computer machine when to do, what to do, and how to do. And if anyone wishes to be...
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...
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...