Skip to content

Commit 731e39e

Browse files
committed
Update README.md
1 parent cb02a25 commit 731e39e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
# Chapter programs and solutions
1+
# Doing Math with Python
22

3-
Chapter programs/snippets and Solutions to Challenges for "Doing Math with Python". Please see the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.
3+
This repo contains the chapter programs and solutions to challenges discussed in "Doing Math with Python" - written by Amit Saha, published by No Starch Press. Please see the book [website](http://doingmathwithpython.github.io/) to learn more about the book, updates and reviews.
44

5-
# Jupyter
5+
# Chapter code
6+
7+
- [Chapter 1](https://github.com/doingmathwithpython/code/blob/master/chapter1/Chapter1.ipynb)
8+
- [Chapter 2](https://github.com/doingmathwithpython/code/blob/master/chapter2/Chapter2.ipynb)
9+
- [Chapter 3](https://github.com/doingmathwithpython/code/blob/master/chapter3/Chapter3.ipynb)
10+
- [Chapter 4](https://github.com/doingmathwithpython/code/blob/master/chapter4/Chapter4.ipynb)
11+
- [Chapter 5](https://github.com/doingmathwithpython/code/blob/master/chapter5/Chapter5.ipynb)
12+
- [Chapter 6](https://github.com/doingmathwithpython/code/blob/master/chapter6/Chapter6.ipynb)
13+
- [Chapter 7](https://github.com/doingmathwithpython/code/blob/master/chapter7/Chapter7.ipynb)
614

715
If you know what Jupyter (previously, IPython notebooks are), click below to launch the program notebooks in Jupyter powered by Binder:
816

917
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/doingmathwithpython/code)
18+
19+
# Solutions to challenges
20+
21+
Please see the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.
22+
23+

0 commit comments

Comments
 (0)