what are you using python language for?

2007-02-02 Thread Brian Epstein
Brian Y. Epstein, Esq. Belkin Burden Wenig & Goldman LLP 270 Madison Avenue New York, New York 10016 Bus: (212) 867-4466 (x363) Fax: (212) 867-0709 [EMAIL PROTECTED] -- This message contains inf

Re: what are you using python language for?

2006-06-12 Thread John J. Lee
[EMAIL PROTECTED] writes: > I am using Python to assemble a biomedical literature analysis pipeline > as part of my PhD thesis. (http://ib-dwb.sf.net/Muscorian.html) What's a literature analysis pipeline? (mental picture: fat pressurised pipe leading to big noisy wood chipper-style machine spewi

Re: what are you using python language for?

2006-06-09 Thread bruno at modulix
baalbek wrote: > To score with the chicks! > > A Python script roams the nightclubs for beautiful women, finds an > appropriate woman based on my preferances, charms her with its sleek > Pythonic manners, calls for a cab and brings the lady to my recidency. > > Works like a charm! Is that OSS ?-

Re: what are you using python language for?

2006-06-08 Thread baalbek
To score with the chicks! A Python script roams the nightclubs for beautiful women, finds an appropriate woman based on my preferances, charms her with its sleek Pythonic manners, calls for a cab and brings the lady to my recidency. Works like a charm! Baalbek -- http://mail.python.org/mailma

Re: what are you using python language for?

2006-06-08 Thread gregarican
Wow that's serious Old School. Reminds me of way-back-when in Data Processing class we used VisiCalc on the old Trash-80's for spreadsheet work. Cut a notch in those 5 1/4" floppies and voila, you doubled your storage capacity :-) Dennis Lee Bieber wrote: > On Thu, 08 Jun 2006 13:52:38 GMT, John S

Re: what are you using python language for?

2006-06-08 Thread John Salerno
Jason wrote: > I've been working on an RPG character generator for consistent (yet > varied) set of role-playing systems. Nothing like a pen-and-pencil RPG > to throw in tons of special cases and strange rulesets. Sounds interesting. Something I've thought about as a project, but I'm not good en

Re: what are you using python language for?

2006-06-08 Thread Andrew Robert
I use python and the pymqi module to work with IBM WebSphere MQSeries and IBM WebSphere Message broker. -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread jean-michel bain-cornu
This is my main development tool. I use it for business specific applications (with wx, cherrypy and mysql), mail server administration (in console mode and with cherrypy), and utilities. Regards jm -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread Frank Potter
I use python to grab imformations and embed it in my delphi app. I gather what I am intereted in so I can read them faster. And I also use python to do some othere everyday jobs, such as periodically copying and zipping a directory into another computer to backup the comtent. On 7 Jun 2006 16:11:

Re: what are you using python language for?

2006-06-07 Thread Petr Jakes
hacker1017 wrote: > im just asking out of curiosity. a vending machine controlled from the PC (peripherals connected using I2C bus (SMBus) and the MDB coin change-giver and the bill acceptor connected to the serial port). Petr Jakes -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread Jason
I've been working on an RPG character generator for consistent (yet varied) set of role-playing systems. Nothing like a pen-and-pencil RPG to throw in tons of special cases and strange rulesets. Python's turned out to be very useful for this project: 1. Fast prototyping and testing. I'm not sta

Re: what are you using python language for?

2006-06-07 Thread AdSR
I'm using Python for: * log analysis * test tools * data massaging * prototyping -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread Dale Huffman
hacker1017 wrote: > im just asking out of curiosity. Embedded control system -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread Claudio Grondi
hacker1017 wrote: > im just asking out of curiosity. It appears to me, that the natural language is not enough to record thoughts/observations/enlightenments for being reviewed and used with ease after a longer time, as for this purpose it is necessary to include in such records some sort of ac

Re: what are you using python language for?

2006-06-07 Thread [EMAIL PROTECTED]
scientific computing testing systems hobby: games. check http://mashebali.com/?Chess_2 -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-07 Thread mystilleef
Desktop application development -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-06 Thread Alex Martelli
hacker1017 <[EMAIL PROTECTED]> wrote: > im just asking out of curiosity. At work, since about 16 months ago, mostly for maintaining and enhancing many programs that control, monitor, and ensure the smooth working of, many large clusters of servers (plus, all the persnickety extra little things th

Re: what are you using python language for?

2006-06-06 Thread gregarican
Currently I am using Python for a CRM client application that runs on Win32, ARM Linux, and WinCE platforms. It pushes and pulls contact data using XMLRPC calls so that it doesn't lock the client into having to use CDO for communicating with the Exchange Server and ADO for communicating with the SQ

Re: what are you using python language for?

2006-06-06 Thread mauriceling
I am using Python to assemble a biomedical literature analysis pipeline as part of my PhD thesis. (http://ib-dwb.sf.net/Muscorian.html) -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-06 Thread faulkner
i'm writing a text editor [yes, it has quite a few interesting unique features]. http://fauxlkner.sf.net> this summer, i hope to make it collaborative like gobby. i also have a full-time job this summer at my college writing a small database system to manage student records. hacker1017 wrote: > i

Re: what are you using python language for?

2006-06-06 Thread [EMAIL PROTECTED]
hacker1017 wrote: > im just asking out of curiosity. Math research on the Collatz Conjecture. -- http://mail.python.org/mailman/listinfo/python-list

Re: what are you using python language for?

2006-06-06 Thread Chris Cioffi
I tend to do a significant amount of EDI related work:-statistical analysis-X12->HTML formattingI've do a ton of customer DB reporting.  I find it easier to use Python that Crystal reports for a lot of the stuff I do so I extract data and spit out CSV files for Excel to make it look pretty. And I'm

Re: what are you using python language for?

2006-06-06 Thread Timothy Grant
On 6/4/06, hacker1017 <[EMAIL PROTECTED]> wrote: > im just asking out of curiosity. My current gig is perl only, but I still use python for personal stuff 1) +Twisted for a couple of IRC Bots 2) an interface between TextMate and py.test 3) a soccer management game (wxPython + PyGame) -- Stand

