Exploring Line Lengths in Python Packages

This week, Twitter upped their single-tweet character limit from 140 to 280, purportedly based on this interesting analysis of tweet lengths published on Twitter’s engineering blog.
The gist of the analysis is this: English language tweets display a rough… Read more

Similar

Typing Python with Typing

I’ve always been a big fan of the Python programming language. It’s great for prototyping, it has great libraries for data processing and machine learning and it’s overall just a joy to read and write with. But I also like ty... (more…)

Read more »