Re: program python

2021-03-05 Thread alberto
Il giorno giovedì 4 marzo 2021 alle 23:51:39 UTC+1 Igor Korot ha scritto: > Hi, > On Thu, Mar 4, 2021 at 4:42 PM alberto wrote: > > > > Il giorno giovedì 4 marzo 2021 alle 22:04:57 UTC+1 Paul Bryan ha scritto: > > > I don't see a Python program in that link. > > > > > > Are you asking how to

Re: program python

2021-03-04 Thread Igor Korot
Hi, On Thu, Mar 4, 2021 at 4:42 PM alberto wrote: > > Il giorno giovedì 4 marzo 2021 alle 22:04:57 UTC+1 Paul Bryan ha scritto: > > I don't see a Python program in that link. > > > > Are you asking how to extract data from a CSV? > > A good start will be to look into the csv.reader function and >

Re: program python

2021-03-04 Thread alberto
Il giorno giovedì 4 marzo 2021 alle 22:04:57 UTC+1 Paul Bryan ha scritto: > I don't see a Python program in that link. > > Are you asking how to extract data from a CSV? > A good start will be to look into the csv.reader function and > csv.DictReader class. > > Paul > On Thu, 2021-03-04 at 12

Re: program python

2021-03-04 Thread Paul Bryan
I don't see a Python program in that link. Are you asking how to extract data from a CSV? A good start will be to look into the csv.reader function and csv.DictReader class. Paul On Thu, 2021-03-04 at 12:36 -0800, alberto wrote: > Hi I'm tring to write a program with python to evaluate data of c

Re: program python

2021-03-04 Thread dn via Python-list
Hi, and welcome to the list. On 05/03/2021 09.36, alberto wrote: > Hi I'm tring to write a program with python to evaluate data of csv data > In particular I would extract this information > > View data on the presence of men and women in Affori over time. > > * Carry out an analysis relating t

Re: program python

2021-03-04 Thread Igor Korot
Hi, On Thu, Mar 4, 2021 at 2:42 PM alberto wrote: > > Hi I'm tring to write a program with python to evaluate data of csv data > In particular I would extract this information > > View data on the presence of men and women in Affori over time. > > * Carry out an analysis relating to the last avai

program python

2021-03-04 Thread alberto
Hi I'm tring to write a program with python to evaluate data of csv data In particular I would extract this information View data on the presence of men and women in Affori over time. * Carry out an analysis relating to the last available year. Of the 10 most populous neighborhoods show: * the

Re: Program Python

2014-03-06 Thread Rustom Mody
On Thursday, March 6, 2014 3:11:10 AM UTC+5:30, Luciano Trespidi wrote: > I'm very grateful if anyone can helpme to find a good program to develop in > python lenguage. > Thanks > Inviato da: > Ernesto Luciano Trespidi > Email: keplero1... > Tel. 32... Hi and welcome Just a small warning in ad

Re: Program Python

2014-03-05 Thread Tim Chase
On 2014-03-05 22:41, Luciano Trespidi wrote: > I'm very grateful if anyone can helpme to find a good program to > develop in python lenguage. Thanks This reminds me of the old joke: Q: Why are you scratching yourself? A: Because I'm the only one who knows where I itch! The best place to find

Re: Program Python

2014-03-05 Thread Ben Finney
Luciano Trespidi writes: > I'm very grateful if anyone can helpme to find a good program to develop in > python lenguage. > Thanks The best program to use for developing in the Python language is the Python interpreter :-) Beyond which, you may be interested in the Python community's “tutor” f

Program Python

2014-03-05 Thread Luciano Trespidi
I'm very grateful if anyone can helpme to find a good program to develop in python lenguage. Thanks Inviato da: Ernesto Luciano Trespidi Email: keple...@hotmail.com Tel. 3299255463 -- https://mail.python.org/mailman/listinfo/python-list

hang in multithreaded program / python and gdb.

2007-09-13 Thread Jd
Hi I want to debug a locking situation in my program. http://wiki.python.org/moin/DebuggingWithGdb Where do I get binaries for ? - debug python 2.5 binary/rpm for FC7 Also, the description of the hang is as follows. 2 therads waiting in [EMAIL PROTECTED] ... from PyThread_ac