Page 1 of 1

MicroPython: Using lists

Posted: Wed Sep 06, 2017 9:06 pm
by anteph
Some tutorials on how to use basic and more advanced functionalities of lists in MicroPython. Their behavior is similar to regular Python, so these tutorials can be tested in a Python environment.

Written tutorials
Introduction to lists: https://techtutorialsx.com/2017/08/12/e ... ith-lists/
List filtering: https://techtutorialsx.com/2017/08/20/e ... -to-lists/
List mapping: https://techtutorialsx.com/2017/08/20/e ... -to-lists/

Video tutorials
Introduction to lists: https://www.youtube.com/watch?v=YXVPxFcJC3w
Updating list elements: https://www.youtube.com/watch?v=99XfAN0T2J0
Iterating lists: https://www.youtube.com/watch?v=IoeAJCGn7fg
List mapping: https://www.youtube.com/watch?v=88SzqepM8MA
List filtering: https://www.youtube.com/watch?v=IyCS2VYxhwo

Best regards,