Latest Articles
Master Python Requests Over urllib: Don't be a Rookie!
Python requests module is a powerful tool and a simple way to make HTTP requests to APIs. Python requests are very important for REST APIs and web scraping
Deploy flask with gunicorn and nginx (Step-by-Step)
We will use gunicorn as a WSGI server to communicate with our flask app, and Nginx as a proxy server between the gunicorn server and the client.
Python CSV | Read and Write CSV in Python Examples
3 different methods to read and write CSV files in Python. Use pandas, mumpy and open() function as CSV reader and CSV writer with example.
Windows Subsystem for Linux (WSL2) on Windows 10 (Step-by-Step)
Step by Step guide to install windows subsystem for Linux (WSL2) using Windows 10. Install Ubuntu on Linux using WSL.
DVWA SQL Injection Exploitation Explained (Step-by-Step)
SQL injection proves to be a critical vulnerability that can exist in a system. The DVWA acts as a reliable resource for both penetration testers who want to …
