Programs to be installed
1 Anaconda Installation
(For all programming lectures)
Download the setup file from the website of Anaconda.
https://www.anaconda.com/products/individual
After download is completed, run the setup file and follow the instructions.
2 NumPy Installation
(For COMP2083 and FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install numpy
3 SciPy Installation
(For COMP2083 and FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install scipy
4 Matplotlib Installation
(For COMP2083 and FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install matplotlib
5 SymPy Installation
(For COMP2083)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install sympy
6 SciKit-Learn Installation
(For COMP2083)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install scikit-learn
7 Qiskit Installation
(For FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install qiskit
8 Cirq Installation
(For FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install cirq
9 Tensorflow Installation
(For FZK3014)
Run Anaconda terminal.
Run following code on Anaconda terminal.
$ pip install tensorflow