Python python310

Open-source Python projects categorized as python310

Top 19 Python python310 Projects

  1. pydantic

    Data validation using Python type hints

    Project mention: Loading Pydantic models from JSON without running out of memory | news.ycombinator.com | 2025-05-22

    Pydantic author here. We have plans for an improvement to pydantic where JSON is parsed iteratively, which will make way for reading a file as we parse it. Details in https://github.com/pydantic/pydantic/issues/10032.

    Our JSON parser, jiter (https://github.com/pydantic/jiter) already supports iterative parsing, so it's "just" a matter of solving the lifetimes in pydantic-core to validate as we parse.

    This should make pydantic around 3x faster at parsing JSON and significantly reduce the memory overhead.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. refurb

    A tool for refurbishing and modernizing Python codebases

    Project mention: How to review as a Pro | dev.to | 2024-06-18

    A linter can’t solve all our problems with incorrect or non-idiomatic usage of language constructs. There are some supporting tools for this purpose, like refurb for Python. However, these tools usually only help with simple concepts. It's important to follow good practices, and mentor your colleagues to do so. Like not storing passwords and credentials in your code. In the age of fast developing AI-tools, there certainly will be better instruments to help us with these tasks. For now, we still need to check suggested options for correctness and can’t blindly trust any information provided by LLM tools. We certainly can ask ChatGPT about some things, but sometimes you just need to know what to ask about before compiling a question. So knowledge sharing is still in demand.

  4. scons

    SCons - a software construction tool

  5. falconpy

    The CrowdStrike Falcon SDK for Python

  6. hexabyte

    A modern, modular, and robust TUI hex editor.

  7. cadwyn

    Production-ready community-driven modern Stripe-like API versioning in FastAPI

    Project mention: API Versioning at Monite | dev.to | 2024-08-29

    As a result of countless experiments, we now have Cadwyn: an open-source API versioning framework that not only implements Stripe's approach but significantly builds on top of it. We will be talking about its Fastapi and Pydantic implementation but the core principles are language and framework agnostic.

  8. koda-validate

    Typesafe, Composable Validation

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. awesome-pattern-matching

    Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.

  11. design-by-contract

    Handy decorator for elegant design-by-contract in 3.10+

  12. kiutils

    Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.

  13. music-downloader

    This program will first get the metadata of various songs from metadata providers like musicbrainz, and then search for download links on pages like bandcamp. Then it will download the song and edit the metadata accordingly.

  14. mcpyrate

    Advanced macro expander and language lab for Python.

  15. fastapi-distributed-websocket

    A library to implement websocket for distibuted system based on FastAPI.

  16. caracara

    Developer enhancements (DX) for FalconPy, the CrowdStrike Python SDK

  17. pypokedex

    A minimal pokedex library for Python

  18. PGCacheWatch

    A Python library for real-time PostgreSQL event-driven cache invalidation.

  19. generalimport

    Handle all your optional dependencies with a single call!

  20. 0x5F3759DF-in-Python3-FastInverseSquareRoot

    The magic number 0x5F3759DF in Python3 Fast Inverse SquareRoot

  21. multibound-py

    minimal starbound launcher written in python

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python python310 discussion

Log in or Post with

Python python310 related posts

  • Loading Pydantic models from JSON without running out of memory

    4 projects | news.ycombinator.com | 22 May 2025
  • Getting Started with Pydantic: Type-Safe Data Models in Python

    2 projects | dev.to | 3 May 2025
  • Resumindo características da linguagem Python

    2 projects | dev.to | 3 Mar 2025
  • Show HN: PGCacheWatch

    1 project | news.ycombinator.com | 5 Mar 2024
  • Show HN: PGCacheWatch

    1 project | news.ycombinator.com | 5 Mar 2024
  • Boost Your App's Performance with PGCacheWatch for PostgreSQL

    1 project | news.ycombinator.com | 24 Feb 2024
  • Show HN: PGCacheWatch: Real-Time PostgreSQL Cache Invalidation Made Easy

    1 project | news.ycombinator.com | 23 Feb 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source python310 projects in Python? This list will help you:

# Project Stars
1 pydantic 23,933
2 refurb 2,500
3 scons 2,221
4 falconpy 409
5 hexabyte 271
6 cadwyn 251
7 koda-validate 119
8 awesome-pattern-matching 108
9 design-by-contract 101
10 kiutils 92
11 music-downloader 72
12 mcpyrate 65
13 fastapi-distributed-websocket 57
14 caracara 38
15 pypokedex 33
16 PGCacheWatch 22
17 generalimport 18
18 0x5F3759DF-in-Python3-FastInverseSquareRoot 10
19 multibound-py 3

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?