-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathinfo.yml
More file actions
81 lines (68 loc) · 1.65 KB
/
info.yml
File metadata and controls
81 lines (68 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
title: MI-PYT
description: Základy již znáte a chcete se dozvědět o dalších možnostech využití Pythonu.
long_description: |
Díváte se na materiály předmětu MI-PYT (Pokročilý Python) na FIT ČVUT.
Materiály jsou dostupné v dvojí podobě, interně pro studenty FITu
na *Eduxu* a pro všechny veřejně zde.
Tento kurz vzniká pod záštitou firmy Red Hat Czech, s.r.o.
canonical: true
vars:
coach-present: false
mi-pyt: true
plan:
- title: Weboví klienti & CLI – Requests a Click
slug: requests-click
materials:
- lesson: fast-track/install
- lesson: intro/requests
- lesson: intro/click
- title: Webové aplikace – Flask
slug: flask
materials:
- lesson: intro/flask
- lesson: intro/deployment
- title: Moduly
slug: distribution
materials:
- lesson: intro/distribution
- title: Testování
slug: testing
materials:
- lesson: intro/testing
- title: Dokumentace – Sphinx
slug: docs
materials:
- lesson: intro/docs
- title: Analýza dat – Pandas
slug: pandas
materials:
- lesson: intro/notebook
- lesson: intro/pandas
- title: NumPy
slug: numpy
materials:
- lesson: intro/numpy
- title: Tahák na NumPy
url: https://pyvec.github.io/cheatsheets/numpy/numpy-cs.pdf
type: cheatsheet
- title: Cython
slug: cython
materials:
- lesson: intro/cython
- title: GUI – PyQT
slug: qt
materials:
- lesson: intro/pyqt
- title: Generátory a AsyncIO
slug: async
materials:
- lesson: advanced/generators
- lesson: intro/async
- title: Magie
slug: magic
materials:
- lesson: intro/magic
- title: MicroPython
slug: upy
materials:
- lesson: intro/micropython