Re: Land Of Lisp is out

2010-10-29 Thread Alessio Stalla
On 28 Ott, 10:42, p...@informatimago.com (Pascal J. Bourguignon) wrote: > sthueb...@googlemail.com (Stefan Hübner) writes: > >> Would it be right to say that the only Lisp still in common use is the > >> Elisp > >> built into Emacs? > > > Clojure (http://clojure.org) is a Lisp on the JVM. It's gai

Re: extract substring by regex from a text file

2010-04-17 Thread Alessio
On Apr 17, 11:05 am, Peter Otten <__pete...@web.de> wrote: > > Just in case you didn't know: > >     for line in instream: >         ... > > looks better, uses less memory, and may be a tad faster than > >     for line in instream.readlines(): >         ... > > Peter Thanks for your suggestions, t

Re: extract substring by regex from a text file

2010-04-17 Thread Alessio
On Apr 15, 3:25 pm, Neil Cerutti wrote: > On 2010-04-15, Alessio wrote: > > > Hi, > > > I'm facing the problem in the subject: > > - I have a text file that I need to parse for producing a specifical Thank you, I forgot to say that I already solved. I used readli

extract substring by regex from a text file

2010-04-15 Thread Alessio
Hi, I'm facing the problem in the subject: - I have a text file that I need to parse for producing a specifical string (Json like) extracting some information (substring) in it; - I created regural expressions capable to locate these substrings in my txt file; now I don't know how to continue. Wh

Portable (Linux/Mac/Win) way to get network interfaces names and their addresses?

2009-01-06 Thread Alessio Pace
.net/netifaces/) which is written in C. Thanks in advance for any suggestion. -- Alessio Pace. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to distribute a Python app together with its dependencies?

2008-12-01 Thread Alessio Pace
On 1 Dic, 15:21, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Nov 30, 6:22 am, Alessio Pace <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I have to distribute a Python application which relies on an external > > library, and I'm not very fluent

Re: How to distribute a Python app together with its dependencies?

2008-12-01 Thread Alessio Pace
On 1 Dic, 10:37, BlueBird <[EMAIL PROTECTED]> wrote: > Alessio Pace wrote: > > Hi, > > > I have to distribute a Python application which relies on an external > > library, and I'm not very fluent in this kind of stuff with Python (I > > come from the Jav

Re: How to distribute a Python app together with its dependencies?

2008-12-01 Thread Alessio Pace
On 1 Dic, 10:37, BlueBird <[EMAIL PROTECTED]> wrote: > Alessio Pace wrote: > > Hi, > > > I have to distribute a Python application which relies on an external > > library, and I'm not very fluent in this kind of stuff with Python (I > > come from the Jav

Re: How to distribute a Python app together with its dependencies?

2008-11-30 Thread Alessio Pace
you anyway for your suggestion, I'll keep it in mind if I can to deploy on Windows too. -- Alessio Pace. -- http://mail.python.org/mailman/listinfo/python-list

How to distribute a Python app together with its dependencies?

2008-11-30 Thread Alessio Pace
So in the end I was wondering if there is a more elegant way of doing this because, as I said before, I'm not very experienced in these kind of tasks in Python. Thanks in advance for any suggestion or comment. Alessio Pace. -- http://mail.python.org/mailman/listinfo/python-list