First attempt at a Python prog (Chess)
Tim Roberts
timr at probo.com
Mon Feb 18 23:15:28 EST 2013
More information about the Python-list mailing list
Mon Feb 18 23:15:28 EST 2013
- Previous message (by thread): First attempt at a Python prog (Chess)
- Next message (by thread): First attempt at a Python prog (Chess)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Hinsley <chris.hinsley at gmail.com> wrote: > >Is a Python list as fast as a bytearray ? Python does not actually have a native array type. Everything in your program that looked like an array was actually a list. -- Tim Roberts, timr at probo.com Providenza & Boekelheide, Inc.
- Previous message (by thread): First attempt at a Python prog (Chess)
- Next message (by thread): First attempt at a Python prog (Chess)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list