[PR #2310] [CLOSED] Add PikaPython #6147

Closed
opened 2026-04-17 07:20:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2310
Author: @pikasTech
Created: 1/13/2023
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Python implementation that run with only 4KB of RAM, zero dependencies, easy to bind with C.

What's the difference between this Python project and similar ones?

  • RAM usage: 4KB(PikaPython), 16KB(MicroPython)
  • Dependency: No OS, No file system(PikaPython), No OS(MicroPython)
  • Bind C module: write pyi(PikaPython), write C macro(MicroPython)

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2310 **Author:** [@pikasTech](https://github.com/pikasTech) **Created:** 1/13/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`30c9d3d`](https://github.com/vinta/awesome-python/commit/30c9d3d382349b7a75bd0a9a71a87d6e6eb6de1c) Update README.md - [`650b906`](https://github.com/vinta/awesome-python/commit/650b906e3b54854501bc321778bcb2dfaf0e159a) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Python implementation that run with only 4KB of RAM, zero dependencies, easy to bind with C. ## What's the difference between this Python project and similar ones? - RAM usage: 4KB(PikaPython), 16KB(MicroPython) - Dependency: No OS, No file system(PikaPython), No OS(MicroPython) - Bind C module: write pyi(PikaPython), write C macro(MicroPython) -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:20:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#6147