We will use Python for the remainder of the semester, starting on October 2.
Please see the instruction link and install the software before the next class.
Once you’ve installed Anaconda, you can check out this video to learn how to open and run Python code in Jupyter Notebook.
What is Python?
● Python is an interpreted, high-level, general-purpose programming language.
What is Jupyter Notebook?
● Jupyter Notebooks are a powerful way to write and iterate on your Python code for data analysis. Rather than writing and re-writing an entire program, you can write lines of code and run them one at a time.
What is Anaconda?
● Anaconda is a free and open-source distribution of the Python and R programming languages for scientific computing that aims to simplify package management and deployment.
Leave a Reply