Learn how to perform gender detection on detected faces in images using OpenCV library in Python.
Learn how to use Telegram API and python-telegram-bot wrapper to build a Telegram Bot in Python.
Learn how to predict someone's age from his front face picture using OpenCV library in Python
Explore different pre-trained transformer models in transformers library to paraphrase sentences in Python.
Building a tool to extract all Javascript and CSS files from a web page in Python using requests and BeautifulSoup.
Learn how you to build an age calculator that calculates your age based on your birthday using Tkinter and datetime library in Python.
Explore the top 3 AI code generators—CodeConvert, ZZZ Code AI, and CodingFleet. Compare their features, pros, and cons to find the best tool for your coding needs, with CodingFleet leading for its advanced features and versatility.
Learn how to use pikepdf library to extract useful information from PDF files in Python.
Learn how to use Python's standard library smtplib and email modules to connect to any SMTP server and send emails in Python automatically.
Learn what is the ROUGE score and how to calculate it using rouge_score library in Python.
Learn how to use Shodan API to make a script that searches for public vulnerable servers, IoT devices, power plants and much more using Python.
Learn how to build a maze game with Pygame library in Python.
Learn how to perform speech recognition using wav2vec2 and whisper transformer models with the help of Huggingface transformers library in Python.
Learn how to create a Pacman game using Python and Pygame with this comprehensive tutorial. Covering everything from setting up your environment, creating game characters and components, to running the game, this guide provides step-by-step instructions to build a fully functional Pacman game.
Learn how to build a platformer game from scratch using PyGame 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