Top 10 Most Common ERRORS In Python (And How To FIX Them)

preview_player
Показать описание
In this lesson we will be looking at the top 10 most common errors that you will encounter in Python and how to fix them.

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Intro
00:08 IndentationError
02:02 SyntaxError
03:39 ModuleNotFoundError
04:57 ImportError
05:42 NameError
07:04 TypeError
08:16 IndexError
09:15 ValueError
10:38 RecursionError
12:01 AttributeError
14:13 KeyError
15:19 Conclusion
15:34 ???
Рекомендации по теме
Комментарии
Автор

It's not technically an error, but one of the most common issues I encountered when I was first learning python was returning None when I thought I was returning something valid.

chasedunagan
Автор

Thanks for your all these tutorials! Very well done

Fireman
Автор

Why do we use -> in function definition, is it return data type?

memories
Автор

The KeyError description is so descriptive 😂

valcubeto
Автор

Can you create a video on how to perform logging with multiprocessing? please

miguelvasquez
Автор

Sir macbook air M1 for app development is ok? Please help

nbhhcghgfyg
Автор

i always use try except to fix my errors

does anyone know what the finally block does in python

zachsteal