Paolo Redaelli personal blog

Category: Python

Codon: high-performance Python compiler

Codon: high-performance Python compiler Codon is a high-performance Python implementation that compiles to native machine code without any runtime overhead. Typical speedups over vanilla Python are on the order of 10-100x or more, on a single thread. Codon’s performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports…

Huge chances?

I know I know the Observer Pattern. I just wanted to be sure what was the best practice in Python. I found this: Risky Implementations: If the pattern is not implemented carefully, there are huge chances that you will end up with large complexity code. From https://www.geeksforgeeks.org/observer-method-python-design-patterns/ With all the complex code out there having…

Textual

Textual is a TUI framework for Python, inspired by modern web development. Textual is a Rapid Application Development framework for Python, built by Textualize.io. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal or a web browser! Well, I just wish I could have it in EIffel….