From 8d7497b98f02950569eff0cba5e4661f44d01021 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal Date: Mon, 18 Mar 2024 22:29:53 +0100 Subject: [PATCH] deploy lesson 1 for the spring course, YAY --- Pipfile | 2 +- lessons/beginners-en/introduction2/index.md | 10 -------- .../pyladies-en-vienna-2024-spring/info.yml | 24 +++++++++---------- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/Pipfile b/Pipfile index 66ca7bbb7e..8871265c0b 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ serve = "python -m naucse serve" freeze = "python -m naucse freeze" [packages] -naucse = {git = "https://github.com/lubojr/naucse.git", editable = true, ref = "99b1693f7d30f5887092414e4ebe4f4921ef95f7"} +naucse = {git = "https://github.com/lubojr/naucse.git", editable = true, ref = "b130953715f81def0ba179a50da01365c38a2fc9"} naucse-render = {git = "https://github.com/lubojr/naucse_render.git", editable = true, ref = "f7b93eb979f119a02f8a532892c8ef381e01477f"} pygments-pytest = "*" diff --git a/lessons/beginners-en/introduction2/index.md b/lessons/beginners-en/introduction2/index.md index f0055b9437..9b5bdb7f9c 100644 --- a/lessons/beginners-en/introduction2/index.md +++ b/lessons/beginners-en/introduction2/index.md @@ -34,16 +34,6 @@ We are here to help you with problems. The important thing to note is that coach If you have any questions about the course, if you have comments, suggestions, hard feelings or you just want to share something - feel free to contact us at pyladies.vienna@gmail.com or via discord. -## Google Meet features - -During lessons, we will use Google Meet for our online classes. - -For easier course flow, we will use some features of it: - -- Breakout rooms -- Raised hand to ask questions -- Emoji reactions - ### Trouble? When you have troubles, there are two ways how to proceed. diff --git a/runs/2024/pyladies-en-vienna-2024-spring/info.yml b/runs/2024/pyladies-en-vienna-2024-spring/info.yml index e36ebc5b69..007b78e53e 100644 --- a/runs/2024/pyladies-en-vienna-2024-spring/info.yml +++ b/runs/2024/pyladies-en-vienna-2024-spring/info.yml @@ -56,18 +56,18 @@ plan: - title: Introduction, installation check slug: install date: 2024-03-19 - # materials: - # - title: Keyboard layout cheat sheet - # url: https://drive.google.com/file/d/1Bvnb52oirQDiZ7WI5t4Q8UeCd10-_gpT - # type: cheatsheet - # - lesson: beginners-en/introduction2 - # - lesson: beginners-en/cmdline - # - lesson: beginners-en/first-steps - # - lesson: beginners-en/lesson-1-homework - # type: homework - # - title: Google colab tutorial - # url: https://drive.google.com/file/d/1KPlvbwGpIe8HQVkancKk6wuTwhV5VkRc - # type: cheatsheet + materials: + - title: Keyboard layout cheat sheet + url: https://drive.google.com/file/d/1Bvnb52oirQDiZ7WI5t4Q8UeCd10-_gpT + type: cheatsheet + - lesson: beginners-en/introduction2 + - lesson: beginners-en/cmdline + - lesson: beginners-en/first-steps + - lesson: beginners-en/lesson-1-homework + type: homework + - title: Google colab tutorial + url: https://drive.google.com/file/d/1KPlvbwGpIe8HQVkancKk6wuTwhV5VkRc + type: cheatsheet - title: First Program, Print slug: hello