Privy: An easy, fast lib to password-protect your data

2017-07-03 Thread ofekmeister
https://github.com/ofek/privy -- https://mail.python.org/mailman/listinfo/python-list

Re: python script is slowly after use multiprocessing

2017-07-03 Thread Ben Bacarisse
Xristos Xristoou writes: > i have create an image processing python function. > > my system have 4 cores + 4 threads. > > i want to use multiprocessing to speed up my function,but anytime to > use multiprocessing packages my function is not faster and is 1 minute > slowly. any idea why ?first tim

Re: python script is slowly after use multiprocessing

2017-07-03 Thread MRAB
On 2017-07-03 20:47, Xristos Xristoou wrote: i have create an image processing python function. my system have 4 cores + 4 threads. i want to use multiprocessing to speed up my function,but anytime to use multiprocessing packages my function is not faster and is 1 minute slowly. any idea why

python script is slowly after use multiprocessing

2017-07-03 Thread Xristos Xristoou
i have create an image processing python function. my system have 4 cores + 4 threads. i want to use multiprocessing to speed up my function,but anytime to use multiprocessing packages my function is not faster and is 1 minute slowly. any idea why ?first time use multiprocessing packages. main

ANN: DIPY 0.12.0 release

2017-07-03 Thread Eleftherios Garyfallidis
We are excited to announce a new public release of Diffusion Imaging in Python (DIPY). DIPY 0.12 (Tuesday, 26 June 2017) This release received contributions from 48 developers (the full release notes are at: http://nipy.org/dipy/release0.12.html) Highlights of this release include: - IVIM Sim

Re: pythonhosted.org status?

2017-07-03 Thread Irmen de Jong
On 02/07/2017 11:27, breamore...@gmail.com wrote: > On Sunday, July 2, 2017 at 10:03:34 AM UTC+1, Irmen de Jong wrote: >> Hi, >> I'm using pythonhosted.org to host the docs for various projects but it has >> either been >> very slow or unavailable over the past week. Anyone else having the same >

Script to ban authors from Google Groups

2017-07-03 Thread Wanderer
I use this script to ban authors from Google Groups. You need to create a banned authors text file with each author separated by a new line. For Mozilla you need to compile it to a pyc file, associate pyc files with Python and create a bookmark. You then use the bookmark to enter google groups w

EuroPython 2017: Day tickets available

2017-07-03 Thread M.-A. Lemburg
We have now opened ticket sales for day tickets to EuroPython 2017 from July 9-17 in Rimini. * EuroPython 2017 Day Tickets * https://ep2017.europython.eu/en/registration/ These day passes can be bought online and are valid for the day you pick up your badge. We h

cgitb weirdness between apache and nginx

2017-07-03 Thread Robin Becker
I have a simple cgi application and want to use cgitb as a catchall way of getting an error response when things go wrong I did development with nginx + fastcgi + fsgiwrap and the cgitb failure output appears to work fine. The end user wants to use apache 2.4 and there things go wrong. Instea

Re: Problem getting unittest tests for existing project working

2017-07-03 Thread Peter Otten
Aaron Gray wrote: > I am trying to get distorm3's unittests working but to no avail. > > I am not really a Python programmer so was hoping someone in the know > maybe able to fix this for me. Normally it doesn't work that way... > > Here's a GitHub issue I have created for the bug :- > > h