Learn Django over the weekend

Tutorial on creating a simple and user-friendly Django web app for beginner level.

Published on December 29, 2023
Posted in PythonLeave a Comment on Learn Django over the weekend

How to publish a PIP package?

Step-by-step process to create and publish a PIP package.

Published on December 24, 2023
Posted in PythonLeave a Comment on How to publish a PIP package?

What is my IP? A simple Flask project

This article shows you how you can create your own public IP address viewer using Flask.

Published on December 17, 2023
Posted in PythonLeave a Comment on What is my IP? A simple Flask project

Simplify markdown with Python

Markdown files are a popular format for documentation and other text-based content, but as the amount of information grows, the files can become long and difficult to manage.

In this article, I will show you how you can simplify and organize your markdown files by compiling them into a single README with Python script.

Published on February 7, 2023
Posted in PythonLeave a Comment on Simplify markdown with Python

Reverse proxy

A reverse proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server.

Published on December 26, 2022
Posted in PythonLeave a Comment on Reverse proxy

© 2024 A. Maharjan