You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,24 @@ For these lessons we will rely on core material from the following online classe
7
7
*[Packt Beginning Python Video](https://www.packtpub.com/application-development/beginning-python-video) This one is more programmer centric
8
8
9
9
***
10
-
## January 1st class
10
+
## January 1st session
11
11
In this class we'll review your installation of Anaconda and PyCharm. And do some simple things with Jupyter notebook.
12
12
#### Prerequisites
13
-
Sections 4 and 5 of the Udemy Complete Python Programming Course
13
+
Sections 1 - 3 of the Udemy Complete Python Programming Course
14
14
***
15
-
## January 7th class
15
+
## January 7th session
16
16
In this class we're going to review user input, dictionaries, and introduce for loops.
17
17
#### Prerequisites
18
18
Sections 4 and 5 of the Udemy Complete Python Programming Course
19
19
20
20
#### 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