[ Web Proxy ]
URL:
Viewing: https://thepythoncode.com/ [Back]  [Original]

The Python Code - Python Programming Tutorials, Programming Tools & Recipes
Python Code [Python Code]  The Python Code Menu
Search for tutorials here:

Check out our eBooks

Ethical Hacking with Python

Dive into the intriguing world of ethical hacking with our hands-on EBook that helps you build 50+ Python tools from the ground up! Whether you're a Python novice or a seasoned pro, this EBook serves as a practical guide to up your game in cybersecurity.

$29.00 $26.10

Web Security with Python

Dive into the world of web security, a hands-on Python guide on detecting web vulnerabilities such as XSS, SQL Injection, and more!

$20.00

Cryptography with Python

Dive into the world of digital security with Cryptography with Python, a concise guide to cryptography implementing cryptographic techniques, and securing data with Python.

$19.00

Practical Python PDF Processing

A practical guide that enables developers to unlock Python's full potential in manipulating and processing PDFs. This book covers essential tasks like reading, splitting, merging, and data extraction, along with advanced techniques such as PDF conversion, security, and compression. It's a must-read for anyone keen to master PDF manipulation using Python.

$19.00

Real-time Traffic Monitoring System with YOLOv9

This book is a hands-on guide to building a real-time traffic monitoring system using YOLOv9 for object detection, BoT-SORT for tracking, and vehicle speed estimation. You'll also learn to develop a web app for traffic analysis with Flask. Designed for those with basic Python and computer vision knowledge, it offers practical examples and step-by-step tutorials to help you create intelligent traffic solutions.

$20.00

Mastering YOLO: Build an ANPR System

In this comprehensive guide, you'll learn everything you need to know to master YOLO. With detailed explanations, practical examples, and step-by-step tutorials, this book will help you build your understanding of YOLO from the ground up with OpenCV in Python.

$15.00

Check out our Bundles

The Python Code Bundle

Boost your Python skills with our Ultimate Python Bundle! This pack includes:
- Ethical Hacking with Python: Master penetration testing and cyber defense.
- Cryptography with Python: Learn encryption and secure communication.
- Web Security with Python: Learn about web vulnerabilities, and how to exploit them.
- Practical Python PDF Processing: Automate PDF tasks effortlessly.
- Number Plate Recognition with OpenCV and YOLO: Build a powerful ANPR system with YOLO.
- Real-Time Traffic Monitoring System with YOLOv9: Build a Traffic Monitoring System with YOLO.
- Bonus: Social Engineering: Decoding the Manipulative Mind

$122.00 $89.00

Computer Vision Bundle

This eBook bundle equips you to build two advanced Python projects:
- A Real-Time Traffic Monitoring System, covering vehicle detection, tracking, and speed estimation using YOLOv9 and BoT-SORT.
- An Automatic Number Plate Recognition (ANPR) System using OpenCV and YOLO for detecting and reading license plates.
These eBooks are perfect for learning practical applications of computer vision in transportation systems. Get them at a discounted price!

$35.00 $25.00

Cybersecurity Bundle

Unlock advanced cybersecurity skills with our Cybersecurity Bundle at a discounted price! Ethical Hacking with Python offers comprehensive insights into penetration testing and cyber defense techniques.

Complement your learning with Cryptography with Python, which covers encryption and secure communication. Perfect for aspiring security professionals and tech enthusiasts looking to safeguard their digital environments.

Additionally, you'll have access to Web Security with Python eBook, which teaches you about web vulnerabilities such as SQLi, XSS & more!

$68.00 $54.40

Most Recent Tutorials

View more
Discover the Possibilities of Python Programming [Discover the Possibilities of Python Programming]

Discover the Possibilities of Python Programming

Discover the possibilities of Python programming from machine learning and ethical hacking to web scraping and automation. Learn how to set up your environment, deploy to a server, and turn scripts into real-world software.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
95
How to Track Your AI Visibility with Python [How to Track Your AI Visibility with Python]

How to Track Your AI Visibility with Python

Learn how to programmatically track your brand's AI visibility across ChatGPT, Gemini, Claude, Perplexity, and Google AI using Python and the RankBits API. Full code included.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
187
How to Automate Excel Reports in Python using Openpyxl [How to Automate Excel Reports in Python using Openpyxl]

How to Automate Excel Reports in Python using Openpyxl

Learn how to automate Excel reports with Python using openpyxl. Create professional spreadsheets with charts, formulas, conditional formatting, and styled dashboards all from Python. Complete real-world sales report project included.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
681
How to Build a Website Blocker in Python [How to Build a Website Blocker in Python]

How to Build a Website Blocker in Python

