Skip to content

Commit ccf0ab4

Browse files
committed
README tweaks
1 parent aa1cfb7 commit ccf0ab4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## Python 2.7 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+
This is the [reference guide to Python](reference.py) that I **wish** had existed when I was learning the language.
44

55
Here's what I want in a reference guide:
66

7-
- High-quality examples that show the simplest possible usage of a given feature
8-
- 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
10-
- Code that can be run from top to bottom, with the relevant objects defined nearby
7+
- **High-quality examples** that show the simplest possible usage of a given feature
8+
- **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
10+
- **Code that can be run** from top to bottom, with the relevant objects defined nearby
1111

12-
This is not written as a full-fledged Python tutorial, though I ordered the topics such that you can read it like a tutorial (each topic depends only on material preceding it).
12+
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).
1313

14-
### Topics
14+
### Table of Contents
1515

1616
- [Imports](reference.py#L28)
1717
- [Data Types](reference.py#L52)
@@ -29,14 +29,14 @@ This is not written as a full-fledged Python tutorial, though I ordered the topi
2929
- [Comprehensions](reference.py#L540)
3030
- [Map, Reduce, Filter](reference.py#L594)
3131

32-
### Other Resources
32+
### Other Python Resources
3333

34-
If you like the general format of this guide, but need more explanation of each topic, I highly recommend reading the Appendix of [Python for Data Analysis](http://shop.oreilly.com/product/0636920023784.do). It presents the essentials of the Python language in a clear and focused manner.
34+
If you like the general format of this guide, but need **more explanation of each topic**, I highly recommend reading the Appendix of [Python for Data Analysis](http://shop.oreilly.com/product/0636920023784.do). It presents the essentials of the Python language in a clear and focused manner.
3535

36-
If you are looking for a resource that will help you to learn Python from scratch, this is [my list of recommended resources](https://github.com/justmarkham/DAT8#python-resources).
36+
If you are looking for a resource that will help you to **learn Python from scratch**, this is [my list of recommended resources](https://github.com/justmarkham/DAT8#python-resources).
3737

38-
### Getting in Touch
38+
### Suggestions or Corrections
3939

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/).
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/).
4141

4242
Thank you!

0 commit comments

Comments
 (0)