News

For loops are a bit of a nuisance in Python. My other, and bigger problems with Python is the horrible significance of using indentation to create loops, and that variables get added mysteriously ...
Many programs have a need to iterate over a large list of generated data. The conventional way to do this would be to calculate the values for the list and populate it, then loop over the whole thing.