Learn how to build a cross-platform website blocker in Python that modifies the hosts file to block distracting sites. Includes scheduling with cron and Task Scheduler. Pure standard library no pip install needed.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
366
How to Analyze the Most In-Demand Tech Skills from Job Postings in Python [How to Analyze the Most In-Demand Tech Skills from Job Postings in Python]

How to Analyze the Most In-Demand Tech Skills from Job Postings in Python

Learn how to build a Python tool that scans job postings, detects in-demand tech skills using regex, ranks them by demand, and visualizes the results with matplotlib. Practical, extensible, and ready for real datasets.

Guest Contributor 212
How to Generate and Visualize Text Embeddings in Python [How to Generate and Visualize Text Embeddings in Python]

How to Generate and Visualize Text Embeddings in Python

Learn how text embeddings work in Python using Sentence Transformers. Generate embeddings, compare semantic similarity, and visualize the embedding space with PCA, t-SNE, heatmaps, and dimension analysis.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
445
How to Build a Semantic Search Engine with FAISS and Sentence Transformers in Python [How to Build a Semantic Search Engine with FAISS and Sentence Transformers in Python]

How to Build a Semantic Search Engine with FAISS and Sentence Transformers in Python

Build a fully local semantic search engine in Python using FAISS and Sentence Transformers. Learn how embeddings work, index vectors, run semantic queries, and visualize the embedding space with PCA.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
319

Most Popular Releases

View more
How to Convert Speech to Text in Python [How to Convert Speech to Text in Python]

How to Convert Speech to Text in Python

Learn how to convert speech to text in Python with modern 2026 STT tools: OpenAI gpt-4o-transcribe, Faster-Whisper, Groq Whisper, long-audio chunking, subtitles, and microphone recording.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
340.3K
How to Read Emails in Python [How to Read Emails in Python]

How to Read Emails in Python

Learn how you can use IMAP protocol to extract, parse and read emails from outlook, aol, office 365 and other email providers as well as downloading attachments using imaplib module in Python.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
252.0K
How to Extract Tables from PDF in Python [How to Extract Tables from PDF in Python]

How to Extract Tables from PDF in Python

Learning how to extract tables from PDF files in Python using camelot and tabula libraries and export them into several formats such as CSV, excel, Pandas dataframe and HTML.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
213.0K
How to Make a Keylogger in Python [How to Make a Keylogger in Python]

How to Make a Keylogger in Python

Creating and implementing a keylogger from scratch that records key strokes from keyboard and send them to email or save them as log files using Python and keyboard library.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
203.2K
How to Control your Mouse in Python [How to Control your Mouse in Python]

How to Control your Mouse in Python

Controlling computer mouse in python. Hooking events, registering hotkeys, simulating mouse movements and click, and much more.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
202.5K
How to Encrypt and Decrypt Files in Python [How to Encrypt and Decrypt Files in Python]

How to Encrypt and Decrypt Files in Python

Encrypting and decrypting files in Python using symmetric encryption scheme with cryptography library.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
197.0K
How to Control your Keyboard in Python [How to Control your Keyboard in Python]

How to Control your Keyboard in Python

Learn how to control your keyboard in Python: press keys, type text, create global hotkeys, expand snippets, record/replay macros, and compare keyboard, pynput, and PyAutoGUI.

Abdeladim Fadheli [Abdeladim Fadheli] Abdeladim Fadheli
185.2K

Boost your Coding with CodingFleet

Python Code Generator

An innovative AI-powered tool that transforms your natural language instructions into efficient Python code. Just say what you need, and it'll generate the code!

Python Code Assistant

Your all-in-one coding companion. Get instant help fixing issues, improving code, adding features, etc.

Python Code Explainer

The AI tool that is able to explain your Python code in plain English, it's like a human tutor that explains your code step by step!

Python Code Enhancer

The AI-powered tool that suggests improvements to your Python code, and then implements them with a single click.

Python Comment Generator

Document your code automatically with a single click, this tool generates comments for your Python code, making it easier for others to understand your code.

Python Unit Test Generator

Generate unit tests for your code automatically with a single click, ensuring your code is robust and bug-free. A game-changing tool for developers committed to software quality.

Rust to JavaScript Code Converter

The AI-powered tool that is able to convert your code from Rust to JavaScript. It supports 50+ programming languages and frameworks!

Haskell to Clojure Code Converter

The AI-powered tool that is able to convert your code from Haskell to Clojure. It supports 50+ programming languages and frameworks!

Swift to PHP Code Converter

The AI-powered tool that is able to convert your code from Swift to PHP. It supports 50+ programming languages and frameworks!

Browse by Topic



Enter your email:
Python Code [Python Code]  The Python Code

Web Proxy Viewer  |  New URL  |  Original Page