salabim
salabim
The following code: ``` from icecream import ic ic.lineWrapWidth = 100 b = 10 * ['123456'] ic(b) ``` prints ``` ic| b: ['123456', '123456', '123456', '123456', '123456', '123456', '123456', '123456',...
greenlet
🐍 Package Request Package Name and Version : Package URL : GitHub, PyPi Package Dependencies that needs to be resolved first: none Checklists I have tried to install the package...
I see that the discrete simulation package SimPy is included as a standard module. There is another, much more feature-rich- similar package, called salabim that even supports powerful animation in...
It would be nice if you could add the very handy peek module. Extremely useful for debugging and ... fully compatible with Pythonista. See www.salabim.org/peek for details and the link...