Python Projects

20 free Python projects with source code and tutorials.

Screenshot of Python Task Queue with Celery project
PythonAug 29, 2024

Python Task Queue with Celery

Implement distributed task processing with Celery, Redis broker, and periodic scheduling.

PythonCeleryRedisQueue
Read more → Source
Screenshot of Python Email Spam Classifier project
PythonAug 25, 2024

Python Email Spam Classifier

Train a Naive Bayes classifier to detect spam emails with TF-IDF feature extraction.

PythonMLNLPClassification
Read more → Source
Screenshot of Python Blockchain Implementation project
PythonAug 21, 2024

Python Blockchain Implementation

Build a basic blockchain with proof-of-work mining, transaction validation, and peer sync.

PythonBlockchainCryptographyP2P
Read more → Source
Screenshot of Python Web App with Streamlit project
PythonAug 17, 2024

Python Web App with Streamlit

Create interactive data apps rapidly with Streamlit widgets, charts, and file upload.

PythonStreamlitData AppDashboard
Read more → Source
Screenshot of Python Testing with Pytest project
PythonAug 13, 2024

Python Testing with Pytest

Master testing with pytest fixtures, parameterization, mocking, and coverage reports.

PythonPytestTestingTDD
Read more → Source
Screenshot of Python Django REST Framework API project
PythonAug 9, 2024

Python Django REST Framework API

Build a production API with DRF serializers, viewsets, permissions, and filtering.

PythonDjangoDRFREST API
Read more → Source
Screenshot of Python Socket Chat Server project
PythonAug 5, 2024

Python Socket Chat Server

Build a multi-client chat server with socket programming, threading, and encryption.

PythonSocketsThreadingChat
Read more → Source
Screenshot of Python Pandas Data Analysis project
PythonAug 1, 2024

Python Pandas Data Analysis

Analyze and transform datasets with Pandas: groupby, pivot tables, and time series ops.

PythonPandasData AnalysisNumPy
Read more → Source
Screenshot of Python CLI with Click Framework project
PythonJul 27, 2024

Python CLI with Click Framework

Create powerful CLI tools with Click: commands, options, progress bars, and file handling.

PythonClickCLITerminal
Read more → Source
Screenshot of Python Async Web Crawler project
PythonJul 23, 2024

Python Async Web Crawler

Build a concurrent web crawler using asyncio, aiohttp, and semaphore-based throttling.

PythonAsyncioaiohttpCrawler
Read more → Source
Screenshot of Python Chatbot with Transformers project
PythonJul 19, 2024

Python Chatbot with Transformers

Create a conversational AI chatbot using Hugging Face transformers and fine-tuning.

PythonTransformersNLPChatbot
Read more → Source
Screenshot of Python Image Recognition with OpenCV project
PythonJul 15, 2024

Python Image Recognition with OpenCV

Build a computer vision app with face detection, object tracking, and contour analysis.

PythonOpenCVComputer VisionImage
Read more → Source
Screenshot of Python Natural Language Processing project
PythonJul 11, 2024

Python Natural Language Processing

Implement text classification, sentiment analysis, and NER using spaCy and NLTK.

PythonNLPspaCyNLTK
Read more → Source
Screenshot of Python FastAPI Microservice project
PythonJul 7, 2024

Python FastAPI Microservice

Build a high-performance async API with FastAPI, Pydantic models, and OpenAPI docs.

PythonFastAPIAsyncPydantic
Read more → Source
Screenshot of Python Automation Scripts project
PythonJul 3, 2024

Python Automation Scripts

Automate file management, email sending, and web tasks with Python scripting tools.

PythonAutomationOSScripting
Read more → Source
Screenshot of Python Data Visualization Dashboard project
PythonJun 29, 2024

Python Data Visualization Dashboard

Create interactive dashboards with Plotly Dash, real-time charts, and filter controls.

PythonPlotlyDashVisualization
Read more → Source
Screenshot of Python Django Blog Platform project
PythonJun 25, 2024

Python Django Blog Platform

Develop a full-featured blog with Django, user auth, comments, and RSS feed generation.

PythonDjangoBlogORM
Read more → Source
Screenshot of Python Machine Learning Pipeline project
PythonJun 21, 2024

Python Machine Learning Pipeline

Build an end-to-end ML pipeline with scikit-learn for data prep, training, and evaluation.

Pythonscikit-learnMLPipeline
Read more → Source
Screenshot of Python Web Scraper with Scrapy project
PythonJun 17, 2024

Python Web Scraper with Scrapy

Create a robust web scraper with Scrapy spiders, pipelines, and data export capabilities.

PythonScrapyWeb ScrapingData
Read more → Source
Screenshot of Python Flask REST API project
PythonJun 13, 2024

Python Flask REST API

Build a RESTful API with Flask, SQLAlchemy ORM, and JWT authentication middleware.

PythonFlaskREST APISQLAlchemy
Read more → Source