713
Programming Languages
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
loosely typed: python is the same
bad package manager: python is infinitely worse
false
don't think so but ehy...
pip is the bane of my existence
Also python IS loosely typed. take a str and you can reassign it to an int or whatever
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".
Strong typing doesn't have a widely agreed upon definition. Duck typing is not equivalent to dynamic typing.