|
12 | 12 |
|
13 | 13 | # Data manipulation, analysis and visualisation in Python |
14 | 14 |
|
15 | | -Specialist course Doctoral schools of Ghent University<br> |
16 | | -27, 30 January and 3 February 2025 |
| 15 | +Transferable Skills course - Doctoral School of Ghent University<br> |
| 16 | +19, 22 and 26 January 2026 |
17 | 17 |
|
18 | 18 | Joris Van den Bossche, Stijn Van Hoey |
19 | 19 |
|
20 | | -https://github.com/jorisvandenbossche/DS-python-data-analysis |
| 20 | +https://github.com/plovercode/DS-python-data-analysis |
21 | 21 |
|
22 | 22 | <img src="./static/img/logo_flanders+richtingmorgen.png" width="79%"> |
23 | 23 | <img src="./static/img/doctoralschoolsprofiel_hq_rgb_web.png" width="20%"> |
|
29 | 29 |
|
30 | 30 | # Who are you? |
31 | 31 |
|
32 | | -Go to https://hackmd.io/J3eLIyKRQ_Kc3PRV4DLCwQ?both |
| 32 | +Go to https://hackmd.io/84p71jbvRheG6uz12h9ICg?both |
33 | 33 |
|
34 | | -<iframe src="https://hackmd.io/J3eLIyKRQ_Kc3PRV4DLCwQ?both" height="400px" width="800px"></iframe> |
| 34 | +<iframe src="https://hackmd.io/84p71jbvRheG6uz12h9ICg?both" height="400px" width="800px"></iframe> |
35 | 35 |
|
36 | 36 | --- |
37 | 37 |
|
|
63 | 63 |
|
64 | 64 | ## Setting up a working environment |
65 | 65 |
|
66 | | -For the setup instructions, see the [setup page](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html). |
| 66 | +For the setup instructions, see the [setup page](https://plovercode.github.io/DS-python-data-analysis/setup.html). |
67 | 67 |
|
68 | 68 | --- |
69 | 69 | class: left, middle |
70 | 70 |
|
71 | | -0. If not already downloaded the course material, installed conda and setup the environment, see [setup instructions section 1 and 2](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html) |
72 | | -1. Next, make sure to complete 3 and 4 of the [setup instructions](https://jorisvandenbossche.github.io/DS-python-data-analysis/setup.html). |
| 71 | +0. If not already downloaded the course material, installed conda and setup the environment, see [setup instructions section 1 and 2](https://plovercode.github.io/DS-python-data-analysis/setup.html) |
| 72 | +1. Next, make sure to complete 3 and 4 of the [setup instructions](https://plovercode.github.io/DS-python-data-analysis/setup.html). |
73 | 73 |
|
74 | 74 | > If you succesfully done all steps, put up your `green sticky note` on your laptop screen... |
75 | 75 |
|
76 | 76 | Next: |
77 | 77 |
|
78 | | -- Surf to and fill in [the questionnaire](https://hackmd.io/J3eLIyKRQ_Kc3PRV4DLCwQ?both) |
| 78 | +- Surf to and fill in [the questionnaire](https://hackmd.io/84p71jbvRheG6uz12h9ICg?both) |
79 | 79 | - In Jupyter Lab, start with the 'notebooks/00-jupyter_introduction.ipynb'. |
80 | 80 |
|
81 | 81 | > Installation or setup issues? Put up your `red sticky note` on your laptop screen. |
|
120 | 120 |
|
121 | 121 |  |
122 | 122 |
|
123 | | -Report bugs, typo's, suggestions... as issues ([New issue](https://github.com/jorisvandenbossche/course-python-data/issues/new)) |
| 123 | +Report bugs, typo's, suggestions... as issues ([New issue](https://github.com/plovercode/course-python-data/issues/new)) |
124 | 124 |
|
125 | | -or see the [contributing guidelines](https://github.com/jorisvandenbossche/course-python-data/blob/main/CONTRIBUTING.md) |
| 125 | +or see the [contributing guidelines](https://github.com/plovercode/course-python-data/blob/main/CONTRIBUTING.md) |
126 | 126 |
|
127 | 127 | --- |
128 | 128 | class: middle, section_background |
|
153 | 153 | Creating a new environment: |
154 | 154 |
|
155 | 155 | ``` |
156 | | -conda create -n my_env python=3.9 pandas |
| 156 | +conda create -n my_env python=3.13 pandas |
157 | 157 |
|
158 | 158 | # or from environment file |
159 | 159 | conda env create -f environment.yml |
|
266 | 266 |
|
267 | 267 |  |
268 | 268 |
|
269 | | -### https://forms.gle/wmFH89ELcRKFYuWFA |
| 269 | +### https://forms.gle/J5i4VfCj8682sDjP7 |
270 | 270 |
|
271 | 271 | Please fill in the questionnaire! |
272 | 272 |
|
|
0 commit comments