Reading input from the KEYBOARD in Python

Опубликовано: 25 Июнь 2021
на канале: Computer Science Camp
628
8

LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...

FULL LESSON DESCRIPTION
In this lesson, we’ll cover basic user interaction in Python. Our hands-on work will consist in creating a couple of programs that ask the user for an input through the keyboard. We’ll see how to convert this input into different data types for further processing, and I’ll conclude with some remarks about Python runtime errors, also known as exceptions.

FULL LESSON CONTENT
Part 1. Reading keyboard input
Part 2. Data type conversions
Part 3. Python exceptions