Live stream preview

Watch this video and more on Learn Career-Defining Technical Skills

Watch this video and more on Learn Career-Defining Technical Skills

Start your free trial

Already subscribed? Sign in

Converting Variable Type

Introduction to Python Programming • 5m 32s

Up Next in Introduction to Python Programming

  • Commenting Your Code in Python

    Every good coding instructor demands that students comment on their code. In this section of the course, you'll learn how code commenting works in Python.

  • Input

    So far the code we've written has all of the variable values hardcoded, so we get the same output every time we run the program. Now we'll learn to take user input so we can process information provided by the user.

  • Simple Conditionals

    Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.