[pyar] Listas/desordenar
Sebastian Bassi
sbassi en clubdelarazon.org
Dom Jun 27 23:14:41 ART 2010
On Sun, Jun 27, 2010 at 10:14 PM, Tordek <kedrot en gmail.com> wrote:
> Yo prefiero fnmatch:
> http://docs.python.org/library/fnmatch.html#fnmatch.fnmatch
Interesante, no lo conocia, aunque yo uso glob.glob y con eso evito
luego testear si el archivo termina de una manera u otra:
http://docs.python.org/library/glob.html
>>> import glob
>>> glob.glob('*.txt')
['join.txt', 'bets.txt', 't5.txt', 'exp.txt', 'varios.txt']
More information about the pyar
mailing list