This course is an introduction to both fundamental programming concepts and the Python programming language.
In this course, you will learn how to:
- get started with Python syntax in this lesson and then create a point of sale system for a furniture store.
- understand code reuse with Python functions.
- create functions for famous physics formulas.
- build control flow into your python code by including if, else, and elif statements as well as try and except statements.
- understand boolean variables and logical operators.
- understand lists, a data structure in Python used to store ordered groups of data.
- read loops and write them to solve your own problems.
- automatically create, rearrange, reassign, disassemble, and reassemble blocks of text.
- modules work in the Python programming language.
- create and use key-value pairs in your code.
- work with files in an automated way.
- investigate the properties of text, CSV, and JSON files by reading and writing to them.
- understand the differences between data types in Python.
- create your own classes, objects, and interfaces.
- declare, call, and interact with functions in different ways.