pycopy-lib VS python-compiler

Compare pycopy-lib vs python-compiler and see what are their differences.

pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation (by pfalcon)

python-compiler

A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there. (by pfalcon)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pycopy-lib python-compiler
7 1
241 3
- -
6.2 0.0
7 months ago about 3 years ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pycopy-lib

Posts with mentions or reviews of pycopy-lib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-21.
  • Pycopy 3.5.4 - a minimalist and memory-efficient Python dialect
    8 projects | /r/Python | 21 Mar 2021
    So, unlike MicroPython itself, which was started by another guy, micropython-lib was started and largely done by me (but initially contributed it to the micropython project, yeah). I continue that work in https://github.com/pfalcon/pycopy-lib
    2 projects | /r/ProgrammingLanguages | 21 Mar 2021
    In this version, improvements in native types subclassing support. Pycopy standard library, https://github.com/pfalcon/pycopy-lib, also sees further development and improvements.
  • Pycopy 350 A Minimalist And Memoryefficient
    3 projects | /r/Python | 1 Jan 2021
    Plug pure-Python bytecode (or JIT) compiler: https://github.com/pfalcon/pycopy-lib/tree/master/ucompiler (prototype/WIP)
  • Pycopy 3.5.0 - a minimalist and memory-efficient Python dialect
    5 projects | /r/ProgrammingLanguages | 1 Jan 2021
    Plug pure-Python bytecode (or JIT) compiler: https://github.com/pfalcon/pycopy-lib/tree/master/ucompiler (prototype/WIP)
  • Bootstrapping Case Studies
    5 projects | /r/ProgrammingLanguages | 26 Dec 2020
    Thanks. Except it's not mine, but CPython2's stdlib module (written by many people) ported to Python3.5. What's mine is Pycopy stdlib ucompiler module: https://github.com/pfalcon/pycopy-lib/tree/master/ucompiler, written by me from scratch based on the experience with CPython2's module (I figured I'd have better time writing one from scratch than cleaning up CPython2's module).

python-compiler

Posts with mentions or reviews of python-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.

What are some alternatives?

When comparing pycopy-lib and python-compiler you can also consider the following projects:

micropython-lib - Core Python libraries ported to MicroPython

kuroko - Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.

picoweb - Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework

IntercalScript - The IntercalScript programming language

chibicc - A small C compiler

pycopy - Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.

Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

shedskin - Shed Skin is a restricted-Python-to-C++ compiler. Read the introduction below to learn about the restrictions.

python-imphook - Simple and clear import hooks for Python - import anything as if it were a Python module

ubitey - Remake of David Beazley's "bitey" tool for Pycopy the small Python - import LLVM bitcode directly as a Python module