Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 939 Bytes

Part-3.md

File metadata and controls

executable file
·
17 lines (10 loc) · 939 Bytes

Python for Beginners, Part III: Almost There, Stick With It

This is Part 3 in a series (n=?). Part I: Getting Started is here.

Welcome back! If you've completed the setup tasks in Part I, you've created your very first Jupyter notebook. Cool. 

From here on out, we'll be working from within Jupyter Notebooks, rather than this blog. If you haven't done it already, head to GitHub and download the Python-for-Beginners repository (look for the big green button): 

(https://github.com/markchand/Python-for-Beginners)

Drag that folder wherever you want it; mine is in Documents/GitHub. Once you've done that, open Terminal (see Part I if you're lost) and then type this to open the Anaconda environment: 

jupyter notebook

From there, navigate to your copy of the Python-for-Beginners folder, and click on the Part-4.ipynb file to open up Part IV!