I just read “Python Creator Guido van Rossum Asks: Is ‘Worse is Better’ Still True for Programming Languages?” and I wonder what can we Eiffellers learn from it.
Category: Python
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…
Link
Link
Python
Python Shared Memory in Multiprocessing
Python Shared Memory in Multiprocessing I think I shall go for shared memory! My Amiga formation years requires it!
Fun, Python
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…
Python
Did You Know — Adding = After an Expression in a Python f-string
Did You Know — Adding = After an Expression in a Python f-string | by Liu Zuo Lin # eg. f’{x=}’ returns ‘x=’ n = 5 print(f'{n+1=}’) # n+1=6 n = 5 print(f'{n+10=}’) # n+10=15
Eiffel, Liberty Eiffel, Python
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….
Django, Python, Tricks
Using CSV File as data storage and access
Thanks adamchainz!
Python
Noob or “just” oldish?
Young Jedi Anmol Tomar, your pythoninc knowledge lacks historical viewpoint. List Comprehensions were the Python Enhancement Proposals( PEP) 202.