You must log in or register to comment.
Honestly the super loose typing in python always made me hate it. I felt like I had to do more work making the type system behave than programming the app I wanted in the first place. I’m glad it’s got hints now.
Say what you will about PHP, it’s the only scripting language that does types correctly.