> The side that insists on using strongly typed languages for a weekend throwaway project?
yes? it's gonna take me 30min in a dynamic language because i keep running into "undefined" errors, or 20min in a strongly typed language because if the IDE is happy, i know it will work.
the advantage of strongly typed languages is linear, from something that takes 10 minutes to something that takes 10 years, coding in a strongly typed language is always X% faster.
put the other way: why would I want to code in a language that allows me to write impossible code? what is the point?
the only selling point of python is the large corpus of third party packages (numpy etc), and that the syntax "looks simple" and is thus beginner-friendly.
there is literally no other reason to use it apart from the above two reasons.