- 2024-07-08 –, Club B
- 2024-07-08 –, Club B
All times in Europe/Prague In this hands-on tutorial we will reinvent the wheel! We'll reinvent the wheel and implement the module We'll do that because it's fun, but also because that will teach us a lot about Python: To prepare for the tutorial, pleaseitertools
in plain Python.iter
and next
do;for
loops under the hood;__iter__
and __next__
play a part in all this; anditertools
, a module with plenty of useful tools for your day-to-day iterations.
- have Python 3.12+ installed (ideally);
- clone this GitHub repository https://github.com/mathspp/the-little-book-of-itertools; and
- install the requirements (it's just pytest
).
Intermediate
Rodrigo has always been fascinated by problem solving and that is why he picked up programming – so that he could solve more problems. He also loves sharing knowledge, and that is why he spends so much time writing articles in his blog mathspp.com/blog, writing on Twitter @mathsppblog, and giving workshops and courses. You can also find his past talks on https://mathspp.com/talks.
His main areas of scientific interest are mathematics (numerical analysis in particular) and programming in general (with a preference for the Python and APL languages), but Rodrigo also enjoys reading fantasy books, watching silly comedy movies and eating chocolate.