C Python

Open-source C projects categorized as Python

Top 23 C Python Projects

  1. MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

    Project mention: Why Lua Beats MicroPython for Serious Embedded Devs | news.ycombinator.com | 2025-07-13

    it's not an embeddable runtime like Lua

    While it's true you can't have multiple MicroPython interpreters running concurrently (or at least not easily; it's not that the design makes this impossible, it's just that all in all MicroPython is fairly young and development focus has been put elsewhere), it is possible to embed MicroPython. Not completely out of the box, needs some glue code etc. See for example https://github.com/micropython/micropython/tree/master/ports....

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. Pygame

    ๐Ÿ๐ŸŽฎ pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

    Project mention: Racing Game with Python + Pygame ๐Ÿš— | dev.to | 2025-07-06

    Hi everyone! I'm excited to share a fun personal project I built recently: a retro-style 2D racing game made with Pygame. It's called ๐ŸŽฎ Atari Speed Racer, and it brings back those classic vibes of dodging traffic at high speeds!

  4. omi

    AI wearables. Put it on, speak, transcribe, automatically

    Project mention: Show HN: Omi Desktop โ€“ open-source meeting summarizer | news.ycombinator.com | 2025-06-13
  5. edk2

    EDK II

    Project mention: How to Install TrueNAS on a Raspberry Pi | news.ycombinator.com | 2025-08-28
  6. circuitpython

    CircuitPython - a Python implementation for teaching coding with microcontrollers

  7. CPython-Internals

    Dive into CPython internals, trying to illustrate every detail of CPython implementation

  8. glad

    Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.

  9. 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
  10. pocketsphinx

    A small speech recognizer

  11. openrazer

    Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux

  12. psycopg2

    PostgreSQL database adapter for the Python programming language

    Project mention: Django project - Part 2 Postgres | dev.to | 2024-10-04

    # Palindrome project Project used to explain my view on a django project architecture, explained on my [series of posts](https://dev.to/pcampos119104/django-project-setup-part-1-2e7a) ## Tools, libs, etc. Some time related files. Versions on Poetry. - [Python](https://www.python.org/) Programming languange - [django-environ](https://django-environ.readthedocs.io) Manage .envs in Django - [Poetry](https://python-poetry.org/) Python packaging and dependency management - poetry.lock - pyproject.toml - [Django](https://www.djangoproject.com/) Web framework written in Python - [Docker](https://www.docker.com/) Manage containers for dev environment - compose.yaml - compose/dev/Dockerfile - compose/dev/start - .env - [Just](https://just.systems/) encapsulate commands for easier use - justfile - [psycopg](https://www.psycopg.org/) Python adapter for Postgres # <-- new line ## Dev environment setup 1. Install Just, Docker and Poetry(opcional). 2. Copie .env.example to .env, no need for edtion. 3. `$ just build` ## Run the server for development 1. Certified that docker is up and running 2. `$ just runserver` You can access on http://0.0.0.0:8000/

  13. aubio

    a library for audio and music analysis

  14. audioFlux

    A library for audio and music analysis, feature extraction.

  15. Weechat

    The extensible chat client.

    Project mention: People still use our old-fashioned Unix login servers | news.ycombinator.com | 2025-08-03
  16. pycryptodome

    A self-contained cryptographic library for Python

  17. neuralcoref

    โœจFast Coreference Resolution in spaCy with Neural Networks

    Project mention: SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python | news.ycombinator.com | 2025-08-23

    Edit: I almost forgot to add this little nugget of history: one of Huggingfaces first projects was a SpaCy extension for conference resolution. Built before their breakthrough with transformers https://github.com/huggingface/neuralcoref

  18. permafrost-engine

    An OpenGL RTS game engine written in C

  19. syslog-ng

    syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.

  20. rmlint

    Extremely fast tool to remove duplicates and other lint from your filesystem

    Project mention: Hyperspace | news.ycombinator.com | 2025-02-25

    See the comments on https://news.ycombinator.com/item?id=38113396 for a list of alternatives. I used https://github.com/sahib/rmlint in the past and can't complain.

  21. austin

    Python frame stack sampler for CPython

    Project mention: Scalene: A high-performance, high-precision CPU, GPU, memory profiler for Python | news.ycombinator.com | 2024-10-21
  22. soloud

    Free, easy, portable audio engine for games

  23. Themis

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

  24. pocketpy

    Portable Python 3.x Interpreter in Modern C for Game Scripting

  25. alpr-unconstrained

    License Plate Detection and Recognition in Unconstrained Scenarios

  26. 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).

C Python discussion

Log in or Post with

C Python related posts

  • Python Development: Real-Time 1D and 2D Barcode Scanning from an IP Camera

    1 project | dev.to | 27 Aug 2025
  • Python performance myths and fairy tales

    2 projects | news.ycombinator.com | 6 Aug 2025
  • Building a Multi-Modal Computer Vision Desktop App with AI-Assisted Development

    1 project | dev.to | 4 Aug 2025
  • The many, many, many JavaScript runtimes of the last decade

    9 projects | news.ycombinator.com | 27 Jul 2025
  • I Used Arch, BTW: macOS, Day 1

    5 projects | news.ycombinator.com | 19 Jul 2025
  • Why Lua Beats MicroPython for Serious Embedded Devs

    4 projects | news.ycombinator.com | 13 Jul 2025
  • How to Read 1D/2D Barcodes from PDF Files Using Dynamsoft Python Barcode SDK

    1 project | dev.to | 10 Jul 2025
  • A note from our sponsor - Sevalla
    sevalla.com | 1 Sep 2025
    Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more โ†’

Index

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

# Project Stars
1 MicroPython 20,763
2 Pygame 8,250
3 omi 6,185
4 edk2 5,348
5 circuitpython 4,325
6 CPython-Internals 4,301
7 glad 4,207
8 pocketsphinx 4,178
9 openrazer 4,000
10 psycopg2 3,531
11 aubio 3,508
12 audioFlux 3,130
13 Weechat 3,126
14 pycryptodome 3,083
15 neuralcoref 2,880
16 permafrost-engine 2,705
17 syslog-ng 2,259
18 rmlint 2,152
19 austin 2,102
20 soloud 1,984
21 Themis 1,934
22 pocketpy 1,907
23 alpr-unconstrained 1,750

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

Did you know that C is
the 6th most popular programming language
based on number of references?