Its because its a scripting language, just like JS, its not meant to be used in actual projects, just like how JS shouldn't be used in anywhere but the web, its simply designed for scripts
2026-05-03 10:07:18
17
Ursiknight :
Daynamic vs Nightamic typing please
2026-05-03 08:54:18
33
goubly :
duck typing
2026-05-03 05:32:50
6
Tim Thornton :
strong typing for any serious language
2026-05-04 08:20:23
5
alexandercrowe196 :
How good is your programming language when I cast a Toyota Rav 4 to an integer.
2026-05-03 04:44:24
6
Joshua Ashworth-Sivec :
I naturally stick to types in python
2026-06-26 01:37:03
1
MedicSteve09 :
You shouldn’t be changing a variable type that’s already declared…Sure, ‘cast’ an int variable into a string is one thing, but changing the type over and over is begging for problems
2026-05-03 04:50:17
13
lady_jardin :
So good for quick prototyping
2026-05-03 23:27:54
1
PrabhathMadhushan :
I hate dynamic types.
2026-06-24 15:28:29
2
clementbg2mor :
Wait you don't declare variables ?
2026-05-04 07:12:15
2
EMPLEX :
rust is better
2026-05-04 05:12:03
3
VineX :
it's because, that's why
2026-06-03 06:11:31
2
justin_sh0 :
Is dynamic ** 😁 by the way
2026-06-03 08:44:17
1
why not? 🪳 :
like php
2026-05-04 04:39:10
2
Gay-Harbour-Fisher🔑🌙 :
Luau🥀 tostring
2026-06-02 20:08:23
1
Olli :
Love it
2026-05-04 11:07:06
1
Andrei567890 :
doesn't JavaScript do it to
2026-05-03 20:37:44
2
Nate :
Fixed variables causes constraints and as a result limits the user. Does not mean the code will work or that it hides issues. This allows for more plausible dynamic solutions that constraints would prevent. Python took the guardrails off to allow proper execution and discovery.
2026-05-03 18:23:18
2
Jose Paredes :
fixed
2026-05-03 20:38:30
1
positive1 :
You can simply choose not to do this. Coming from C C++ languages, in Python I will not use the same variable for different types
2026-05-03 13:22:36
3
eneas :
in java you can just give it object type and also assign any value
2026-05-03 12:13:39
4
Ammar Orani :
I prefer dynamic variables
2026-05-03 11:10:53
1
To see more videos from user @awdev_6, please go to the Tikwm
homepage.