From 1b09fe7ad4e062c29de9a9cbf1781dfba2a22c80 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jan 2018 10:01:11 -0500 Subject: [PATCH] basics --- source/learning-the-basics.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/learning-the-basics.rst b/source/learning-the-basics.rst index e69de29..dbf4674 100644 --- a/source/learning-the-basics.rst +++ b/source/learning-the-basics.rst @@ -0,0 +1,18 @@ +Learning the Basics +=================== + +We've already covered that Python is more about the people than it is about the code. So, let's learn a bit about the organizations and processes these people participate in. + + +The Python Software Foundation +------------------------------ + +The Python Software Foundation is a non–profit organization that is responsible for holding and protecting the intellectual property of Python, the Package Index, PyCon, and related. It heavily contributes towards the sustainability of the language and its ecosystem both financially and through infrastructure. + + +PEPs +---- + +PEPs (Python Enhncement Proposals) are the documents/process through which Python gets enhanced and changed, over time. The most infamous PEP is `PEP8 `_, which documents how to properly style Python code within the community. + +Anyone can propose a PEP. It's a long process, for good reasons — you have to convince a lot of people that your idea is a good one. \ No newline at end of file