Skip to content

Commit 4e477d9

Browse files
authored
Update README.md
Removed some redundancy from sentences and made them more concise.
1 parent dbd90c1 commit 4e477d9

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
@@ -14,9 +14,9 @@ If you can not access Python and/or Jupyter Notebook on your machine, you can st
1414

1515
#### Usage
1616

17-
1. Clone or download the repository.
17+
1. Clone or download this repository.
1818
2. Run `jupyter notebook` command in your command line in the repository directory.
19-
3. Jupyter Notebook session will open in your browser and you can start navigating through the materials.
19+
3. Jupyter Notebook session will open in the browser and you can start navigating through the materials.
2020

2121
#### Contributing
2222
See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRIBUTING.md) guide.
@@ -47,7 +47,7 @@ See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRI
4747
## Intermediate
4848

4949
#### Idiomatic Python
50-
Python is a powerful language which contains many features that are not present in most other programming languages. Idiomatic section will cover some of these Pythonic features in detail. These materials are especially useful for people who have background with other programming languages.
50+
Python is a powerful language which contains many features not presented in most other programming languages. Idiomatic section will cover some of these Pythonic features in detail. These materials are especially useful for people with background in other programming languages.
5151

5252
1. [Idiomatic loops](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_loops.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_loops.ipynb)
5353
1. [Idiomatic dictionaries](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_dicts.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_dicts.ipynb)

0 commit comments

Comments
 (0)