2019 Python Developer Survey
pyfound.blogspot.com
2019 Python Developer Survey
1–10 of 34 posts
Re: 2019 Python Developer Survey
#2Nice concise, adaptive survey.
Re: 2019 Python Developer Survey
#3Re: 2019 Python Developer Survey
#4Re: 2019 Python Developer Survey
#5Re: 2019 Python Developer Survey
#6Re: 2019 Python Developer Survey
#7No questions about mypy?
Re: 2019 Python Developer Survey
#8I’ve been thinking quite a bit about how it seems that despite how fun Python is to write the dynamic types are really just a determinant with upsides that are essentially anecdotal. Why would one take a performance hit and give up a type system without hard evidence that there would be significant improvements to other metrics?
Re: 2019 Python Developer Survey
#9No questions about mypy?
Re: 2019 Python Developer Survey
#10Is there actual hard data out there that suggests that Python provides significant benefits over a statically typed compiled language? I’ve been thinking quite a bit about how it seems that despite how fun Python is to write the dynamic types are really just a determinant with upsides that are essentially anecdotal. Why would one take a performance hit and give up a type system without hard evidence that there would…