Build Your First CLI Application With Typer
In this article, we will be building a CLI application with Typer and Python. we will build a to-do application with CRUD functionality.

Search for a command to run...
Articles tagged with #python
In this article, we will be building a CLI application with Typer and Python. we will build a to-do application with CRUD functionality.

In This article, I will discuss dictionary data type which provides a flexible way to access and organize data. Also, I will discuss how they are created, how to access, remove, add elements from them. This article defines what is dictionary data ty...

MongoDB is a NoSQL database and we can use MongoDB with different programming languages. MongoDB can be used locally or on Cloud. so in this article will discuss how to set up MongoDB on the cloud and connect with your application. This is just for ...

In this post, we will see how we can define our own User Model and use it. and also what are the changes we have to make while registering Custom User Model. Django Built-in User Model is Good for normal cases. but what if you want to add some extra ...
