Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Python

Python

3254 projects

Showing 36 of 3253 projects

novelWriter
novelWriterPython

An open-source plain text editor for writing novels, using human-readable text files and minimal Markdown-inspired formatting.

#novels#version-control-friendly#novelwriter
Stars3.1k
Forks212
Last commit6 days ago
Arctic
ArcticPython

High-performance datastore optimized for time series and tick data storage and retrieval.

#database#data-storage#quantitative-analysis
Stars3.1k
Forks573
Last commit2 years ago
Gramps
GrampsPython

An open-source genealogy program for hobbyists and professional genealogists to research, organize, and visualize family history.

#research-tool#family-tree#open-source
Stars3.1k
Forks524
Last commit6 days ago
Mistune
MistunePython

A fast yet powerful Python Markdown parser with renderers and plugins.

#open-source#markdown-parser#html-generation
Stars3.1k
Forks296
Last commit9 days ago
SQLAlchemy
SQLAlchemyPython

A curated list of awesome tools for SQLAlchemy

#orm#awesome-list#python
Stars3.1k
Forks165
Last commit2 months ago
awesome-sqlalchemy
awesome-sqlalchemyPython

A curated list of awesome tools for SQLAlchemy

#orm#awesome-list#python
Stars3.1k
Forks165
Last commit2 months ago
migra
migraPython

A schema diff tool for PostgreSQL that automatically generates migration scripts between database states.

#developer-tools#devops#schema-migrations
Stars3.1k
Forks143
Last commit1 year ago
khal
khalPython

:calendar: CLI calendar application

#terminal#python#calendar
Stars3.0k
Forks232
Last commit1 day ago
Bad SSL
Bad SSLHTML

A collection of test subdomains with intentionally broken SSL configurations for testing client security behavior.

#certificate-validation#ssl-testing#web-security
Stars3.0k
Forks204
Last commit2 months ago
Widelands
WidelandsC++

A free, open-source real-time strategy game inspired by Settlers II, featuring singleplayer campaigns and multiplayer mode.

#community-driven#lua-scripting#strategy
Stars3.0k
Forks209
Last commit1 day ago
python-decouple
python-decouplePython

Strict separation of config from code.

#environment-variables#python#configuration-files
Stars3.0k
Forks218
Last commit1 year ago
pg_activity
pg_activityPython

A top-like command-line tool for real-time monitoring of PostgreSQL server activity.

#devops#open-source#database-monitoring
Stars3.0k
Forks190
Last commit28 days ago
gdb-frontend
gdb-frontendJavaScript

A web-based GUI debugger for GDB with advanced visualization, collaboration features, and extensible plugin architecture.

#plugin-system#debug#embedded-debugging
Stars3.0k
Forks112
Last commit9 months ago
List of Jupyter notebooks II
List of Jupyter notebooks IIJupyter Notebook

A catalog of production-ready Jupyter Notebook templates organized by tools and following the IMO (Input, Model, Output) framework.

#naas#data-products#imo-framework
Stars3.0k
Forks489
Last commit
QuantResearch
QuantResearchJupyter Notebook

A collection of Python notebooks and tools for quantitative finance research, including backtesting, machine learning, and portfolio optimization.

#backtesting#algorithmic-trading#deep-learning
Stars3.0k
Forks574
Last commit
OpenCanary
OpenCanaryPython

A modular, low-resource network honeypot that mimics services to detect breaches and alert on attacker interactions.

#honeypot#python#intrusion-detection
Stars3.0k
Forks410
Last commit11 days ago
uwsgi-nginx-flask-docker
uwsgi-nginx-flask-dockerPython

A deprecated Docker image with uWSGI and Nginx for deploying Flask applications in a single container.

#uwsgi-nginx#deployment#containerization
Stars3.0k
Forks614
Last commit4 days ago
Deepnote
DeepnoteTypeScript

An open-source, AI-first data notebook that extends Jupyter with a sleek UI, reactive execution, and native data integrations.

#version-control#jupyterhub#data-science
Stars3.0k
Forks198
Last commit1 day ago
m2cgen
m2cgenPython

Transpile trained machine learning models into native code (Java, C, Python, Go, etc.) with zero dependencies.

