Tag Archives: list

Processing a long list efficiently in Python

This post was inspired by Brandon Rhodes‘ excellent talk at Pycon 2014,  All Your Ducks In A Row: Data Structures in the Standard Library and Beyond. Python’s lists are dynamic.  You do not need to declare their length ahead of … Continue reading

Posted in programming | Tagged , , , | 3 Comments

Python Exercises – Groups of People

This exercise starts very simple, but gets interesting in the extensions.  If you take this far enough, you could build a social network.  This exercise is meant to be done several times, as you learn more about programming.  You will … Continue reading

Posted in programming | Tagged , , , , | Leave a comment