Skip to content
APEX FLOWACADEMY
MENU

Glossary term

What is list?

In Apex Flow Academy, "list" means: Many values kept in order under one name, written in square brackets. It is taught in Python From Zero: Write Programs That Work. Related terms include loop, index, tuple and dictionary. Every Apex Flow Academy course lists the official sources it checked.

  • 1 course teaches it
  • plain-word definition

The facts

What is list?

Many values kept in order under one name, written in square brackets.

Where is list taught?

list is defined in Python From Zero: Write Programs That Work.

Which lessons cover list?

These lessons name it in their title or objectives:

  • Python From Zero: Write Programs That Work, lesson 3.1: Lists: Many Values in One Place
  • Python From Zero: Write Programs That Work, lesson 3.2: Loop Over a List and Summarise It
  • Python From Zero: Write Programs That Work, lesson 3.4: Records: A List of Dictionaries
  • Python From Zero: Write Programs That Work, lesson 5.3: Save Data with JSON
Which terms are related to list?

Next to list in the course glossaries: loop, index, tuple, dictionary, boolean, record, int and float and parameter and argument.

The hard questions, answered straight

Bold questions people really ask. Each answer comes from the course data or a settled Academy fact.

Do I need experience before I learn list?

It depends on the course. Each course that teaches it lists its own prerequisites, and all are listed at beginner level:

  • Python From Zero: Write Programs That Work: No programming experience is needed.

Related