Hi, I am trying to solve a genetic algorithm problem where I want to read a bitvector of very large size (say 10000) and manipulate bits based on certain algorithms. I am a newbie in Python. What data structure are good to read such huge data set. Are there any built in classes for bit fiddling. Every help is greatly appreciated, Thanks