Skip to content

Commit f364b8e

Browse files
committed
2 parents 12b0cda + b51f360 commit f364b8e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,24 @@ For these lessons we will rely on core material from the following online classe
77
* [Packt Beginning Python Video](https://www.packtpub.com/application-development/beginning-python-video) This one is more programmer centric
88

99
***
10-
## January 1st class
10+
## January 1st session
1111
In this class we'll review your installation of Anaconda and PyCharm. And do some simple things with Jupyter notebook.
1212
#### Prerequisites
13-
Sections 4 and 5 of the Udemy Complete Python Programming Course
13+
Sections 1 - 3 of the Udemy Complete Python Programming Course
1414
***
15-
## January 7th class
15+
## January 7th session
1616
In this class 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 Jupyter Notebook
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)
22+
* 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)
23+
24+
***
25+
## January 15th session
26+
In this class we're going to begin our discussions about functions and packages
27+
#### Prerequisites
28+
* Sections 6 and 7 of the Udemy Complete Python Programming course
29+
* Section 6 and 7 of the Packt Beginning Python Video course
30+
* Review sections 1-5 of the Packt Beginning Python Video course - most of this will be a review of material from the Udemy course

0 commit comments

Comments
 (0)