Regex Doubts

2018-03-29 Thread Iranna Mathapati
Hi Team, how to achieve fallowing expected output? str_output= """ MOD1 memory : 2 valid1790 free MOD2 memory : 128 valid 128 free UDP Aware *MEMR*: 0 valid 0 free *MEMR

Re: Distributing Python virtual environments

2018-03-29 Thread dieter
Malcolm Greene writes: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's root folder and distributing th

Re: Calling Matlab (2016a) function from Python(3.6)

2018-03-29 Thread Michael Torrie
On 03/28/2018 11:24 PM, Rishika Sen wrote: > I tried these options too as suggested by Paul... > h.Execute ("run('H:\\rishika\\MATLAB\\filewrite.m')") > '??? Error using run (line 41)\nH:\\rishika\\MATLAB\\filewrite.m not > found.\n\n' Crazy question, but you're sure of that path? h.E

[RELEASE] Python 3.7.0b3 is now available for testing

2018-03-29 Thread Ned Deily
On behalf of the Python development community and the Python 3.7 release team, I'm happy to announce the availability of Python 3.7.0b3. b3 is the third of four planned beta releases of Python 3.7, the next major release of Python, and marks the end of the feature development phase for 3.7. You c

Re: How to apply LR over gridded time series datasets ?

2018-03-29 Thread Dan Stromberg
On Wed, Mar 28, 2018 at 7:18 PM, wrote: > Hello all, > > This code is written for multivariate (multiple independent variables > x1,x2,x3..xn and a dependent variable y) time series analysis using logistic > regression (correlation and prediction). > This code is based on one point location (o

Re: Distributing Python virtual environments

2018-03-29 Thread Dan Stromberg
On Thu, Mar 29, 2018 at 7:06 AM, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's

Re: issues when buidling python3.* on centos 7

2018-03-29 Thread joseph pareti
thank you so much. here's more detail on my troubleshooting. - STARTING POINT: https://github.com/google/FluidNet as shown in the readme files, the deployment calls for the following step: cd FluidNet/manta/build ./manta ../scenes/_trainingData.py --dim 3 --addModelGeometry True --addSpher

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Ethan Furman
On 03/29/2018 11:55 AM, Bill Deegan wrote: Re color. Would the python.org background color (which is darker) work? To my eyes the background on pypi looks like the highlight color on python.org (I've said this earlier, but just curious if that's what othe

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Bill Deegan
Re color. Would the python.org background color (which is darker) work? To my eyes the background on pypi looks like the highlight color on python.org (I've said this earlier, but just curious if that's what others see as well) On Thu, Mar 29, 2018 at 2:33 PM, Ethan Furman wrote: > On 03/29/201

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Ethan Furman
On 03/29/2018 11:01 AM, Sumana Harihareswara wrote: On Wednesday, March 28, 2018 at 10:48:52 AM UTC-4, Ethan Furman wrote: The new PyPI lists of projects wastes too much space, and the bright blue >> is intolerable. I can't use it. When you say the bright blue is intolerable, I presume it

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Sumana Harihareswara
On Wednesday, March 28, 2018 at 10:48:52 AM UTC-4, Ethan Furman wrote: > The new PyPI lists of projects wastes too much space, and the bright blue is > intolerable. I can't use it. As I think you know, I'm tracking the condensed view request in https://github.com/pypa/warehouse/issues/1988 . W

netcdf 4 error

2018-03-29 Thread jorge . conrado
Hi, Here are some information of my netcdf4 data: NetCDF dimension information: Name: lon size: 4320 type: dtype('float64') Name: lat size: 2160 type: dtype('float64') Name: time size: 12

Re: Calling Matlab (2016a) function from Python(3.6)

2018-03-29 Thread Bob van der Poel
You might have better mileage using the python path routines to create the path/file names. Set the path the routines documented in os.path(). On Wed, Mar 28, 2018 at 10:24 PM, Rishika Sen wrote: > error persists h.Execute ("run('H:\\rishika\\MATLAB\\filewrite.m')") > '??? Error using run (l

Re: Converting list of tuple to list

2018-03-29 Thread Tim Chase
On 2018-03-29 20:42, Ganesh Pal wrote: > I have a list of tuple say [(1, 2, 1412734464L, 280), (2, 5, > 1582956032L, 351), (3, 4, 969216L, 425)] . I need to convert the > above as ['1,2,1412734464:280', > '2,5,1582956032:351', '3,4,969216:425'] > > Here is my Solution , Any suggestion or optim

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Ethan Furman
On 03/29/2018 09:01 AM, Sumana Harihareswara wrote: I appreciate you sharing your assessment. Thank you. I've filed [...snip details...] Wow. Thanks for all the confirmations of feedback received and issues created, Sumana! I wish the big companies had user support this good. :) -- ~Eth

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Sumana Harihareswara
On Tuesday, March 27, 2018 at 6:28:12 PM UTC-4, Ian wrote: > For me, the category filters alone are a killer feature over the old > PyPI. I think it's also a plus to the Python community overall that > PyPI not look to newcomers like something that was designed in the 90s > and then abandoned. Tha

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Sumana Harihareswara
On Wednesday, March 28, 2018 at 4:47:42 PM UTC-4, Terry Reedy wrote: > On 3/28/2018 10:50 AM, sumana.hariharesw...@gmail.com wrote: > > > People who literally don't see the list of ways to filter on the left-hand > > side of https://pypi.org/search/ : I ask you the usual list of > > troubleshoot

Re: Converting list of tuple to list

2018-03-29 Thread Rustom Mody
On Thursday, March 29, 2018 at 8:42:39 PM UTC+5:30, Ganesh Pal wrote: > Hello Team, > > > > I have a list of tuple say [(1, 2, 1412734464L, 280), (2, 5, 1582956032L, > 351), (3, 4, 969216L, 425)] . I need to convert the above as > ['1,2,1412734464:280', > '2,5,1582956032:351', '3,4,969216:425

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Sumana Harihareswara
On Wednesday, March 28, 2018 at 9:36:56 AM UTC-4, Ethan Furman wrote: > On 03/26/2018 03:16 PM, Sumana Harihareswara wrote: > > > The new Python Package Index at https://pypi.org is now in beta. > > The banner says: > > --> This is a beta deployment of Warehouse. Changes made here affect the >

Converting list of tuple to list

2018-03-29 Thread Ganesh Pal
Hello Team, I have a list of tuple say [(1, 2, 1412734464L, 280), (2, 5, 1582956032L, 351), (3, 4, 969216L, 425)] . I need to convert the above as ['1,2,1412734464:280', '2,5,1582956032:351', '3,4,969216:425'] Here is my Solution , Any suggestion or optimizations are welcome . Solution

Re: Distributing Python virtual environments

2018-03-29 Thread Paul Moore
On 29 March 2018 at 15:06, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's root f

Re: Distributing Python virtual environments

2018-03-29 Thread Chris Angelico
On Fri, Mar 30, 2018 at 1:06 AM, Malcolm Greene wrote: > We're using virtual environments with Python 3.6. Since all our pip > installed modules are in our environment's local site-packages folder, > is the distribution of a virtual environment as simple as recursively > zipping the environment's

Distributing Python virtual environments

2018-03-29 Thread Malcolm Greene
We're using virtual environments with Python 3.6. Since all our pip installed modules are in our environment's local site-packages folder, is the distribution of a virtual environment as simple as recursively zipping the environment's root folder and distributing that archive to another machine run

Re: please test the new PyPI (now in beta)

2018-03-29 Thread Sumana Harihareswara
On Wednesday, March 28, 2018 at 1:17:20 PM UTC-4, William Ray Wing wrote: > > On Mar 28, 2018, at 10:50 AM, sumana.hariharesw...@gmail.com wrote: > > > > > > [byte] > > > > > People who literally don't see the list of ways to filter on the left-hand > > side of https://pypi.org/search/ > > I