Python & Anaconda Installation
Python & Anaconda Installation
If you already have python installed on your computer, I recommend getting the latest. Some
programs that will work on old versions of python will not work on the new versions. The
web grader uses the newest version so to avoid issues, the latest version is recommended.
2. Install for all users and add to path - Make sure both boxes are checked.
Anaconda and PyCharm are both powerful tools for working with Python. Anaconda is a
distribution that comes with a wide range of pre-installed libraries and tools, including the Jupyter
Notebook, which is great for data science and machine learning tasks. PyCharm, on the other hand,
is a dedicated Integrated Development Environment (IDE) designed for Python development,
offering advanced features like code navigation, debugging, and refactoring. Both editors allow
users to write, run, and manage Python code, but PyCharm is more focused on software
development, while Anaconda is commonly used in scientific computing and data analysis.
After clicking on the 'Skip Registration' button, you will go on this page.
Then Click “Download”
4. Select the installation option “Just Me” unless you’re installing for all users (which requires
Windows Administrator privileges) and click Next
5. Select a destination folder to install Anaconda and click the Next button. Install Anaconda to
a directory path that does not contain spaces or Unicode characters.
6. Choose whether to add Anaconda to your PATH environment variable. Choose whether to
register Anaconda as your default python.
7. Click the Install button. If you want to watch the packages Anaconda is installing , click
Show Details
10. After a successful installation you will see the “Thanks for installing Anaconda” dialog box. If
you wish to read about more about Anaconda.org and how to get started with Anaconda, check
the boxes “Anaconda individuals Edition Tutorial” and “Learn more about Anaconda”. Click the
finish button.
2. Jupyter Notebook is presented as a website. Select the path, then under the button “New”, choose
“Python 3” to open a new python file.