From 65dc1769f852753c1e8c5b1f02fe7581e4a0f1e9 Mon Sep 17 00:00:00 2001
From: Federico Bianchini <72258479+bianchini88@users.noreply.github.com>
Date: Thu, 29 Aug 2024 15:48:34 +0200
Subject: [PATCH] Update schedule.html
---
_includes/swc/schedule.html | 46 +++++++++++++++----------------------
1 file changed, 19 insertions(+), 27 deletions(-)
diff --git a/_includes/swc/schedule.html b/_includes/swc/schedule.html
index 0696ea6..96df4ad 100644
--- a/_includes/swc/schedule.html
+++ b/_includes/swc/schedule.html
@@ -3,38 +3,30 @@
Day 1
Before | Pre-workshop survey |
- 09:00 | Automating Tasks with the Unix Shell |
- 10:30 | Morning break |
- 11:00 | Automating Tasks with the Unix Shell (Continued) |
- 12:00 | Lunch break |
- {% if site.flavor == "r" %}
- 13:00 | Building Programs with R |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with R (Continued) |
- {% elsif site.flavor == "python" %}
- 13:00 | Building Programs with Python |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with Python (Continued) |
- {% else %}
- {% include warning-flavor.html %}
- {% endif %}
- 16:00 | Wrap-up |
- 16:30 | END |
+ 09:00 | Getting started with Python: variables and types |
+ 10:15 | Morning break |
+ 10:30 | Getting started with Python: functions and libraries |
+ 11:45 | Lunch break |
+ 12:15 | Pandas: working with data frames in Python |
+ 13:30 | Afternoon break |
+ 13:45 | Plotting in Python |
+ 15:00 | Wrap-up |
+ 15:30 | END |
Day 2
- 09:00 | Version Control with Git |
- 10:30 | Morning break |
- 11:00 | Version Control with Git (Continued) |
- 12:00 | Lunch break |
- 13:00 | Managing Data with SQL |
- 14:30 | Afternoon break |
- 15:00 | Managing Data with SQL (Continued) |
- 16:00 | Wrap-up |
- 16:30 | Post-workshop Survey |
- 16:40 | END |
+ 09:00 | List and Loops in Python |
+ 10:15 | Morning break |
+ 10:30 | Conditionals, looping over datasets |
+ 11:45 | Lunch break |
+ 12:15 | Functions in Python, writing style |
+ 13:30 | Afternoon break |
+ 13:45 | More exercises, Q&A |
+ 15:00 | Wrap-up |
+ 15:10 | Post-workshop Survey |
+ 15:30 | END |