Initial Tasks:
Described on IT Services website.
Announcements on the Research IT blog.
For help and support use the Support Centre
Strengthening python knowledge, oriented towards python numerical tools
We will not teach all of Python or all data analysis with Python
The aim is to teach you enough, so you know how to find out more
Launch Anaconda Prompt from start menu
Create a directory:
mkdir C:\Work\python-programming
Download the course material:
https://uomresearchit.github.io/programming_with_python/data/python-intermediate-data.zip
click 'Clone or Download', then 'Download ZIP'
save to the new 'python-programming' folder
Unzip the file
NOTE: Do not use the P drive. This will cause problems with Jupyter.
Using Jupyter:
Launch Anaconda prompt from the Start Menu
Change to your working directory
cd C:\Work\python-programming
Start Jupyter program
jupyter notebook
Using Spyder:
Launch Terminal from the start menu
install spyder (in a new environment) using conda:
conda create -n spyder spyder
start new environment
. activate spyder
start spyder
spyder