Skip to content

Commit

Permalink
add headings to README
Browse files Browse the repository at this point in the history
  • Loading branch information
justmarkham committed Sep 23, 2015
1 parent 6b15445 commit af56428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Here's what I want in a reference guide:

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.

### Topics

Here are the currently available topics:

- Imports
Expand All @@ -29,10 +31,14 @@ Here are the currently available topics:
- Comprehensions
- Map, Reduce, Filter

### Other Resources

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.

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

### Getting in Touch

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

Thank you!

0 comments on commit af56428

Please sign in to comment.