Python Code Tutorials
This is a repository of all the tutorials of The Python Code website.
List of Tutorials
-
Ethical Hacking
-
Scapy
- Getting Started With Scapy: Python Network Manipulation Tool
- Building an ARP Spoofer. (code)
- Detecting ARP Spoof attacks. (code)
- How to Make a DHCP Listener using Scapy in Python. (code)
- Fake Access Point Generator. (code)
- Forcing a device to disconnect using scapy in Python. (code)
- Simple Network Scanner. (code)
- Writing a DNS Spoofer. (code)
- How to Sniff HTTP Packets in the Network using Scapy in Python. (code)
- How to Build a WiFi Scanner in Python using Scapy. (code)
- How to Make a SYN Flooding Attack in Python. (code)
- How to Inject Code into HTTP Responses in the Network in Python. (code)
- How to Perform IP Address Spoofing in Python. (code)
- How to See Hidden Wi-Fi Networks in Python. (code)
- Writing a Keylogger in Python from Scratch. (code)
- Making a Port Scanner using sockets in Python. (code)
- How to Create a Reverse Shell in Python. (code)
- How to Encrypt and Decrypt Files in Python. (code)
- How to Make a Subdomain Scanner in Python. (code)
- How to Use Steganography to Hide Secret Data in Images in Python. (code)
- How to Brute-Force SSH Servers in Python. (code)
- How to Build a XSS Vulnerability Scanner in Python. (code)
- How to Use Hash Algorithms in Python using hashlib. (code)
- How to Brute Force FTP Servers in Python. (code)
- How to Extract Image Metadata in Python. (code)
- How to Crack Zip File Passwords in Python. (code)
- How to Crack PDF Files in Python. (code)
- How to Build a SQL Injection Scanner in Python. (code)
- How to Extract Chrome Passwords in Python. (code)
- How to Use Shodan API in Python. (code)
- How to Make an HTTP Proxy in Python. (code)
- How to Extract Chrome Cookies in Python. (code)
- How to Extract Saved WiFi Passwords in Python. (code)
- How to Make a MAC Address Changer in Python. (code)
- How to Make a Password Generator in Python. (code)
- How to Make a Ransomware in Python. (code)
- How to Perform DNS Enumeration in Python. (code)
- How to Geolocate IP addresses in Python. (code)
- How to Crack Hashes in Python. (code)
- How to Make a Phone Number Tracker in Python. (code)
- How to Make a Login Password Guesser in Python. (code)
- How to Build a Password Manager in Python. (code)
- How to List Wi-Fi Networks in Python. (code)
- How to Verify File Integrity in Python. (code)
- How to Create a Zip File Locker in Python. (code)
- How to Implement the Caesar Cipher in Python. (code)
- How to Crack the Caesar Cipher in Python. (code)
- How to Lock PDFs in Python. (code)
- How to Create a Custom Wordlist in Python. (code)
- How to Implement the Affine Cipher in Python. (code)
- How to Crack the Affine Cipher in Python. (code)
- How to Implement the Vigenère Cipher in Python. (code)
- How to Generate Fake User Data in Python. (code)
- Bluetooth Device Scanning in Python. (code)
- How to Create A Fork Bomb in Python. (code)
- How to Implement 2FA in Python. (code)
- How to Build a Username Search Tool in Python. (code)
- How to Find Past Wi-Fi Connections on Windows in Python. (code)
- How to Remove Metadata from PDFs in Python. (code)
- How to Extract Metadata from Docx Files in Python. (code)
- How to Build Spyware in Python. (code)
- How to Exploit Command Injection Vulnerabilities in Python. (code)
- How to Make Malware Persistent in Python. (code)
- How to Remove Persistent Malware in Python. (code)
- How to Check Password Strength with Python. (code)
- How to Perform Reverse DNS Lookups Using Python. (code)
- How to Make a Clickjacking Vulnerability Scanner in Python. (code)
-
-
Machine Learning
-
Natural Language Processing
- How to Build a Spam Classifier using Keras in Python. (code)
- How to Build a Text Generator using TensorFlow and Keras in Python. (code)
- How to Perform Text Classification in Python using Tensorflow 2 and Keras. (code)
- Sentiment Analysis using Vader in Python. (code)
- How to Perform Text Summarization using Transformers in Python. (code)
- How to Fine Tune BERT for Text Classification using Transformers in Python. (code)
- Conversational AI Chatbot with Transformers in Python. (code)
- How to Train BERT from Scratch using Transformers in Python. (code)
- How to Perform Machine Translation using Transformers in Python. (code)
- Speech Recognition using Transformers in Python. (code)
- Text Generation with Transformers in Python. (code)
- How to Paraphrase Text using Transformers in Python. (code)
- Fake News Detection using Transformers in Python. (code)
- Named Entity Recognition using Transformers and Spacy in Python. (code)
- Tokenization, Stemming, and Lemmatization in Python. (code)
- How to Fine Tune BERT for Semantic Textual Similarity using Transformers in Python. (code)
- How to Calculate the BLEU Score in Python. (code)
- Word Error Rate in Python. (code)
- How to Calculate ROUGE Score in Python. (code)
- Visual Question Answering with Transformers. (code)
-
Computer Vision
- How to Detect Human Faces in Python using OpenCV. (code)
- [How to Make an Image Classifier in Python using TensorFlow and
-