You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ pip install --user sphinx
17
17
18
18
Then navigate to the directory of the Makefile and ```make build``` or ```make html```. Sphinx will then generate the HTML in a folder called `_build/html/`
19
19
20
-
After navigating to this folder, you can then use Python's built in webserver to view your changes locally:
20
+
After navigating to this folder, you can then use Python's built in web server to view your changes locally:
*Code the blocks* provides free and interactive Python tutorials for
192
194
beginners. It combines Python programming with a 3D environment where
193
195
you "place blocks" and construct structures. The tutorials teach you
194
-
how to use Python to create progressively elaborate 3D structures,
196
+
how to use Python to create progressively more elaborate 3D structures,
195
197
making the process of learning Python fun and engaging.
196
198
197
199
`Code the blocks <https://codetheblocks.com/tutorials/introduction>`_
@@ -204,17 +206,17 @@ Intermediate
204
206
Python Tricks: The Book
205
207
~~~~~~~~~~~~~~~~~~~~~~~
206
208
207
-
Discover Python's best practices with simple examples and start writing even more beautiful + Pythonic code. "Python Tricks: The Book" shows you exactly how.
209
+
Discover Python's best practices with simple examples and start writing even more beautiful + Pythonic code. *Python Tricks: The Book* shows you exactly how.
208
210
209
-
You’ll master intermediate and advanced-level features in Python with practical examples and a clear narrative:
211
+
You’ll master intermediate and advanced-level features in Python with practical examples and a clear narrative.
210
212
211
213
`Python Tricks: The Book <https://realpython.com/products/python-tricks-book/>`_
212
214
213
215
Effective Python
214
216
~~~~~~~~~~~~~~~~
215
217
216
218
This book contains 59 specific ways to improve writing Pythonic code. At 227
217
-
pages, it is a very brief overview of some of the most commons adapations
219
+
pages, it is a very brief overview of some of the most common adapations
218
220
programmers need to make to become efficient intermediate level Python
219
221
programmers.
220
222
@@ -241,13 +243,13 @@ Expert Python Programming deals with best practices in programming Python and
241
243
is focused on the more advanced crowd.
242
244
243
245
It starts with topics like decorators (with caching, proxy, and context manager
244
-
case-studies), method resolution order, using super() and meta-programming, and
246
+
casestudies), method resolution order, using super() and meta-programming, and
245
247
general :pep:`8` best practices.
246
248
247
249
It has a detailed, multi-chapter case study on writing and releasing a package
248
250
and eventually an application, including a chapter on using zc.buildout. Later
249
251
chapters detail best practices such as writing documentation, test-driven
250
-
development, version control, optimization and profiling.
252
+
development, version control, optimization, and profiling.
0 commit comments