Python Getting Started

Introduction

Meet Python and understand where it fits.

Welcome to Python. In this lesson you will learn the essential ideas, prepare your environment, and complete your first practical example.

Use the example as a starting point, then change it and observe the result.

Important definitions

Syntax

Use this general pattern as a reference:

PYTHON

Examples

Try it yourself

Expected output

Hello from Python!

Note

Tip

Common mistakes