DEV Community

rhymes
rhymes

Posted on

A couple of thoughts from the Python survey results - 2019

the screenshots and data come from Python Developers Survey 2019 Results

  • Python's usage in data analysis is more or less the same as last year but its usage for web development is decreasing.

Alt Text

Alt Text

  • Flask usage share is strong! I thought Django was much more used. Interesting how their communities have roughly the same size (though Django is much more popular for prototypes I guess). This would be unthinkable in Ruby land. I believe Rails has much higher usage share by Ruby web developers.

Alt Text

A special mention to that 26% (!!) of people who do web development in Python with no frameworks.

Top comments (5)

Collapse
Β 
steelwolf180 profile image
Max Ong Zong Bao β€’

I think Flask is used more in the data science side which explains a slightly higher amount of people using Flask than Django in the survey. What surprised me is the DevOps is considered a secondary activity which not a lot of articles or podcast that I had come across has that as a focus,

Collapse
Β 
gypsydave5 profile image
David Wickes β€’

A special mention to that 26% (!!) of people who do web development in Python with no frameworks.

πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘

Collapse
Β 
rhymes profile image
rhymes β€’

Ah ah David, I had the feeling you would notice that if you happened to read this post :D

Collapse
Β 
florimondmanca profile image
Florimond Manca β€’

Hoping the 2020 survey will see the appearance of ASGI frameworks like Starlette and FastAPI in that list. :-)

Collapse
Β 
waylonwalker profile image
Waylon Walker β€’

A special mention to that 26% (!!) of people who do web development in Python with no frameworks.

Just render out some html templates and toss them on netlify, who needs a framework.