pytest-watcher Automatically rerun your tests on file modifications pytest-watcher is a tool to automatically rerun tests (using pytest by default) whenever your code changes. pytest-watch has been around for a long time and used to address exactly this problem. Unfortunately, pytest-watch is no longer maintained and doesn’t work for many users. This project provides an…
Category: Python
Ethics, Flutter, Python
Flutter? A necessary evil
Python
The Xonsh Shell — Python-powered shell

The Xonsh Shell — Python-powered shell. Python shell. Python in the shell. Shell in Python. Shell and Python. Python and shell.Xonsh (sounds like “consh”) is a modern, full-featured and cross-platform python shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython. It works…
Python
StocksTUI: Real-time stock market data in your terminal. In Python, using textual.textualize.io/ The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
Liberty Eiffel, Python
What can we learn?
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.
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…
