awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add PikaPython

Open pikasTech opened this issue 3 years ago • 0 comments

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.

pikasTech avatar Jan 13 '23 16:01 pikasTech