Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glemaitre/maia_2019
Introduction to Python for the MAIA winter school
https://github.com/glemaitre/maia_2019
Last synced: 8 days ago
JSON representation
Introduction to Python for the MAIA winter school
- Host: GitHub
- URL: https://github.com/glemaitre/maia_2019
- Owner: glemaitre
- License: bsd-3-clause
- Created: 2019-02-20T10:45:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T11:33:46.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T02:06:14.483Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Python programming language
If you already know that you have Python on your computer, you can
skip this part. These instructions will install `conda` which is a
Python package manager which is cross-platform.Go to the following address:
https://conda.io/en/latest/miniconda.htmlChoose Python 3 for your system. Follow the installation instructions:
https://conda.io/projects/conda/en/latest/user-guide/install/index.htmlOnce the install done, install the following packages using either
the 'Anaconda prompt` (Windows) or a normal terminal (Mac OS X and linux)``` bash
conda install jupyter numpy nomkl
```