On 24Dec2018 16:29, Avi Gross wrote:
But none of this applies to my original question. I am talking about
whether anyone has created a general framework for a much simpler
scenario. Loosely speaking, I might be asked to create a list of
objects or functions that somehow can be started independ
Stefan,
Yes, techniques like the one you mention are some of the ways I am aware of but
they may not be the easiest way to automate.
I was thinking of a style of solving problems. I note python (on various
platforms) has an amazing number of ways to do things in parallel and quite a
few method
sntshkm...@gmail.com wrote:
>> $ pip install readme_renderer[md]
>
> Thanks a lot for this, I wasn't able to figure it out earlier.
does it work ok now? got the upload to go to pypitest?
ant
--
https://mail.python.org/mailman/listinfo/python-list
Às 14:07 de 24/12/18, Stefan Behnel escreveu:
> Paulo da Silva schrieb am 22.12.18 um 19:26:
...
>
> Ubuntu 18.04 ships Cython 0.26, which has a funny bug that you hit above.
> It switches the language-level too late, so that the first token (or word)
> in the file is parsed with Py2 syntax. In y
> $ pip install readme_renderer[md]
Thanks a lot for this, I wasn't able to figure it out earlier.
--
https://mail.python.org/mailman/listinfo/python-list
Avi Gross schrieb am 17.12.18 um 01:00:
> SHORT VERSION: a way to automatically run multiple algorithms in parallel
> and kill the rest when one returns an answer.
One (somewhat seasonal) comment on this: it doesn't always have to be about
killing (processes or threads). You might also consider a
Anthony Flury via Python-list schrieb am 21.12.18 um 09:06:
> I thought I would look at a side by side comparison of CPython, nuitka and
> PyPy
Interesting choice. Why nuitka?
> *The functionality under test*
>
> I have a library (called primelib) which implements a Sieve of Erathoneses
> in pu
Paulo da Silva schrieb am 22.12.18 um 19:26:
> Sorry if this is OT.
>
> I decided to give cython a try and cannot run a very simple program!
>
> 1. I am using kubuntu 18.04 and installe cython3 (not cython).
>
> 2. My program tp.pyx:
>
> # cython: language_level=3
> print("Test",2)
>
> 3. setu
https://blog.python.org/2018/12/python-372-and-368-are-now-available.html
Python 3.7.2 and 3.6.8 are now available. Python 3.7.2 is the next
maintenance release of Python 3.7, the latest feature release of Python.
You can find Python 3.7.2 here:
https://www.python.org/downloads/release/python-