Skip to content

Commit

Permalink
deploy lesson 1 for the spring course, YAY
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Mar 18, 2024
1 parent d663055 commit 8d7497b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"

Expand Down
10 changes: 0 additions & 10 deletions lessons/beginners-en/introduction2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] 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.
Expand Down
24 changes: 12 additions & 12 deletions runs/2024/pyladies-en-vienna-2024-spring/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d7497b

Please sign in to comment.