Skip to content

Commit 1288915

Browse files
committed
intermediate books section
1 parent f181cdc commit 1288915

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

docs/intro/learning.rst

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ If you want a more traditional book, *Python For You and Me* is an excellent
3030
resource for learning all aspects of the language.
3131

3232
`Python for You and Me <http://pymbook.readthedocs.org/>`_
33-
33+
3434
Online Python Tutor
3535
~~~~~~~~~~~~~~~~~~~
3636

37-
Online Python Tutor gives you a visual step by step
37+
Online Python Tutor gives you a visual step by step
3838
representation of how your program runs. Python Tutor
3939
helps people overcome a fundamental barrier to learning
40-
programming by understanding what happens as the computer
40+
programming by understanding what happens as the computer
4141
executes each line of a program's source code.
4242

4343
`Online Python Tutor <http://pythontutor.com/>`_
@@ -148,18 +148,23 @@ This course also features a built-in interpreter for receiving instant feedback
148148
`Learn to Program in Python with Codeacademy <http://www.codecademy.com/en/tracks/python>`_
149149

150150

151-
Advanced
152-
--------
151+
Intermediate
152+
------------
153+
153154
Effective Python
154155
~~~~~~~~~~~~~~~~
155156

156-
This book contains 59 specific ways to improve writing Pythonic code. At 227
157-
pages, it is a very brief overview of some of the most commons adapations
158-
programmers need to make to become efficient intermediate level Python
157+
This book contains 59 specific ways to improve writing Pythonic code. At 227
158+
pages, it is a very brief overview of some of the most commons adapations
159+
programmers need to make to become efficient intermediate level Python
159160
programmers.
160161

161162
`Effective Python <http://www.effectivepython.com/>`_
162163

164+
165+
Advanced
166+
--------
167+
163168
Pro Python
164169
~~~~~~~~~~
165170

@@ -239,12 +244,12 @@ formal, but rather focuses on explaining the underlying intuition and shows
239244
how to implement the algorithms in Python.
240245

241246
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
242-
243-
247+
248+
244249
Transforming Code into Beautiful, Idiomatic Python
245250
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
246251

247-
Transforming Code into Beautiful, Idiomatic Python is a video by Raymond Hettinger.
252+
Transforming Code into Beautiful, Idiomatic Python is a video by Raymond Hettinger.
248253
Learn to take better advantage of Python's best features and improve existing code
249254
through a series of code transformations, "When you see this, do that instead."
250255

@@ -255,7 +260,7 @@ Fullstack Python
255260
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
256261

257262
Fullstack Python offers a complete top-to-bottom resource for web development
258-
using Python.
263+
using Python.
259264

260265
From setting up the webserver, to designing the front-end, choosing a database,
261266
optimizing/scaling, etc.
@@ -294,7 +299,7 @@ the core language, with descriptions of commonly used modules and toolkits. It
294299
covers Python 3 and 2.6 versions.
295300

296301
`Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do>`_
297-
302+
298303
Python Cookbook
299304
~~~~~~~~~~~~~~~
300305

@@ -315,5 +320,5 @@ is important. It also contains two code samples for each idiom: the "Harmful"
315320
way to write it and the "Idiomatic" way.
316321

317322
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
318-
323+
319324
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_

0 commit comments

Comments
 (0)