Learning how to crack FTP servers using dictionary attack (brute-forcing with a wordlist) with the help of ftplib module in Python.
Learn how you can generate any type of text with GPT-2 and GPT-J transformer models with the help of Huggingface transformers library in Python.
Learn how to use Keystone engine, Capstone engine and Unicorn engine to assemble, disassemble and emulate machine code (ARM, x86-64 and more) in Python
Learn how to monitor and watch your file system for events by creating a watchdog in Python with watchdog and pygtail libraries.
Classifying emails (spam or not spam) with GloVe embedding vectors and RNN/LSTM units using Keras and TensorFlow in Python.
Learn how you can add audio clip to a video clip with more flexibility using the MoviePy library in Python.
Learn how you can make a DHCP listener by sniffing DHCP packets in the network using the Scapy library in Python.
Learn how to use PyMuPDF library to convert PDF files into individual images per page in Python.
Learn how to build a maze game with Pygame library in Python.
Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.
Learn how to handle stock prices in Python, understand the candles prices format (OHLC), plotting them using candlestick charts as well as learning to use many technical indicators using stockstats library in Python.
Building deep learning models (using embedding and recurrent layers) for different text classification problems such as sentiment analysis or 20 news group classification using Tensorflow and Keras in Python
Learn how to build a platformer game from scratch using PyGame library in Python.
Learn how to perform vehicle detection, tracking and counting with YOLOv8 and DeepSORT using OpenCV library in Python.
Learn how you can inject Javascript, HTML or CSS to HTTP response packets in a spoofed network using Scapy and NetfilterQueue in Python.
Learn how to use stable diffusion 4x upscaler to upscale your low-resolution images into high quality images with Huggingface transformers and diffusers libraries in Python.