Standard library of the Pycopy project, minimalist and light-weight Python language implementation
Dépôts
Dépôts de pfalcon
libusb bindings for Pycopy
Various Pycopy-related proofs of concepts and hacks which don't deserve dedicated repos
pySerial-like interface for Pycopy (unix port)
Pycopy bindings for FFmpeg
Quick and dirty port of PyDashie to Pycopy/Picoweb
Simple text editor widget for Python and Pycopy. Further developed in https://github.com/pfalcon/picotui
Pure-python library for parsing ELF and DWARF
Pure Python zlib/gzip/bzip2 decompessor/bitstream dumper, plus additional utilities
Implementation of M4 in Python
Python module to parse GNU ld/gcc map files
Pure-Python x86 disassembler, ported to modern Python, with bugfixes
Implementation of the ARM SWD (Serial Wire Debug) protocol in Python for use with low-cost development boards to manage and flash Cortex CPUs
Proposed challenges for Python AST hackers
A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
Simple and clear import hooks for Python - import anything as if it were a Python module
Python meta-circularity story
Simple mixins for Python without multiple inheritance
Playing with SSA on the Python code: https://github.com/pfalcon/python-ast-hacking-challenges/issues/2