Next Steps in Python Workshop Series is a seven-part series covering intermediate Python skills, tips, and tricks guaranteed to make your coding life easier. You do not need to attend each session to participate - there is a new lesson each week.
Each one-hour session meets via Zoom on Wednesdays at noon, CDT.
Efficient looping with Itertools
In Python, any object that can be implemented for loops, such as lists, strings, tuples, and dictionaries, is called iterators. The itertools module in Python contains building blocks that allow combinations and permutations of iterator elements in a memory-efficient manner. This workshop teaches you how to use itertools to perform complex looping operations.
Prerequisites: Participants should be familiar with Python at an introductory level.
Audience
- Faculty/Staff
- Student
- Post Docs/Docs
- Graduate Students