...
Basic Python Coding Questions and Answers

Mon 27 Mar 2023

Python is one of the most powerfull programming language. Python is used in …

...
Fastest method to list all Prime Numbers in Python

Thu 30 Mar 2023

While writing code, most developers prefer to code less. And up to some point, this…

...
Python Coding Challenge (Level Intermediate)

Mon 03 Apr 2023

Python is one of the most powerfull programming language. Python is used in …

...
Python web crawler to download images from web page

Tue 04 Apr 2023

In this article, I'll be explaining the working of a Python web crawler whose purpo…

...
Python Tool to Download YouTube Video in 4K HD

Tue 18 Apr 2023

This article is about my YouTube Downloader tool which is written in Python. It …

...
Define and use environment variables in Linux & Python

Sun 09 Apr 2023

This article is about Environment variablesand their uses in Linux and Python as …

...
Python Lambda function to convert S3 bucket images into PDFs

Thu 31 Aug 2023

AWS Lambda is amazing. It's a serverless platform where you don't have to manually …

...
Python script convert S3 bucket images to a PDF file

Sun 03 Sep 2023

AWS S3 is an object-level storage service that can be utilized in various ways, inc…

...
Install Python 3.12 on Ubuntu 22 Linux

Thu 22 Feb 2024

Choosing the right Python version for your Python application plays an important role in future-…

...
Create Custom Filter to replace characters in Django

Tue 21 Mar 2023

Django template filters are amazing. Formatting data in a variety of ways is so muc…

...
Install Latest Version of PHP on CentOS 8 and 7

Wed 22 Mar 2023


CentOS is great. I have to admit that all those SELinux enforcement and other security featur…
...
Sync Cloud Storage Drives using Rclone

Wed 29 Mar 2023

Rclone is an Open-source, multi-threaded, command line tool. It makes data …

...
CTF Challenges and Solutions from picoGYM by picoCTF

Tue 02 May 2023

picoCTF is an open-source project. It's an enhanced platform for education and …

...
picoCTF Web Exploitation Challenges and Solutions

Sat 20 May 2023

picoCTF is an open-source project. It's an enhanced platform for education and …

...
Create python virtual environment on windows and linux

Mon 25 Sep 2023

Creating and managing a Python virtual environment is very crucial part of any proj…

...
Configure FastAPI with Nginx and uvicorn

Thu 05 Oct 2023

This article is all about the configuration of FastAPI with uvicorn and then revers…