#136 A Python kernel rather than cleaning the batteries?
Topics include Voilà!, Toward a “Kernel Python”, Use __main__.py, The CPython Bytecode Compiler is Dumb, , and 16 Python libraries that helped a healthcare startup grow.
Daily edition · Languages
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Topics include Voilà!, Toward a “Kernel Python”, Use __main__.py, The CPython Bytecode Compiler is Dumb, , and 16 Python libraries that helped a healthcare startup grow.
Do you have stateless code that needs to run in the cloud? The clear answer years ago was to create and HTTP, or even, gasp! A SOAP service before then. While HTTP services are still very important, some of this code…