this post was submitted on 16 Jul 2023
700 points (92.3% liked)

Programmer Humor

32042 readers
1215 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 1 year ago* (last edited 1 year ago) (1 children)

You clearly have no idea what you're talking about. Python is strongly typed. What is is is dynamically typed, also known as "duck typing".

[โ€“] [email protected] 2 points 1 year ago

Strong typing doesn't have a widely agreed upon definition. Duck typing is not equivalent to dynamic typing.