Complex numbers

2017-09-05 Thread TBER Abdelmalek
This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them with a mathematical approach. I chose not to support the built-in class in this module, as the idea was

Complex numbers

2017-09-05 Thread TBER Abdelmalek
This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them from a mathematical approach. Also cplx class doesn't support the built-in class intentionally, as the

ANN: psutil 5.3.0 with full unicode support is out

2017-09-05 Thread Giampaolo Rodola'
Hello all, I'm glad to announce the release of psutil 5.3.0: https://github.com/giampaolo/psutil A blogpost describing the main changes is available here: http://grodola.blogspot.com/2017/09/psutil-530-with-full-unicode-support-is.html About = psutil (process and system utilities) is a cross-

salabim: a new discrete event simulation package

2017-09-05 Thread Ruud van der Ham
The package salabim is based on the process description methodology in which processes can be activated, held and passivated.The package supports queues, resources and a very powerful concept of states, which behave a little bit like events. Statistical data collection on queues, resources and stat