Learn how to predict someone's age from his front face picture using OpenCV library 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 use Python's standard library smtplib and email modules to connect to any SMTP server and send emails in Python automatically.
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 use pikepdf library to extract useful information from PDF files in Python.
Learn how you can monitor network traffic in the browser to write a Python script that extracts YouTube comments using requests library in Python.
Your guide for starting learning Python with a MacBook, making sure that Mac is performing optimally, installing Python on Mac and picking the best editor for your learning journey.
Learn how you to build an age calculator that calculates your age based on your birthday using Tkinter and datetime library in Python.
Learn how to use requests and tqdm libraries to build a powerful file downloader with progress bar using Python.
Learn how to save (serialize) and load (deserialize) JSON files in Python using the built-in json module.
Learn how to build a classic snake game using Pygame in Python. This detailed step-by-step tutorial explains how to initialize Pygame, generate food for the snake, draw game objects, update the snake's position, handle user input, and manage the game loop. Suitable for beginner to intermediate Python programmers intere
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 convert an IP address into a geographic location using IPInfo service and its wrapper 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 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 you can build a PDF viewer GUI from scratch using Tkinter and PyMuPDF libraries in Python.