Skip to content

Commit

Permalink
First Class Outline Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaugh0328 committed Jan 18, 2018
1 parent 0e86571 commit 219bf21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
Binary file modified Documents/bootcamp_topic_intro.pdf
Binary file not shown.
32 changes: 13 additions & 19 deletions Documents/bootcamp_topic_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ \section*{About the course}
\item Google ``nyu data bootcamp''
\item Website, topic list \& links (thanks, Spencer):\\ \url{https://nyu.data-bootcamp.com/undergrad_outline/} (bookmark me!)
\item Book: \\ \url{https://www.gitbook.com/book/nyudatabootcamp/data-bootcamp/details}
\item Discussion group: \\ \url{https://groups.google.com/d/forum/databootcamp_fall2017_undergrad}
\item Data page: \\
\url{https://nyu.data-bootcamp.com/data/}
\item GitHub repository: \url{https://github.com/NYUDataBootcamp/Materials}
\item NYU Data Bootcamp GitHub repository: \url{https://github.com/NYUDataBootcamp/Materials}
\item My Class Specific GitHub repository: \url{https://github.com/mwaugh0328/data_bootcamp_spring_2018}
\end{itemize}

\item You
Expand Down Expand Up @@ -198,9 +198,8 @@ \section*{\href{https://github.com}{GitHub}}
\item Put red sticker on your laptop
\item Sign into github (if you do not have an account, create one)
\item Create a new repository and name it \verb|my_first_repository|,
\item place the \verb|my_first_file.csv| file you created in it,
\item place the \verb|bootcamp_test.ipnyb| file you created in it,
\item Great job! Replace red sticker with green!\\
Next class, I'm going to try and ``pull'' the file and then report some statistics about the class to you.
\end{itemize}
\end{itemize}

Expand All @@ -225,31 +224,26 @@ \section*{Practice and review}
MS Word & Word document \\
& Excel file \\
iTunes & \\
%Typewriter & \\
Atom & \\
Spyder & \\
Typewriter & \\
Jupyter & \\
& .py \\
\bottomrule
\end{tabular}
\end{center}

\item Run the \verb|Maddison_data_input.py| Python code example.
\item Run the \verb|maddison_data_input.ipnyb| Python code example.
\begin{itemize}
\item Go to the \verb|Data_Bootcamp| GitHub repository (link above).
\item Navigate to the {\tt Code} directory and {\tt Lab} subdirectory.
\item Get \verb|Maddison_data_input.py|
\item Go to my \verb|data_bootcamp_fall_2018| GitHub repository (link above).
\item Click on week1, get \verb|maddison_data_input.ipnyb|
\begin{itemize}
\item Cut and paste into blank file
\item Or: Save file in \verb|Data_Bootcamp| directory (ask how)
\item Right click on raw
\item Click \verb|save link as| then your folder window with directory should pop open, save it in your data
\end{itemize}
\item Open file in Spyder (File, Open).
\item Run it by clicking on large green triangle.
\item Open file in Jupyter.
\item Run it by clicking on \verb|Cells|, then select \verb|All|
\item What do you see?
\end{itemize}

\item {\it Only if you have time.\/} Try this program: \verb|OECD_health_indicators.py|.
What do you see? What questions does it raise?
(There are other files in the same directory, but some of them don't work yet.)

\end{enumerate}

\section*{After class}
Expand Down

0 comments on commit 219bf21

Please sign in to comment.