Does anyone know if there is a test-script available that covers most of Python's functionality? I want to run a test script after installing Python on a new platform, and I wanted some confirmation that some obscure piece of functionality hasn't tripped up.
This sound paranoid, but we had a...
I have a pretty basic problem: I've got a list of around 15000 (small) objects, which I am trying to store. I originally just appended them to a list, but this took 100% of the CPU and basically didn't finish. On probing, it looks as though the time it takes to append something to a list goes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.