Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 126 additions & 0 deletions runs/2018/pyladies-praha-podzim-bubenec/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
title: Začátečnický kurz PyLadies
subtitle: Praha (Bubeneč) - podzim 2018
time: 18:00–20:00
place: U zeměpisného ústavu 12, Praha 6
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
long_description: |
Tady najdeš všechny materiály k pražské verzi začátečnického kurzu
PyLadies.
Stránky samotných PyLadies jsou na [http://pyladies.cz][PyLadies].
Jednotlivé lekce jsou určeny naprostým začátečnicím.
Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.
[PyLadies]: http://pyladies.cz/
derives: pyladies
vars:
user-gender: f
pyladies: true
coach-present: true
plan:
- base: install
date: 2018-09-13
materials:
- title: Úvodní prezentace
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
- +merge
- title: Instrukce a domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
type: homework
- base: hello
slug: hello-world
date: 2018-09-20
materials:
- lesson: beginners/hello-world
type: lesson
- lesson: beginners/print
type: lesson
- lesson: beginners/variables
type: lesson
- lesson: beginners/comparisons
type: lesson
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
type: homework
- title: "*Nebo* anebo *a* (bonus)"
lesson: beginners/and-or
vars:
bonus: true
- title: Tahák na příkazovou řádku a první kroky v Pythonu (PDF)
url: https://s3-eu-west-1.amazonaws.com/messa-shared-files/2017/09/pyladies_2_lekce_tahak.pdf
type: cheatsheet
- base: loops
date: 2018-09-27
materials:
- +merge
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
type: homework
- base: def-str
date: 2018-10-04
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
type: homework
- title: Procvičování a soubory
date: 2018-10-11
slug: exercises
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- title: Soubory
lesson: beginners/files
- title: Spolupráce a Open-Source - Git
slug: vcs
date: 2018-10-18
materials:
- lesson: git/git-collaboration-2in1
type: lesson
- title: "Větvení v Gitu (Bonus)"
lesson: git/branching
vars:
bonus: true
- title: Gitový tahák
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
type: cheatsheet
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
type: homework
- base: list
date: 2018-10-25
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
type: homework
- base: dict
date: 2018-11-01
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf
type: homework
- base: tests
slug: testing
date: 2018-11-08
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
type: homework
- base: pyglet
date: 2018-11-15
- base: class
date: 2018-11-22
- base: asteroids
date: 2018-11-29
materials:
- title: Turnaj v piškvorkách
url: null
type: special
- +merge
- title: Závěrečná procvičovací hodina
slug: final
date: 2018-12-06
description: Během závěrečné hodiny se mimojiné seznámíme s možnostmi dalšího vzdělávání
materials: []
126 changes: 126 additions & 0 deletions runs/2018/pyladies-praha-podzim-cznic/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
title: Začátečnický kurz PyLadies
subtitle: Praha (Olšanka) - podzim 2018
time: 18:00–20:00
place: CZ.NIC, hotel Olšanka, Táboritská 23/1000, Praha 3
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
long_description: |
Tady najdeš všechny materiály k pražské verzi začátečnického kurzu
PyLadies.
Stránky samotných PyLadies jsou na [http://pyladies.cz][PyLadies].
Jednotlivé lekce jsou určeny naprostým začátečnicím.
Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.
[PyLadies]: http://pyladies.cz/
derives: pyladies
vars:
user-gender: f
pyladies: true
coach-present: true
plan:
- base: install
date: 2018-09-11
materials:
- title: Úvodní prezentace
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
- +merge
- title: Instrukce a domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
type: homework
- base: hello
slug: hello-world
date: 2018-09-18
materials:
- lesson: beginners/hello-world
type: lesson
- lesson: beginners/print
type: lesson
- lesson: beginners/variables
type: lesson
- lesson: beginners/comparisons
type: lesson
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
type: homework
- title: "*Nebo* anebo *a* (bonus)"
lesson: beginners/and-or
vars:
bonus: true
- title: Tahák na příkazovou řádku a první kroky v Pythonu (PDF)
url: https://s3-eu-west-1.amazonaws.com/messa-shared-files/2017/09/pyladies_2_lekce_tahak.pdf
type: cheatsheet
- base: loops
date: 2018-09-25
materials:
- +merge
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
type: homework
- base: def-str
date: 2018-10-02
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
type: homework
- title: Procvičování a soubory
date: 2018-10-09
slug: exercises
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- title: Soubory
lesson: beginners/files
- title: Spolupráce a Open-Source - Git
slug: vcs
date: 2018-10-16
materials:
- lesson: git/git-collaboration-2in1
type: lesson
- title: "Větvení v Gitu (Bonus)"
lesson: git/branching
vars:
bonus: true
- title: Gitový tahák
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
type: cheatsheet
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
type: homework
- base: list
date: 2018-10-23
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
type: homework
- base: dict
date: 2018-10-30
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf
type: homework
- base: tests
slug: testing
date: 2018-11-06
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
type: homework
- base: pyglet
date: 2018-11-13
- base: class
date: 2018-11-20
- base: asteroids
date: 2018-11-27
materials:
- title: Turnaj v piškvorkách
url: null
type: special
- +merge
- title: Závěrečná procvičovací hodina
slug: final
date: 2018-12-04
description: Během závěrečné hodiny se mimojiné seznámíme s možnostmi dalšího vzdělávání
materials: []
126 changes: 126 additions & 0 deletions runs/2018/pyladies-praha-podzim-ntk/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
title: Začátečnický kurz PyLadies
subtitle: Praha (NTK) - podzim 2018
time: 18:00–20:00
place: Národní technická knihovna, Technická 2710/6, Praha 6
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
long_description: |
Tady najdeš všechny materiály k pražské verzi začátečnického kurzu
PyLadies.
Stránky samotných PyLadies jsou na [http://pyladies.cz][PyLadies].
Jednotlivé lekce jsou určeny naprostým začátečnicím.
Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.
[PyLadies]: http://pyladies.cz/
derives: pyladies
vars:
user-gender: f
pyladies: true
coach-present: true
plan:
- base: install
date: 2018-09-12
materials:
- title: Úvodní prezentace
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
- +merge
- title: Instrukce a domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
type: homework
- base: hello
slug: hello-world
date: 2018-09-19
materials:
- lesson: beginners/hello-world
type: lesson
- lesson: beginners/print
type: lesson
- lesson: beginners/variables
type: lesson
- lesson: beginners/comparisons
type: lesson
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
type: homework
- title: "*Nebo* anebo *a* (bonus)"
lesson: beginners/and-or
vars:
bonus: true
- title: Tahák na příkazovou řádku a první kroky v Pythonu (PDF)
url: https://s3-eu-west-1.amazonaws.com/messa-shared-files/2017/09/pyladies_2_lekce_tahak.pdf
type: cheatsheet
- base: loops
date: 2018-09-26
materials:
- +merge
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
type: homework
- base: def-str
date: 2018-10-03
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
type: homework
- title: Procvičování a soubory
date: 2018-10-10
slug: exercises
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- title: Soubory
lesson: beginners/files
- title: Spolupráce a Open-Source - Git
slug: vcs
date: 2018-10-17
materials:
- lesson: git/git-collaboration-2in1
type: lesson
- title: "Větvení v Gitu (Bonus)"
lesson: git/branching
vars:
bonus: true
- title: Gitový tahák
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
type: cheatsheet
- title: Domácí projekty (PDF)
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
type: homework
- base: list
date: 2018-10-24
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
type: homework
- base: dict
date: 2018-10-31
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf
type: homework
- base: tests
slug: testing
date: 2018-11-07
materials:
- +merge
- title: Domácí projekty (PDF)
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
type: homework
- base: pyglet
date: 2018-11-14
- base: class
date: 2018-11-21
- base: asteroids
date: 2018-11-28
materials:
- title: Turnaj v piškvorkách
url: null
type: special
- +merge
- title: Závěrečná procvičovací hodina
slug: final
date: 2018-12-05
description: Během závěrečné hodiny se mimojiné seznámíme s možnostmi dalšího vzdělávání
materials: []