This repository contains all the material needed by students registered for the Numpy tutorial of SciPy 2021 on Monday, July 12th 2021.
For a smooth experience, you will need to make sure that you install or update your Python distribution and download the tutorial material before the day of the tutorial.
Run with Binder by clicking this icon:
If you don't already have a working python distribution, you may download Anaconda Python (https://www.anaconda.com/products/individual).
To be able to run the examples, demos and exercises, you must have the following packages installed:
If you are using Anaconda, you can use the Anaconda Prompt (Windows) or Terminal.app (macOS) to create an environment with the necessary packages:
Open the Anaconda Prompt or Terminal.app using the below instructions:
Create a new Anaconda virtual environment by executing the below command in the application window you opened in step 1 above.
$ conda create -n numpy-tutorial ipython jupyter matplotlib numpy pillow pyqt
To test your installation, please execute the check_env.py
script in the environment where you have installed the requirements. If you created an Anaconda environment using the instructions above, keep the application window that you opened in step 1 active (or launch the platform specific application again -- Anaconda Prompt for Windows or Terminal.app for macOS), navigate to where you have this GitHub repository, and type:
$ conda activate numpy-tutorial
$ python check_env.py
You should see a window pop up with a plot that looks vaguely like a smiley face.
This GitHub repository is all that is needed in terms of tutorial content. The simplest solution is to download the material using this link:
https://github.com/enthought/Numpy-Tutorial-SciPyConf-2021/archive/main.zip
If you are familiar with Git, you can also clone this repository with:
$ git clone https://github.com/enthought/Numpy-Tutorial-SciPyConf-2021.git
It will create a new folder named Numpy-Tutorial-SciPyConf-2021/
with all the content you will need: the slides I will go through (slides.pdf
), and a folder of exercises.
You may post messages to the #tutorial-intro-to-numerical-computing-with-numpy
Slack channel for this tutorial at in the official Slack team: https://scipy2021.slack.com .
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。