You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of materials for teaching/learning Python 3 (3.5+).
9
+
This repository contains a collection of materials for teaching/learning Python 3 (3.10+).
12
10
13
11
#### Requirements
14
-
* Have Python 3.5 or newer installed. You can check the version by typing `python3 --version` in your command line. You can download the latest Python version from [here](https://www.python.org/downloads/).
15
-
* Have [Jupyter Notebook installed](http://jupyter.readthedocs.io/en/latest/install.html).
12
+
* Have Python 3.10 or newer installed. You can check the version by typing `python3 --version` in your command line. You can download the latest Python version from [here](https://www.python.org/downloads/).
13
+
* Have [Jupyter Notebook installed](http://jupyter.readthedocs.io/en/latest/install.html).`pip install jupyter` is sufficient in most cases.
16
14
17
15
If you can not access Python and/or Jupyter Notebook on your machine, you can still follow the web based materials. However, you should be able to use Jupyter Notebook in order to complete the exercises.
0 commit comments