Month: December 2023
Learn Django over the weekend
Published on December 29, 2023
Tutorial on creating a simple and user-friendly Django web app for beginner level.
Posted in PythonLeave a Comment on Learn Django over the weekendHow to publish a PIP package?
Published on December 24, 2023
Step-by-step process to create and publish a PIP package.
Posted in PythonLeave a Comment on How to publish a PIP package?A short note on Cloud Computing
Published on December 18, 2023
In the simplest terms, cloud computing is the delivery of various services through the internet. This includes data storage, networking, servers, different software, databases, etc. In this post, I’ll explain what cloud computing is, its three primary services, and the deployment models of the cloud.
Posted in ArticleLeave a Comment on A short note on Cloud ComputingWhat is my IP? A simple Flask project
Published on December 17, 2023
This article shows you how you can create your own public IP address viewer using Flask.
Posted in PythonLeave a Comment on What is my IP? A simple Flask project