Skip to content
APEX FLOWACADEMY
MENU

Glossary term

What is Script?

In Apex Flow Academy, "Script" means: A small program saved in a file that you run to do one job. It is taught in Python Automation: Make the Computer Do Your Boring Work and Linux for Absolute Beginners. Related terms include Automation, terminal, Virtual environment (venv) and Package. Every Apex Flow Academy course lists the official sources it checked.

  • 2 courses teach it
  • plain-word definition

The facts

What is Script?

A small program saved in a file that you run to do one job. (From Python Automation: Make the Computer Do Your Boring Work. 1 other course defines it for their own subject, so each definition follows.)

What does Script mean in Python Automation: Make the Computer Do Your Boring Work?

A small program saved in a file that you run to do one job.

What does Script mean in Linux for Absolute Beginners?

A text file of commands saved so that you can run them again the same way.

Where is Script taught?

Script is defined in Python Automation: Make the Computer Do Your Boring Work and Linux for Absolute Beginners.

Which lessons cover Script?

These lessons name it in their title or objectives:

  • Python Automation: Make the Computer Do Your Boring Work, lesson 1.1: Pick a Task Worth Automating
  • Python Automation: Make the Computer Do Your Boring Work, lesson 1.2: Set Up Your Workshop: Python and a Virtual Environment
  • Python Automation: Make the Computer Do Your Boring Work, lesson 1.3: Loop, Decide, Act: The Shape of Every Automation
  • Python Automation: Make the Computer Do Your Boring Work, lesson 1.4: Build a Safe Playground: Sample Files and the Dry-Run Habit
  • Linux for Absolute Beginners, lesson 4.3: Change Permissions with chmod
  • Linux for Absolute Beginners, lesson 6.1: Write a Backup Script
  • Linux for Absolute Beginners, lesson 6.4: Capstone: Prove It and Write the Runbook
Which terms are related to Script?

Next to Script in the course glossaries: Automation, terminal, Virtual environment (venv), Package, pip, Exit status, Runbook, Cron, Firewall and Port.

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 Script?

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

  • Python Automation: Make the Computer Do Your Boring Work: Basic Python: variables, if statements, for loops, lists, dictionaries, f-strings and small functions. Lesson 3 of module 1 has a five-minute check.
  • Linux for Absolute Beginners: No Linux or programming experience is needed.

Related