Re: what are you using python language for?

2006-06-06 Thread bruno at modulix
hacker1017 wrote: > im just asking out of curiosity. > Err... Programming ?-) Sorry... Actually, mostly web applications (CMS, groupware, small/medium business apps etc), and admin utilities. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in

Re: what are you using python language for?

2006-06-06 Thread Grant Edwards
On 2006-06-06, Tim Chase <[EMAIL PROTECTED]> wrote: >> 4) Miscellaneous other stuff like grabbing all of the comic >> strips I like every day and putting them on a local web >> page so I can read them all in one place > > I wonder how many other folks have done this too. It was my > firs

Re: what are you using python language for?

2006-06-06 Thread Carl J. Van Arsdall
hacker1017 wrote: > im just asking out of curiosity. > We use python for somewhat complex build system which builds several versions of embedded Linux for multiple architectures (30+). Two particularly interested aspects of this build system involve simple cluster management utilities (utili

Re: what are you using python language for?

2006-06-06 Thread Miguel Galves
I'm using for processing genetic and biological data, anda for fun...On 6/4/06, hacker1017 <[EMAIL PROTECTED] > wrote:im just asking out of curiosity.-- http://mail.python.org/mailman/listinfo/python-list-- Miguel Galves - Engenheiro de ComputaçãoJá leu meus blogs hoje? Para geeks http://log4dev.b

Re: what are you using python language for?

2006-06-06 Thread Tim Chase
> 4) Miscellaneous other stuff like grabbing all of the comic > strips I like every day and putting them on a local web > page so I can read them all in one place I wonder how many other folks have done this too. It was my first pet Python project, converting a Java rendition of the sam

Re: what are you using python language for?

2006-06-06 Thread Kay Schluehr
hacker1017 wrote: > im just asking out of curiosity. To get an impression you might have a look at the Europython 2006 schedule: http://indico.cern.ch/conferenceTimeTable.py?confId=44 Personally I'm playing with the language itself at the moment and extend it through it: http://www.fiber-space.

Re: what are you using python language for?

2006-06-06 Thread Grant Edwards
At the moment, I'm using it for 1) Enginerring/scientific data analysis and visualization. 2) Serial communication test programs. 3) Small utilities for embedded software development (processing map and hex files). 4) Miscellaneous other stuff like grabbing all of the comic strips

what are you using python language for?

2006-06-06 Thread hacker1017
im just asking out of curiosity. -- http://mail.python.org/mailman/listinfo/python-list