Skip to content

Commit e20e749

Browse files
committed
minor wording change
1 parent f364b8e commit e20e749

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
This repo contains a bunch of lesson to help my nieces learn Python
33

44
## Tools used:
5-
For these lessons we will rely on core material from the following online classes:
5+
For these lessons we will rely on core material from the following online sessiones:
66
* [Udemy Complete Pything Programming Course]( https://www.udemy.com/complete-python-programming-course-beginner-to-advanced/learn/v4/overview) I like this one because it starts people out using Jupyter notebook
77
* [Packt Beginning Python Video](https://www.packtpub.com/application-development/beginning-python-video) This one is more programmer centric
88

99
***
1010
## January 1st session
11-
In this class we'll review your installation of Anaconda and PyCharm. And do some simple things with Jupyter notebook.
11+
In this session we'll review your installation of Anaconda and PyCharm. And do some simple things with Jupyter notebook.
1212
#### Prerequisites
1313
Sections 1 - 3 of the Udemy Complete Python Programming Course
1414
***
1515
## January 7th session
16-
In this class we're going to review user input, dictionaries, and introduce for loops.
16+
In this session we're going to review user input, dictionaries, and introduce for loops.
1717
#### Prerequisites
1818
Sections 4 and 5 of the Udemy Complete Python Programming Course
1919

2020
#### Exercises
21-
* The exercises for the class can be found in this the lessons folder of this repo at: [Jupyter Notebook](https://github.com/JohnFunkCode/niece-python-lessons/blob/master/lessons/Jan%208%20-%20word%20count%20lesson.ipynb)
21+
* The exercises for the session can be found in this the lessons folder of this repo at: [Jupyter Notebook](https://github.com/JohnFunkCode/niece-python-lessons/blob/master/lessons/Jan%208%20-%20word%20count%20lesson.ipynb)
2222
* The stand alone code is available in the src folder of this repo at: [wordcount.py](https://github.com/JohnFunkCode/niece-python-lessons/blob/master/src/wordcount/wordcount.py)
2323

2424
***
2525
## January 15th session
26-
In this class we're going to begin our discussions about functions and packages
26+
In this session we're going to begin our discussions about functions and packages
2727
#### Prerequisites
2828
* Sections 6 and 7 of the Udemy Complete Python Programming course
2929
* Section 6 and 7 of the Packt Beginning Python Video course

0 commit comments

Comments
 (0)