#haskell#transpiler#lightning
Stars3.0k
Forks264
Last commit2 years ago
vcrpy
vcrpyPython

Automatically mock your HTTP interactions to simplify and speed up testing

#http#mocking#python
Stars3.0k
Forks436
Last commit4 days ago
README-AI
README-AIPython

An AI-powered tool that automatically generates detailed and customizable README files from any code repository.

#ai#developer-tools#readme
Stars3.0k
Forks296
Last commit4 days ago
oauthlib
oauthlibPython

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

#python-3#oauth#library
Stars3.0k
Forks525
Last commit1 month ago
MIT Information Extraction Toolkit
MIT Information Extraction ToolkitC++

A free, state-of-the-art library and toolkit for named entity extraction and binary relation detection from text.

#relation-extraction#java-library#python-library
Stars3.0k
Forks532
Last commit11 months ago
django-storages
django-storagesPython

https://django-storages.readthedocs.io/

#python#django
Stars3.0k
Forks890
Last commit27 days ago
Nogotofail
NogotofailPython

An on-path blackbox network traffic security testing tool for detecting weak TLS/SSL connections and cleartext traffic.

#traffic-analysis#ssl-testing#vulnerability-scanning
Stars3.0k
Forks410
Last commit3 years ago
pyyaml
pyyamlPython

A full-featured YAML processing framework for Python with optional LibYAML bindings for improved performance.

#data-serialization#yaml#python-library
Stars2.9k
Forks602
Last commit2 months ago
runlike
runlikePython

Generates Docker run commands from existing containers, saving time on manual command reconstruction.

#devops#container-inspection#sysadmin
Stars2.9k
Forks167
Last commit4 months ago
TorchAudio
TorchAudioPython

An audio library for PyTorch providing data manipulation, transformations, and dataset loaders for machine learning applications.

#deep-learning#signal-processing#gpu-acceleration
Stars2.9k
Forks795
Last commit1 day ago
PyPika
PyPikaPython

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.

#python3#pythonic#python
Stars2.9k
Forks333
Last commit6 months ago
High-Frequency-Trading-Model-with-IB
High-Frequency-Trading-Model-with-IBPython

A Python-based high-frequency trading model using Interactive Brokers API for pairs trading and mean-reversion strategies.

#interactive-brokers-api#high-frequency-trading#algorithmic-trading
Stars2.9k
Forks678
Last commit
uvicorn-gunicorn-fastapi-docker
uvicorn-gunicorn-fastapi-dockerPython

A deprecated Docker image for high-performance FastAPI applications using Uvicorn managed by Gunicorn with auto-tuning.

#fastapi#uvicorn#deployment
Stars2.9k
Forks343
Last commit1 day ago
Chatbot
ChatbotPython

A TensorFlow implementation of a neural conversational model (seq2seq) for building deep learning chatbots.

#neural-network#redis#deep-learning
Stars2.9k
Forks1.2k
Last commit3 years ago
HoloViews
HoloViewsPython

A Python library that lets you annotate data with visualization semantics, allowing your data to visualize itself.

#scientific-visualization#declarative-programming#datashader
Stars2.9k
Forks419
Last commit1 day ago
python-diskcache
python-diskcachePython

Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.

#filesystem#key-value-store#python
Stars2.9k
Forks179
Last commit2 years ago
wemake-python-styleguide
wemake-python-styleguidePython

The strictest and most opinionated Python linter, a flake8 plugin designed to enforce consistent, maintainable, and bug-resistant code.

#hacktoberfest#developer-tools#linter
Stars2.9k
Forks429
Last commit
thinc
thincPython

A lightweight deep learning library with a functional API for composing models, compatible with PyTorch, TensorFlow, and MXNet.

#ai#functional-programming#spacy
Stars2.9k
Forks294
Last commit5 months ago
PreviousPage 23 of 91Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 year ago
3 years ago
1 year ago
1 day ago
#Machine Learning510
#Data Science288
#Docker264
#Python Library237
#Deep Learning198
#Developer Tools197
#Automation187
#Cli Tool174
#Python3166
#Data Visualization166
#Django159
#Self Hosted134