Skip to content
KnowledgeCity

Writing Simple Programs

Learn key elements and terminology for basic programming in Python
Preview the first lesson free — get full access to all 4 lessons.
Course: On-Demand
Beginner Provider John Crabtree  4 Lessons ·  16m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

The use of variables in the process of assignment is discussed and demonstrated. The rules for naming variables and other identifiers is covered along with the dynamic nature of assigning names to Python objects. Finally, operations, expressions, and statements are defined and several examples are provided and explained.

LEARNING OBJECTIVES:

What You'll Learn

  • Understand how variable assignment in Python defines or labels objects
  • Apply the rules for naming variables and other identifiers
  • Recognize that identifiers name variables, functions, and classes, and are styled differently across programming languages
  • Assign names to Python objects and work with the dynamic nature of assignment
  • Define and use expressions, statements, and operations as the building blocks of programming

Key Takeaways

  • In Python, variable assignment defines or labels objects rather than storing values in fixed containers.
  • Identifiers are the names applied to variables, functions, and classes, and they are styled differently across programming languages.
  • Names can be dynamically assigned to Python objects.
  • Expressions, statements, and operations are the building blocks of programming.

Frequently Asked Questions

What does this course cover?

It covers the use of variables in assignment, the rules for naming variables and other identifiers, the dynamic nature of assigning names to Python objects, and the definition of operations, expressions, and statements with worked examples.

What lessons are included in this course?

The course includes four lessons: Variables and Assignments; Identifiers; Objects; and Expressions, Statements, and Operations.

What skills does this course help build?

It relates to Computer Programming, Programming Concepts, Programming Language Design, Programming Tools, Python (Programming Language), and Shared Variables.

How does the course teach these concepts?

Concepts such as variable assignment are discussed and demonstrated, and several examples of operations, expressions, and statements are provided and explained.