Jake VanderPlas 11/9/2017

Exploring Line Lengths in Python Packages

Read Original

This article investigates line length distributions in major Python packages like NumPy and Pandas, inspired by Twitter's analysis of tweet lengths. It explores whether programmers 'cram' code to fit the PEP8 79-character limit, using data analysis and visualizations to reveal programming habits and stylistic conventions within these communities.

Exploring Line Lengths in Python Packages

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week