Learn how to use PyMuPDF library to highlight, frame, underline, strikeout and redact text in PDF Files with Python.
Learn how to compress and decompress files, folders and symbolic links in Python using gzip compression in tarfile built-in module.
Learn how to perform age and gender detection using OpenCV library in Python with camera or image input.
Learn how to build a deep learning model that is able to detect and recognize your gender just by your voice tone using Tensorflow framework in Python.
Learn how you to make a MAC address changer in Windows and Linux using the subprocess module in Python.
Learn how to make a simple drawing tool with brush color and size changing feature using PyGame library in Python.
Using different methods such as thread pool executor or threading module to create and handle threads for speeding up I/O bound tasks in 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.
Learn how to build a model that is able to detect fraudulent credit card transactions with high accuracy, recall and F1 score using Scikit-learn in Python.
Learn how to join two or more video files using MoviePy library in Python
Exploring the fake news dataset, performing data analysis such as word clouds and ngrams, and fine-tuning BERT transformer to build a fake news detector in Python using transformers library.
Building a tool to extract all Javascript and CSS files from a web page in Python using requests and BeautifulSoup.
Explore different methods to join two or more audio files using either MoviePy, wave and PyDub libraries in Python.
Learn how to perform gender detection on detected faces in images using OpenCV library in Python.
Scapy is a powerful Python-based interactive packet manipulation program and library.
Explore different pre-trained transformer models in transformers library to paraphrase sentences in Python.