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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,28 @@
2
2
This repo contains a bunch of lesson to help my nieces learn Python
3
3
4
4
## 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:
6
6
*[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
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
10
## 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.
12
12
#### Prerequisites
13
13
Sections 1 - 3 of the Udemy Complete Python Programming Course
14
14
***
15
15
## 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.
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 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)
22
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
23
24
24
***
25
25
## 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
27
27
#### Prerequisites
28
28
* Sections 6 and 7 of the Udemy Complete Python Programming course
29
29
* Section 6 and 7 of the Packt Beginning Python Video course
0 commit comments