@@ -20,7 +20,7 @@ The Little Book of Python Anti-Patterns
20
20
21
21
:github_badge: `quantifiedcode/python-code-patterns `
22
22
23
- Welcome, fellow Pythoneer! This is a small book of Python **anti-patterns ** and **bad practices **.
23
+ Welcome, fellow Pythoneer! This is a small book of Python **anti-patterns ** and **worst practices **.
24
24
25
25
Learning about these anti-patterns will help you to avoid them in your own code and make you
26
26
a better programmer (hopefully). Each pattern comes with a small description, examples and
@@ -40,8 +40,8 @@ Who are we?
40
40
-----------
41
41
42
42
We're `QuantifiedCode `_, a Berlin-based startup. Our mission
43
- is to help everyone to write better code, faster ! Our first product is an `online tool `_ for
44
- automated, data-driven code review. When building this tool, we learned a lot about code quality
43
+ is to help programmers write better code! Our first product is an `online tool `_ for
44
+ automated, data-driven code review. When building this tool we learned a lot about code quality
45
45
in Python and decided to compile our knowledge into this book.
46
46
47
47
.. _QuantifiedCode : https://www.quantifiedcode.com/
@@ -87,9 +87,26 @@ simply forking our Github project and sending us a pull request once you're done
87
87
We will review and merge all pull requests as fast as possible and be happy to include your name on
88
88
the list of authors of this document.
89
89
90
+ List of Contributors
91
+ --------------------
92
+
93
+ So far, the following people have contributed to this open-source book:
94
+
95
+ * `Kayce Basques `_ - Kayce wrote most of the original content for this book.
96
+ * `Andreas Dewes `_ - Andreas compiled the list of patterns and did most of the editing.
97
+ * `Christoph Neumann `_ - Christoph contributed material and did a large part of the editing.
98
+ * `Florian Lehmann `_ - Florian designed the modified RTD theme used for this book.
99
+
100
+ .. _`Kayce Basques` : https://github.com/kaycebasques
101
+ .. _`Andreas Dewes` : https://github.com/adewes
102
+ .. _`Christoph Neumann` : https://github.com/programmdesign
103
+ .. _`Florian Lehmann` : https://github.com/cashaddy
104
+
90
105
Index Of Patterns
91
106
-----------------
92
107
108
+ Here's the full index of all anti-patterns in this book.
109
+
93
110
.. toctree ::
94
111
:glob:
95
112
:maxdepth: 2
0 commit comments