Tuesday, June 4, 2019

A. Jesse Jiryu Davis: The Python Language Summit

Each year the Python core developers and a handful of Python community members have an exclusive one-day summit to discuss the future of the language. The presentations are not recorded and only one reporter is allowed—this year, I was the fortunate reporter invited to cover the summit for the Python Software Foundation’s blog. The event is just a nerdy little meeting of 40 or so people in a conference room. But this nerdy little meeting is consequential: Python is perhaps the most widely-used programming language, and the core developers’ decisions affect millions of programmers.

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...