Category: Python
This category aims to organize relevant blog posts from amaharjan.de on the subject of Python.
Each blog post concludes with references for further study.
Learn Django over the weekend
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?
Step-by-step process to create and publish a PIP package.
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.
Posted in PythonLeave a Comment on What is my IP? A simple Flask projectSimplify 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.
Posted in PythonLeave a Comment on Simplify markdown with PythonReverse 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.
Posted in PythonLeave a Comment on Reverse proxy