Re: How to get only valid python package index

2019-09-23 Thread dieter
Vijay Kumar Kamannavar writes: > As per https://pypi.org/simple/ we have ~2,00,000 packages. i feel there > are lot of packages found to be dummy/Experimental. Where can we get the > properly maintained package list for python? In addition of what Paul already wrote: "https://pypi.org/simple"; is

Re: python installation.

2019-09-23 Thread Brian Korir
I used Windows x86-64 executable installer the first two times and Windows x86-64 web-based installer. They both yielded the same result. On Tue, 24 Sep 2019 05:46 Cameron Simpson, wrote: > On 24Sep2019 00:12, Brian Korir wrote: > >I receive a 'not a valid Win32...' after a few minutes of insta

Re: python installation.

2019-09-23 Thread Cameron Simpson
On 24Sep2019 00:12, Brian Korir wrote: I receive a 'not a valid Win32...' after a few minutes of installing python 3.7.4. I have reinstalled it several times with the same results. My laptop uses windows 7, 64-bit. What can I do to solve this? Thank you. Are you using the appropriate installe

python installation.

2019-09-23 Thread Brian Korir
I receive a 'not a valid Win32...' after a few minutes of installing python 3.7.4. I have reinstalled it several times with the same results. My laptop uses windows 7, 64-bit. What can I do to solve this? Thank you. -- https://mail.python.org/mailman/listinfo/python-list

Re: How to get only valid python package index

2019-09-23 Thread Paul Moore
On Mon, 23 Sep 2019 at 19:15, Vijay Kumar Kamannavar wrote: > > Hellom > > As per https://pypi.org/simple/ we have ~2,00,000 packages. i feel there > are lot of packages found to be dummy/Experimental. Where can we get the > properly maintained package list for python? There is no "properly maint

How to get only valid python package index

2019-09-23 Thread Vijay Kumar Kamannavar
Hellom As per https://pypi.org/simple/ we have ~2,00,000 packages. i feel there are lot of packages found to be dummy/Experimental. Where can we get the properly maintained package list for python? If not, atleast please let me know what kind of strategy i shoud use to decide whether package is v

JOB | Front End Architect (London, UK)

2019-09-23 Thread James Tobin
Hello, I'm working with an employer that is looking to hire a permanent front end architect to join their London office. You should have experience with Javascript and frameworks such as (but not only) React. Consequently, I had hoped that some members of this mailing list may like to discuss fur

RE: Unable to start Python with Windows 7

2019-09-23 Thread cdoare.ext
Hi Eren, Thanks for your help. But I tried another way. I am now on Linux and it works fine ! I don't to want to lose any more time on windows ;-) Christian -Message d'origine- De : Python-list [mailto:python-list-bounces+cdoare.ext=orange@python.org] De la part de Eko palypse Envoy

Re: Unable to start Python with Windows 7

2019-09-23 Thread Eko palypse
>What is strange is that I can run Python, but only with a short program ! Hi Crhistian, hard to tell, what might help is if you can copy/paste code which does not run (an example should be as small as possible). In addition, isn't there any output you get when the program doesn't run? A traceback

RE: Unable to start Python with Windows 7

2019-09-23 Thread cdoare.ext
Hi Eren, I have Win 64bit and run Python also in 64 bits. What is strange is that I can run Python, but only with a short program ! Best regards, Christian -Message d'origine- De : Python-list [mailto:python-list-bounces+cdoare.ext=orange@python.org] De la part de Eko palypse Envoyé :

Re: Most efficient way to replace ", " with "." in a array and/or dataframe

2019-09-23 Thread Piet van Oostrum
Markos writes: [...] >>> Please, any comments or tip? >> data = pd.read_csv ('table.csv', sep = ',', skiprows = 1, decimal=b',', >> skipinitialspace=True) >> > Thank you for the tip. > > I didn't realize that I could avoid formatting problems in the dataframe > or array simply by using the read_