Re: [Tutor] Translating R Code to Python-- reading in csv files, writing out to csv files

2012-05-20 Thread Massimo Di Stefano
Maybe this doc. http://mathesaurus.sourceforge.net/matlab-python-xref.pdf can help ? i found it useful. Massimo. Il giorno May 20, 2012, alle ore 2:42 AM, Martin A. Brown ha scritto: > > Benjamin, > > : Thanks Martin-- this is really great. My major question now is > : that I need to tra

[Tutor] how to return an object generated during a python threading code

2011-12-10 Thread Massimo Di Stefano
Hi All, i'm tring to learn how to use threads in python to save a list of object. i'm starting from this code : # import threading import urllib from tempfile import NamedTemporaryFile singlelock = threading.Lock() class download(threading.Thread): def __init__(self, sitecode, lista):