Re: use python to log to a remote supercomputer and transfer files

2018-05-07 Thread Irving Duran
You can also explore this package -> https://github.com/paramiko/paramiko in order to be able to download or upload the files. Thank You, Irving Duran On Mon, May 7, 2018 at 3:34 PM MRAB wrote: > On 2018-05-07 13:29, ruiyan wrote: > > Hello everyone, > > > > >

Re: Best site

2018-02-16 Thread Irving Duran
Besides Google for sure. I liked www.codecademy.com Thank you, Irving Duran On 02/16/2018 11:53 AM, mm0fmf wrote: > On 16/02/2018 16:04, dsujit2...@gmail.com wrote: >> which is the best site to learn python for data science. >> > > Google. -- https://mail.python.org/ma

Re: Numpy and Terabyte data

2018-01-02 Thread Irving Duran
pache Spark and invoking "pyspark" where you can store data in memory and/or hard disk. Also, if you are working with Hadoop, you can use spark to move/transfer data back-and-forth. Thank You, Irving Duran On Tue, Jan 2, 2018 at 12:06 PM, wrote: > I'm not sure if I'll be lau

Re: Has anyone worked on docker with windows

2017-11-29 Thread Irving Duran
I attempted configuring docker on Win, but quit. This was like six months ago, I will assume that the install and integration with the VM is smoother now, but still not native to Win. Thank You, Irving Duran On Wed, Nov 29, 2017 at 1:05 AM, Robert Clove wrote: > i was also of the s

Re: Pyhton

2017-09-27 Thread Irving Duran
Besides being easy to learn and develop, there is a large number of dev supporters. Which it makes it more compelling. Thank You, Irving Duran On Wed, Sep 27, 2017 at 9:27 AM, wrote: > On Wednesday, September 27, 2017 at 3:10:30 PM UTC+1, darwi...@gmail.com > wrote: > > What

Re: How to decompile an exe file compiled by py2exe?

2017-06-13 Thread Irving Duran
rary.zip file i dont if that help this work. > > i need some easy because i am very new i try some programs but without > results. > -- > https://mail.python.org/mailman/listinfo/python-list > -- Thank You, Irving Duran -- https://mail.python.org/mailman/listinfo/python-list

Re: python and databases

2017-03-14 Thread Irving Duran
I don't know that there is a native library in python for you to call an MS Access db. Would you be able to extract the content into a CSV and read it that way? Also, is there a particular reason why you couldn't use an additional python lib? Thank You, Irving Duran On Tue, Mar 14,