Learn how to use Huggingface transformers and PyTorch libraries to summarize long text, using pipeline API and T5 transformer model in Python.
Learning how to create your own Google Custom Search Engine and use its Application Programming Interface (API) in Python.
Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.
Extracting data and searching in Wikipedia, getting article summaries, links, images and more using Wikipedia library in Python.
Learn how to make buttons in PyGame that support pressed calling (multi pressing) and one-shot pressing 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 build a ransomware using symmetric encryption (AES algorithm) with the help of cryptography library in Python.
Learn how to merge two or multiple PDF files into a single PDF file using PyPDF4 library in Python
Learn how to perform real-time object tracking with the DeepSORT algorithm and YOLOv8 using the OpenCV 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.
Building and training a model that classifies CIFAR-10 dataset images that were loaded using Tensorflow Datasets which consists of airplanes, dogs, cats and other 7 objects using Tensorflow 2 and Keras libraries in Python.
Extracting HTML tables using requests and beautiful soup and then saving it as CSV file or any other format in Python.
Learn how to compress and decompress files, folders and symbolic links in Python using gzip compression in tarfile built-in module.