Stars
Algorithms, 4th edition textbook code and libraries
🚴 Call stack profiler for Python. Shows you why your code is slow!
A simple CLI tool to show the installation/modification times of all your pip packages
A diagnostic program to show the Python environment
darius / Chatlang
Forked from vu2srk/ChatlangSimple python interpreter
View strings, Python dir() output in particular, in nice columns.
Exercises in implementing regular-expression search
A Python implementation of a Python bytecode runner
Some code snippets and algorithms in Python
This repository helps you learn Python and Machine Learning from scratch.
eloyekunle / minilang
Forked from gnuvince/minilangA simple compiler for a mini language
Orcinus - is high-level static language with Pythonic syntax
d1mic / local-optimization
Forked from dalma6/local-optimizationLocal optimizator for 3-adress code that is in SSA format. Optimizator supports neutral elimination, constant folding, constant propagation and strenght reduction and combinations of those
Pascal simplified compiler written in python without external dependencies
Useful functions, tutorials, and other Python-related things
A high-level programming language that compiles to Little Man instructions
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
A repository with IPython notebooks of algorithms implemented in Python.
MIRROR of https://codeberg.org/catseye/Castile : A simple imperative language with union types (and a compiler for same, with multiple targets)
Context free grammar compiler and executor written for learning purposes.