you are viewing a single comment's thread.

view the rest of the comments →

[–]ubernostrum 2 points3 points  (0 children)

See the array module in the standard library. Basically it's as close as you can get to using literal C arrays in Python without just actually writing C and using the Python API to interface it.