Skip to content

Commit 005817c

Browse files
add README.md
1 parent 9a75805 commit 005817c

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Python: Hero-to-Zero 1 day course
2+
3+
This repository contains materials for a 1 day python course (delivery dates/methods below)
4+
5+
## Aim
6+
7+
The overall aim of this course it to:
8+
9+
> 1. introduce the basic concepts of programming in Python within the comfort of the Jupyter framework
10+
> 2. showcase some of the advanced functionality available in Python by demonstrating (and providing take-home resources) numpy, scipy, matplotlib, seaborn and pandas code
11+
12+
## Philosophy
13+
14+
Our general philosophy for this course is
15+
16+
> 1. teach in small chunks starting by introducing theory, demonstrating an example, working through a simple case and then setting an exercise. Each exercise is then gone through as a group.
17+
> 2. teach through errors, error messages and documentation - so that trainees can debug their own codes after they leave the course
18+
> 3. create a safe environment for asking any and all questions.
19+
20+
## Contributors
21+
22+
* [Chas Nelson](https://github.com/ChasNelson1990)
23+
* [Mikolaj Kundegorski](https://github.com/mixmixmix)
24+
25+
## On-line Versions
26+
27+
* [*In Development*]: We're currently looking to host a self-learn version of the course on-line. Probably using something like BinderHub. This will include additional examples, exercises and videos.
28+
29+
## Delivery Dates
30+
31+
* **2019-04-05**: Royal Society of Biology, Charles Darwin House, London
32+
* **2019-10-18**: Royal Society of Biology, Charles Darwin House, London

0 commit comments

Comments
 (0)