-
Notifications
You must be signed in to change notification settings - Fork 1
/
00_introduction.qmd
76 lines (48 loc) · 1.45 KB
/
00_introduction.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: Python package development
format: revealjs
footer: Python package development
logo: academy_logo.png
---
## Instructors
* Henrik Andersson - [@ecomodeller](https://github.com/ecomodeller)
* Jesper Sandvig Mariegaard - [@jsmariegaard](https://github.com/jsmariegaard)
## Participants
Introduce yourselves in a break out session later today.
## Learning modules
1. [Git, Pull Requests, and code reviews](01_version_control.qmd)
2. [Python functions, classes, and modules](02_function_classes.qmd)
3. [Testing and auto-formatting](03_testing.qmd)
4. [Dependencies and GitHub actions](04_dependencies_ci.qmd)
5. [Object oriented design in Python](05_oop.qmd)
6. [Documentation](06_documentation.qmd)
7. [Distributing your package](07_packaging.qmd)
## Learning objectives
* improved Python skills
* knowledge of how to create reusable Python code
* know how to share code with others through a Python package
## Format
* Online session (Zoom) Tuesday and Friday
* Homework assignments
* Quiz (learning platform)
## Course material
* [Hillard, 2020, Practices of the Python Pro, Manning](https://www.manning.com/books/practices-of-the-python-pro)
* [Slides](https://dhi.github.io/python-package-development)
##
::: {.columns}
::: {.column width="50%"}
**Book**
- Object oriented design
- Testing
- Data structures
:::
::: {.column width="50%"}
**Lectures**
- Examples
- Version control
- Documentation
- Automation
- Packaging
:::
::::
## Poll