Software access
To use Python on your own device, there are many options.
Basically, Python must be installed on the device. For most applications – such as data analysis – it is helpful to use a program that allows you to create visualizations and work step-by-step.
One such program is Jupyter, or more specifically, Jupyter Notebooks.
Anaconda
A quick and straightforward way to get started is Anaconda. With this program, you can use Jupyter Notebooks without the need to install Python separately.
You can download it here: Anaconda Documentation – Anaconda
Without Anaconda
If you do not wish to use Anaconda, please install two programs:
-
Python: Download Python | Python.org