Friday, November 15, 2019

Catalin George Festila: Python 3.7.5 : About PEP 8016.

Let's start with PEP 8012 which proposes a new model of Python governance based on consensus and voting, without the role of a centralized singular leader or a governing council and was rejected. The PEP 8015 formalize the current organization of the Python community and proposes changes. This PEP 8015 was rejected by a core developer vote described in PEP 8001 on Monday, December 17, 2018. The

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...