[pyar] Unicode como nombre de archivo
John Rowland Lenton
john.lenton en canonical.com
Mar Jun 8 22:25:18 ART 2010
On Tue, Jun 08, 2010 at 02:53:34PM -0300, Javier Castrillo wrote:
>
> gente = open('datos.txt', 'r')
> for renglon in gente:
> linea = renglon.strip()
> linea = linea.split(',')
> apellido = str(linea[1])
> nombre = str(linea[2])
> mail = linea[4]
> sexo = linea [3]
> if sexo == ' Masculino':
> sexo1 = 'Estimado'
> else:
> sexo1 = 'Estimada'
pregunta: usar el módulo csv no?
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20100608/d0242eab/attachment.sig>
More information about the pyar
mailing list