ppci (pure Python compiler infrastructure)
The ppci (pure python compiler infrastructure) project is a compiler written entirely in python. (more…)
Read more »
Python has evolved since Flask was first released, particularly with the introduction of asyncio. Keeping the Flask-API but switching to the asyncio based Quart gives a 3x speedup. Read more