DEV Community

Onaolapo-11
Onaolapo-11

Posted on

List and Tuples are Compound Data types

Day 66 [October 24, 2025]

I need to buckle down, as I'm still lagging on day day 3 & 4 goals, "Day 3-4: Control structures (if-else, loops)", as well as day 5 (and 6) goals, "Day 5-6: Functions and modules", and Day 7 target (exercises) (Meta AI, personal communication, August 8, 2025). If I haven't covered this, I can't make progress on day 8 - 63 goals.

Goals:
As extracted from the 'Python for Software Development' textbook by Halvorsen (n.d.):

  • The New Age of Programming ✅
  • What is Python? ✅
  • Introduction to Python ✅
  • Interpreted vs. Compiled ✅
  • Python Packages ✅
  • Python Packages for Science and Numerical Computations ✅
  • Python Editors ✅
  • Python IDLE ✅
  • Visual Studio Code ✅
  • Variables ✅
  • Numbers ✅
  • Strings ✅
  • String Input✅
  • Built-in Functions✅
  • Python Standard Library✅
  • Using Python Libraries, Packages and Modules✅
  • Python Packages✅
  • Plotting in Python ✅
  • Subplots✅
  • Exercises✅
  • If ... Else
  • Arrays
  • For Loops
  • Nested
  • For Loops
  • While Loops
  • Exercises
  • Creating Functions in Python - Introduction
  • Functions with multiple return values
  • Exercises
  • Creating Classes in Python
  • The init () Function
  • Exercises
  • Creating Python Modules
  • Exercises

Notes:
Python for Data Science, AI & Development Course (IBM) (Santarcangelo, n.d.):
Module 2: Python Data Structures

  • Lists and Tuples
  • Dictionaries
  • Sets

Lists and Tuples

  • Called Compound Data Types, so called because multiple values of different data types can be held in them, also allowing the organization and management of data collection (see also Google, 2025)

Summary:
List and Tuples are Compound Data types. Another example are Dictionaries.

References:

  1. Google. (2025). Google Search with AI. [Large language model]. https://www.google.com/search?q=compound+data+types+in+python&sca_esv=e56551571a6f13fc&sxsrf=AE3TifN4D5tW7DPCYkIdMEQQ-T-IXi02Gw%3A1761344018252&ei=Evr7aOqRD9qwhbIP6OfVOQ&oq=Compound+Data+Types&gs_lp=Egxnd3Mtd2l6LXNlcnAiE0NvbXBvdW5kIERhdGEgVHlwZXMqAggAMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHMgoQABiwAxjWBBhHSIsIUABYAHABeAGQAQCYAQCgAQCqAQC4AQHIAQCYAgGgAgyYAwCIBgGQBgiSBwExoAcAsgcAuAcAwgcDMy0xyAcJ&sclient=gws-wiz-serp

  2. Halvorsen, H. (n.d.). Python. https://halvorsen.blog/documents/programming/python/python.php#python4

  3. Santarcangelo, J. (n.d.). Python for data science, AI & development [MOOC]. Coursera. https://coursera.org/learn/python-for-applied-data-science-ai

Top comments (0)