Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Python

Python

2163 projects

Showing 36 of 2163 projects

Template folder structure for organizing Data Science projects
Template folder structure for organizing Data Science projectsPython

A standardized, flexible project template for data science work using Cookiecutter to structure reproducible projects.

#ai#data-science#project-template
Stars9.9k
Forks2.6k
Last commit
PyCaret
PyCaretPython

An open-source, low-code Python library that automates end-to-end machine learning workflows.

#data-science#low-code#automl
Stars9.8k
Forks1.9k
Last commit4 days ago
Forecasting with sktime
Forecasting with sktimePython

A unified Python framework for machine learning with time series, offering scikit-learn compatible tools for forecasting, classification, clustering, and more.

#hacktoberfest#data-science#classification
Stars9.8k
Forks2.2k
Last commit
sktime
sktimePython

A unified Python framework for machine learning with time series, offering scikit-learn compatible tools for forecasting, classification, clustering, and more.

#hacktoberfest#data-science#classification
Stars9.8k
Forks2.2k
Last commit
SQLFluff
SQLFluffPython

A modular SQL linter and auto-formatter supporting multiple SQL dialects and templated code like Jinja and dbt.

#pypi#hacktoberfest#jinja-templates
Stars9.7k
Forks1.0k
Last commit1 day ago
cudf
cudfC++

A GPU-accelerated DataFrame library for tabular data processing, part of the RAPIDS data science suite.

#cudf#cuda#apache-arrow
Stars9.7k
Forks1.1k
Last commit2 days ago
tflearn
tflearnPython

A modular deep learning library providing a higher-level API for TensorFlow to speed up experimentation.

#neural-network#data-science#deep-learning
Stars9.6k
Forks2.4k
Last commit2 years ago
Darts
DartsPython

A Python library for user-friendly forecasting and anomaly detection on time series, from ARIMA to deep neural networks.

#python-library#backtesting#data-science
Stars9.4k
Forks1.0k
Last commit2 days ago
AutoKeras
AutoKerasPython

An AutoML library for deep learning that automates model selection and hyperparameter tuning using Keras and TensorFlow.

#hyperparameter-tuning#python-library#deep-learning
Stars9.3k
Forks1.4k
Last commit6 months ago
SQLGlot
SQLGlotPython

A no-dependency Python SQL parser, transpiler, optimizer, and engine that translates between 31+ SQL dialects.

#sql-engine#postgres#sql-optimizer
Stars9.3k
Forks1.2k
Last commit1 day ago
TensorFlow Tutorial 3
TensorFlow Tutorial 3Jupyter Notebook

A collection of beginner-friendly TensorFlow tutorials with accompanying YouTube videos covering deep learning fundamentals and advanced topics.

#google-colab#neural-network#educational
Stars9.3k
Forks4.1k
Last commit
Fuzzy Wuzzy
Fuzzy WuzzyPython

Fuzzy string matching library for Python that calculates similarity between strings using Levenshtein Distance.

#data-cleaning#record linkage#levenshtein-distance
Stars9.3k
Forks865
Last commit3 years ago
tsfresh
tsfreshJupyter Notebook

Automatically extracts and selects relevant features from time series data for machine learning tasks.

#data-science#signal-processing#python
Stars9.2k
Forks1.3k
Last commit8 days ago
visidata
visidataPython

A terminal spreadsheet multitool for exploring and arranging tabular data from various formats.

#spreadsheet#unix-toolkit#python
Stars9.1k
Forks349
Last commit1 day ago
django-ninja
django-ninjaPython

A fast, async-ready, OpenAPI and type hints based framework for building APIs with Django.

#django-ninja#pydantic#api-framework
Stars9.1k
Forks597
Last commit12 days ago
BlenderGIS
BlenderGISPython

Blender add-ons for importing, processing, and visualizing geographic data within 3D scenes.

#cartography#geospatial-data#addon
Stars9.0k
Forks1.5k
Last commit5 months ago
pyro
pyroPython

A flexible, scalable deep probabilistic programming library built on PyTorch for universal probabilistic modeling.

#probabilistic-modeling#variational-inference#python-library
Stars9.0k
Forks1.0k
Last commit3 days ago
pyro
pyroPython

A flexible, scalable deep probabilistic programming library built on PyTorch for universal representation of computable probability distributions.

#probabilistic-modeling#variational-inference#python-library
Stars9.0k
Forks1.0k
Last commit
CatBoost
CatBoostC++

A high-performance gradient boosting library with best-in-class handling of categorical features and support for CPU/GPU training.

