Master IP spoofing with Python: Dive into crafting fake IP addresses to test network security. Utilize Scapy and Faker in a hands-on tutorial to send spoofed ICMP packets, complete with practical examples and step-by-step instructions.
Learn how to build a simple dictionary application using Django web framework and PyDictionary library in Python.
Learn how to build a CRUD Book store app using Django web framework and Bootstrap, with the ability to create, read, update, and delete books with ease.
Master the art of ethical hacking with this hands-on tutorial on creating a Python-based login password guesser using brute-force techniques. Designed for educational purposes, this guide will level up your cybersecurity expertise.
Learn how you can build a Django website showing weather of any city in the world using OpenWeatherMap API in Python.
Learn how to leverage FastAPI, Strawberry, and PostgreSQL to build a fully functional CRUD GraphQL API server in Python.
Learn how to build a UI-based typing speed tester in Python using the built-in Tkinter library.
Learn how to make a simple python code editor that supports running the code and simple syntax highlighting using Tkinter in Python.
Learn how to build a complete GUI QR code generator and reader program in Python using Tkinter, qrcode and OpenCV libraries.
Learn to build a RESTful API using Flask, Python, and SQLite, covering setup, CRUD operations, database integration, and best practices for code organization.
A guide to Cybersecurity beginners and enthusiasts who want to learn the Python programming language.
Learn how to build a deep learning malaria detection model to classify cell images to either infected or not infected with Malaria Tensorflow 2 and Keras API in Python.
Learn how to connect to a MongoDB database, list databases, collections, insert data into collections, fetching data from collections and more in Python using pymongo driver module.
Learn how to separate your files by extension in your target folder using Python's built-in libraries.
Unlock the secrets of the Caesar cipher with our Python tutorial. Learn the ins and outs of one of history's oldest codes and how to break it using modern computing power.
Learn how to make plots with Python and matplotlib by checking texts for their word frequency distributions.