Is Python a DYNAMICALLY typed or STRONGLY typed language?

preview_player
Показать описание
You might think that dynamically typed AND and strongly typed languages exclude each other. But strongly typed might mean something else that you thought it would and after seeing this video you know why Python is dynamically AND strongly typed.

C H A P T E R S
0:28 Statically typed C# example
0:54 Python dynamically typed example
1:20 Javascript weakly typed example
1:48 Python strongly typed example
2:20 Python is a dynamically typed and strongly typed language

M Y O N L I N E T R A I N I N G

#pythonforeveryone #programming #python
Рекомендации по теме
Комментарии
Автор

Short concise and well explained
Deserves more views honestly

adityaanuragi
Автор

What about the fact that you can compute 1+True in Python? That equals to 2, even though the types are int and bool. Or 1+2.0 = 3.0. Does that not matter for the definition of strongly typed?

elhartzer
Автор

Wow this is exactly what i was looking for! Thank you very much

kirillfedtsov
Автор

You deserve more views! Love from India 🤟

SumanthLingappa
Автор

I decided I like weakly typed the most, more intuitive. Maybe Python should change that

elizabeth