Creating fake access points and fooling nearby devices by sending valid beacon frames to the air using scapy in python.
Learning how to create your own Google Custom Search Engine and use its Application Programming Interface (API) in Python.
Learn how to use mitmproxy framework to build HTTP proxies using Python
Extracting data and searching in Wikipedia, getting article summaries, links, images and more using Wikipedia library in Python.
Learn how to build a ransomware using symmetric encryption (AES algorithm) with the help of cryptography library in Python.
Learn how to use Huggingface transformers and PyTorch libraries to summarize long text, using pipeline API and T5 transformer model in Python.
Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.
Learn how to create a CRUD application as a RESTful API using Flask and SQLAlchemy, making a Bookshop web application as a demonstration in Python.
Learn how to merge two or multiple PDF files into a single PDF file using PyPDF4 library in Python
Learn how to generate self-signed certificates and sign them into PDF files as digital signatures using PyOpenSSL and PDFNetPython3 libraries in Python.
Learn how to make a password generator in Python with the ability to choose the length of each character type using the built-in random, string and argparse modules.
Generating random integers, floating point numbers, strings and bytes using random, os and secrets built-in modules in Python.
Learning how to build a Python script to scan for subdomains of a given domain using requests library.
Learn how you can make a PDF splitter script with the help of pikepdf library in Python.
Learn how to use PyMuPDF library to highlight, frame, underline, strikeout and redact text in PDF Files with Python.
Master the creation of a classic Tetris game using Pygame with this step-by-step tutorial. Learn to handle game logic, user input, and rendering while building your own customizable Tetris clone in Python.