-
Recent Posts
- Unfinished Projects: One last programming lesson from my dad
- How advertising ruined the rickroll
- Ever’s First Starship
- The CyberConstitution Class
- Processing a long list efficiently in Python
- The education community needs a better online discussion tool
- Ninety Days on Github
- Github streak days 31-60: What I’ve learned
- What I’ve learned from my first 30-day GitHub streak
- How IPython Notebook and Github have changed the way I teach Python
Archives
Categories
Meta
Monthly Archives: April 2014
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 →