Python Basics

Essentials

Your browser needs to be JavaScript capable to view this video

Try reloading this page, or reviewing your browser settings

This segments gives you the essentials of Python.

Keywords

  • Python basics
  • essentials

About this video

Author(s)
Coen de Groot
First online
17 March 2020
DOI
https://doi.org/10.1007/978-1-4842-5831-6_5
Online ISBN
978-1-4842-5831-6
Publisher
Apress
Copyright information
© Coen de Groot 2020

Video Transcript

We will now start with some of the essentials of Python. Some of the most basic things you will do with Python is working with numbers and text, storing the information using variables and objects. Your program may need to do different things depending on your data, for which we will use Python’s “if” statement.