Skip to content

Commit cca661b

Browse files
authored
Update README.md
1 parent 935c5db commit cca661b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Doing Math with Python
22

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.
3+
This repository basically contains the chapter programs and solutions to challenges discussed in "Doing Math with Python" - written by Amit Saha, published by No Starch Press. Please do check the [website](http://doingmathwithpython.github.io/) to learn more about the book, updates and reviews.
44

55
# Chapter code
66

@@ -12,12 +12,12 @@ This repo contains the chapter programs and solutions to challenges discussed in
1212
- [Chapter 6](https://github.com/doingmathwithpython/code/blob/master/chapter6/Chapter6.ipynb)
1313
- [Chapter 7](https://github.com/doingmathwithpython/code/blob/master/chapter7/Chapter7.ipynb)
1414

15-
If you know what Jupyter (previously, IPython notebooks are), click below to launch the program notebooks in Jupyter powered by Binder:
15+
If you are familiar with Jupyter (previously, IPython notebooks are), click below to launch the program notebooks in Jupyter powered by Binder:
1616

1717
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/doingmathwithpython/code)
1818

1919
# Solutions to challenges
2020

21-
Please see the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.
21+
Please check the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.
2222

2323

0 commit comments

Comments
 (0)