Skip to content

Commit af56428

Browse files
committed
add headings to README
1 parent 6b15445 commit af56428

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Here's what I want in a reference guide:
1111

1212
This is not written as a full-fledged "learn Python" tutorial, though I ordered the topics such that you can read it like a tutorial, in that no topic depends on material below it.
1313

14+
### Topics
15+
1416
Here are the currently available topics:
1517

1618
- Imports
@@ -29,10 +31,14 @@ Here are the currently available topics:
2931
- Comprehensions
3032
- Map, Reduce, Filter
3133

34+
### Other Resources
35+
3236
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.
3337

3438
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).
3539

40+
### Getting in Touch
41+
3642
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/).
3743

3844
Thank you!

0 commit comments

Comments
 (0)