Skip to content

Commit 553fa9a

Browse files
readme todos
1 parent 9309400 commit 553fa9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ When using git, it's often the case that you'll want to grab a version of some c
2323
#### Command line
2424
If you're on Mac or Linux (or using the Windows command line interface), navigate to the local directory that you want the materials to live in. Then, type `git clone https://github.com/nickdavidhaynes/python-data-science-intro.git`. If you now type `ls` (or `dir` in Windows), you should see a directory called `python-data-science-intro`. This directory contains all of the course materials - congrats!
2525

26+
#### GUI
27+
TODO
28+
2629
### Step 3: Get Python 3
2730
This course will use Python 3. We'll touch on the differences between Python 2 and 3, but suffice to say for now that Python 2 should only be used for legacy reasons.
2831

@@ -46,4 +49,4 @@ All of the notes and exercises for this class will be hosted in [Jupyter](http:/
4649

4750
I strongly encourage you to take a look at the pre-work notebook before coming to the first class. This notebook will give you an interactive environment to familiarize yourself with the basics of Python and should make the first day go a bit more smoothly.
4851

49-
To run the notebook.............................
52+
To run the notebook TODO

0 commit comments

Comments
 (0)