
Arrays in Python differ from Lists and Tuples
[Reset] Day 3 [March 20th, 2026] Unfortunately didn't keep to my original goals, but here's a reset. Based on the Meta AI structured plan for 12-weeks (Meta AI, personal communication, August 8, 2025), I am on Day 3. Hence, final date for the goal is June 11th, 2026. If I move fast, I can beat it. Goals: "Day 3-4: Control structures (if-else, loops)" (Meta AI, personal communication, August 8, 2025) Notes: Python for Software Development' textbook by Halvorsen (n.d.): In previous tutorials, I have learnt about if-else statements, as well as about for and while loops. Arrays can store multiple values at the same time. Arrays in Python differ from Lists and Tuples (Geeksforgeeks, 2025) Summary: Arrays in Python differ from Lists and Tuples References: Geeksforgeeks. (2025, July 15). Python list vs array vs tuple . https://www.geeksforgeeks.org/python/python-list-vs-array-vs-tuple/ Halvorsen, H. (n.d.). Python . https://halvorsen.blog/documents/programming/python/python.php#python4
Continue reading on Dev.to Python
Opens in a new tab




