Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Python
·
Module 1
Python Foundations in a Browser
1
Executing Python in a Browser-Based Coding Environment
Execute Python statements and saved programs in a browser-based coding environment.
Execute Python statements and saved programs in a browser-based coding environment.
2
Using `print()` to Display Text, Values, and Results
Use print() to display text, values, and expression results.
Use print() to display text, values, and expression results.
3
Assigning and Updating Variables in Python
Assign values to variables and update those values with valid Python statements.
Assign values to variables and update those values with valid Python statements.
4
Classifying Data Types with Literals and `type()`
Classify values as integers, floating-point numbers, strings, or Booleans using literals and type().
Classify values as integers, floating-point numbers, strings, or Booleans using literals and type().
5
Evaluating Python Expressions with Operators and Precedence
Evaluate arithmetic expressions using Python operators and precedence rules.
Evaluate arithmetic expressions using Python operators and precedence rules.
6
Reading and Converting Keyboard Input to Numbers
Collect keyboard input and convert it to an appropriate numeric type.
Collect keyboard input and convert it to an appropriate numeric type.
Next module isn't ready yet,
Back to course
Previous module
Next module