First Application in Python
Difficulty: Beginner
Duration: 8 minutes and 25 seconds
Students: 595
Rating: 5/5
About
In this lesson, we're going to write some code and create an application. We will create a basic guessing game where you guess a number between one and ten. This lesson is part of a series of content designed to help you learn to program with the Python programming language.
Learning Objectives
- Operators, Conditionals, and Callables are three important components of the Python runtime
- Operators enable us to perform operations on objects
- Conditionals enable us to make decisions in code
- Callables enable us to perform actions in code
Intended Audience
This lesson was designed for first-time developers wanting to learn Python.
Prerequisites
This is an introductory lesson and doesn’t require any prior programming knowledge.
Covered Topics