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

Writing and Running Your First Python Program

Introduction to Python Programming • 5m 16s

Up Next in Introduction to Python Programming

  • Printing Numbers and Strings

    The Python print() statement is more sophisticated than you might think. In this section of the course, you'll learn to print strings, numbers, and other values to the console. You'll also learn how to concatenate multiple values in a single print() statement.

  • Variables in Python

    Variables are an important facet of every programming language. In this section of the course, you'll learn to work with variables and their values.

  • Math in Python

    If you're like most people, you're not a big fan of math. Luckily you can let Python do the math for you! In this section, we will do arithmetic with Python.