Python Basics: User Input & Dealing with Errors

Опубликовано: 11 Июль 2026
на канале: Coding is for girls
7,571
169

Today we will learn how to read values provided by a user and use them in our program. We will also learn how to use try except clause to deal with possible errors and values that does not match the type we are expecting to get from the user.

I hope that after today, you will see how all the things we learned about Python so far is coming nicely together. It's all very basics of Python programming, but I'm sure that slowly you will gain more and more experience.

Some useful links:
Python documenatation about Errors: https://docs.python.org/3/tutorial/er...
(I will prepare a video about reading Python documenatation soon, so you should be able to make some sense from this scary thing :))
Django Girls tutorial: tutorial.djangogirls.com

My social media:
Twitter:   / codingisforgirl  
Facebook:   / codingisforgirls