Re: [Python-Dev] Pre- and post-conditions

2018-08-15 Thread Marko Ristin-Kaufmann
> I'm sure you'll find interest in your idea there. > > -CHB > > > On Wed, Aug 15, 2018 at 1:25 AM, Marko Ristin-Kaufmann < > marko.ris...@gmail.com> wrote: > >> Hi python devs, >> >> I would be very interested to bring design-by-contract into pyt

[Python-Dev] Hi!

2018-08-15 Thread Marko Ristin-Kaufmann
Hi python devs, Please let me briefly introduce myself. I'm Marko and live in Zurich, Switzerland. I learned Python and Django during an intership in 2007 and followed its development ever since. I did research in computer vision (at ETH Zurich). I work now at Parquery AG (Zurich, Switzerland) whe

[Python-Dev] Pre- and post-conditions

2018-08-15 Thread Marko Ristin-Kaufmann
Hi python devs, I would be very interested to bring design-by-contract into python 3. I looked at some of the packages I found on pypi and also we rolled our own solution (https://github.com/Parquery/icontract/). I also looked into https://www.python.org/dev/peps/pep-0316/. However, all these sol