Skip to content

Commit 73b551e

Browse files
committed
link to notebook from README
1 parent 2d61fc1 commit 73b551e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
## Python Quick Reference
22

3-
This is the [reference guide to Python](reference.py) that I **wish** had existed when I was learning the language.
3+
### View as a [Python script](reference.py) or a [Jupyter notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb)
4+
5+
This is the reference guide to Python that I **wish** had existed when I was learning the language.
46

57
Here's what I want in a reference guide:
68

79
- **High-quality examples** that show the simplest possible usage of a given feature
810
- **Explanatory comments**, and descriptive variable names that eliminate the need for some comments
9-
- Presented as a **single Python script**, so that I can keep it open in my IDE and search it when needed
11+
- Presented as a **single script (or notebook)**, so that I can keep it open and search it when needed
1012
- **Code that can be run** from top to bottom, with the relevant objects defined nearby
1113

1214
This is **not** written as a full-fledged Python tutorial, though I ordered the topics such that you can read it like a tutorial (i.e., each topic depends only on material preceding it).
1315

16+
The guide was written using Python 2 but is fully compatible with Python 3. Relevant differences between Python 2 and 3 are noted throughout the guide.
17+
1418
### Table of Contents
1519

1620
- [Imports](reference.py#L28)
@@ -37,6 +41,6 @@ If you are looking for a resource that will help you to **learn Python from scra
3741

3842
### Suggestions or Corrections
3943

40-
If there's a **topic or example** you'd like me to add to this guide, or you notice a **mistake**, please [create a GitHub issue](../../issues) or [contact me directly](http://www.dataschool.io/about/).
44+
If there's a **topic or example** you'd like me to add to this guide, or you notice a **mistake**, please [create a GitHub issue](../../issues) or [leave a blog comment](http://www.dataschool.io/python-quick-reference/).
4145

4246
Thank you!

0 commit comments

Comments
 (0)