Homework 1: Toolkits

Opened: Monday, 26 October 2020, 12:00 AM
Due: Wednesday, 28 October 2020, 11:59 PM

1. Read all tutorials suggested in this presentation.

2. Install Anaconda.

3. Open Anaconda prompt and update it.

4. From Anaconda prompt, execute a Python script file.

5. From Anaconda Navigator, launch Jupyter Notebook and experiment with entering and executing code and text cells.

6. Create a new Conda environment and install in it the package numpy.

7. Install PyCharm and create a new project that uses the created Conda environment and execute the following code:

import numpy as np
a= np.random.random(10)
print(a)

8. Submit screen shots of Steps 5 and 7 above in one pdf file.