Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctroupin/python-course-cadiz
Material for the course "Python applied to Oceanography"
https://github.com/ctroupin/python-course-cadiz
data-analytics data-visualization matplotlib ocean-modelling ocean-sciences oceanography python
Last synced: 17 days ago
JSON representation
Material for the course "Python applied to Oceanography"
- Host: GitHub
- URL: https://github.com/ctroupin/python-course-cadiz
- Owner: ctroupin
- Created: 2015-11-24T09:42:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T13:41:11.000Z (about 5 years ago)
- Last Synced: 2024-05-30T01:57:09.378Z (5 months ago)
- Topics: data-analytics, data-visualization, matplotlib, ocean-modelling, ocean-sciences, oceanography, python
- Language: Jupyter Notebook
- Homepage:
- Size: 15.8 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Scientific Python
The main objective of the course is to make users familiar with the Python programming language.
The course is mostly targeted to users without a strong previous experience with Python, but with some notions of programming (MATLAB, Octave, ...). The different applications presented are oriented to Oceanography in general.## Content
The content can be divided into 4 parts:
1. General description of the language.
2. Reading/writing information from/to files.
3. Data processing and analysis.
4. Data visualisation.The material is organised into sub-folders:
- in [notebooks](./notebooks/) you find the `jupyter-notebook` describing the different programs.
- [exercises](./exercises/) contains some exercises that will be explained and solved during the course.## How to start?
During the course, participants will use virtual machines (VM) on which all the necessary tools are installed, in order to avoid the sometimes tedious installation steps, often depending on the operating system.