#apache-spark#gbdt#python-library
Stars9.0k
Forks1.3k
Last commit1 day ago
JS Beautifier
JS BeautifierJavaScript

A beautifier for JavaScript, CSS, and HTML that reformats and re-indents code for readability.

#hacktoberfest#developer-tools#prettier-alternative
Stars9.0k
Forks1.4k
Last commit5 days ago
bullmq
bullmqTypeScript

A fast, reliable Redis-based distributed message queue and batch processing system for Node.js, Python, Elixir, and PHP.

#elixir#redis#message-queue
Stars9.0k
Forks631
Last commit1 day ago
angr
angrPython

A platform-agnostic binary analysis framework for disassembly, symbolic execution, and program analysis.

#hacktoberfest#disassembly#vulnerability-discovery
Stars8.9k
Forks1.2k
Last commit1 day ago
datafusion
datafusionRust

An extensible SQL query engine written in Rust, using Apache Arrow as its in-memory format for building fast database and analytic systems.

#columnar-database#apache-arrow#dataframe
Stars8.9k
Forks2.2k
Last commit1 day ago
Pattern
PatternPython

A Python web mining module with tools for scraping, NLP, machine learning, network analysis, and visualization.

#text-analysis#natural-language-processing#python
Stars8.9k
Forks1.6k
Last commit2 years ago
python-dotenv
python-dotenvPython

A Python library that loads environment variables from .env files, enabling 12-factor application configuration management.

#environment-variables#dotenv#12-factor
Stars8.8k
Forks537
Last commit1 day ago
mps-youtube
mps-youtubePython

A terminal-based YouTube player and downloader that works without a YouTube API key.

#video-downloader#media-player#terminal
Stars8.7k
Forks669
Last commit3 months ago
hypothesis
hypothesisPython

A Python library for property-based testing that generates random inputs to find edge cases and bugs.

#pytest#fuzzing#automated-testing
Stars8.7k
Forks652
Last commit2 days ago
Bayesian Optimization
Bayesian OptimizationPython

A Python package for constrained global optimization using Bayesian inference and Gaussian processes.

#hyperparameter-tuning#bayesian-optimization#global-optimization
Stars8.6k
Forks1.6k
Last commit
Effective Tensorflow
Effective Tensorflow

A comprehensive guide to TensorFlow 2.x covering fundamentals, best practices, and advanced topics for efficient machine learning development.

#gradient-descent#neural-network#deep-learning
Stars8.6k
Forks882
Last commit5 years ago
Gixy - Nginx configuration static analyzer
Gixy - Nginx configuration static analyzerPython

A static analysis tool for detecting security misconfigurations and flaws in Nginx configuration files.

#devops#web-server#vulnerability-detection
Stars8.6k
Forks451
Last commit1 year ago
Buck
BuckJava

A fast build system for creating small, reusable modules across multiple platforms and languages.

#buck#modular-architecture#ios
Stars8.5k
Forks1.1k
Last commit2 years ago
moto
motoPython

A Python library for mocking AWS services in unit tests, enabling local testing without real AWS infrastructure.

#cloud-infrastructure#test-isolation#unit-testing
Stars8.5k
Forks2.2k
Last commit2 days ago
vaex
vaexPython

A high-performance Python DataFrame library for lazy out-of-core processing and visualization of billion-row datasets at interactive speeds.

#out-of-core#python-dataframe#apache-arrow
Stars8.5k
Forks602
Last commit2 months ago
CodeCombat
CodeCombatJavaScript

A multiplayer programming game for learning how to code through interactive gameplay.

#game-based-learning#learn-to-code#programming-learning
Stars8.5k
Forks4.2k
Last commit1 day ago
Bottles
BottlesPython

A graphical application that simplifies running Windows software and games on Linux using Wine.

#bottles#cross-platform-software#wineprefix-manager
Stars8.5k
Forks357
Last commit2 days ago
Maltrail
MaltrailPython

A malicious traffic detection system that monitors network traffic for blacklisted threats and suspicious activities using public feeds and heuristics.

#sensor#blacklist-feeds#security
Stars8.5k
Forks1.3k
Last commit1 day ago
PreviousPage 9 of 61Next

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
2 months ago
1 day ago
1 day ago
5 years ago
3 days ago
9 days ago
#Machine Learning430
#Data Science245
#Python Library201
#Docker192
#Deep Learning181
#Developer Tools149
#Data Visualization143
#Automation132
#Cli Tool132
#Python3111
#Self Hosted109
#Fastapi105