Conversation

Type errors are super easy to get and a massive problem. Especially when you use libraries like Pandas/Numpy which will return different types for the same function depending upon the context.
Quote Tweet
Replying to @zetalyrae
python was the first language I learned and most of what I code and I never understood this deep fear of type errors, it's pretty rarely an issue in practice
1
1
Replying to
Right. Which supports the OP. In a dynamically typed language like Python, you need to do so much more effort in production quality software than in a statically typed language. Which eliminates any advantage to dynamic typing in real projects.
1
Show replies