-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (128 loc) · 8 KB
/
index.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Python 2015 : CodeCarrots Python edycja 2015">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Python 2015</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/CodeCarrots/python2015">View on GitHub</a>
<h1 id="project_title">Python 2015</h1>
<h2 id="project_tagline">CodeCarrots Python edycja 2015</h2>
<!--
<section id="downloads">
<a class="zip_download_link" href="https://github.com/CodeCarrots/python2015/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/CodeCarrots/python2015/tarball/master">Download this project as a tar.gz file</a>
</section>
-->
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="witaj-na-stronach-projektu-codecarrots" class="anchor" href="#witaj-na-stronach-projektu-codecarrots" aria-hidden="true"><span class="octicon octicon-link"></span></a>Witaj na stronach projektu CodeCarrots!</h3>
<p>Kilka linków na początek:</p>
<ul>
<li><a href="blockly/demos/code/index2.html">Blockly Python - "Hello world"</a></li>
<li><a href="blockly/demos/code/index3.html">Blockly Python - Podstawy języka</a></li>
<li><a href="https://blockly-demo.appspot.com/static/demos/code/index.html">Blockly Python - Pełny zestaw elementów języka</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/">Prezentacje do zajęć</a></li>
</ul>
<br/>
<p>Sesja 11 Luty 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/reminder.md">Przypomnienie</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script1.md">Zadanie 1</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script2.md">Zadanie 2</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script3.md">Zadanie 3</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script4.md">Zadanie 4</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script5.md">Zadanie 5</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script6.md">Zadanie 6</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script7.md">Zadanie 7</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-11/script8.md">Zadanie 8 - Dodatkowe</a></li>
</ul>
<br/>
<p>Sesja 18 Luty 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/exers1.md">Kilka prostych ćwiczeń/testów</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/script1.md">Zadanie 1</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/script2.md">Zadanie 2</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/script3.md">Zadanie 3</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/script4.md">Zadanie 4</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/script5.md">Zadanie 5</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-18/exers2.py">Ciągi - przykłady i testy (z API)</a></li>
</ul>
<p>Sesja 25 luty 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-02-25_prezka.rst">Materiały</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-02-25/script1.md">Zadanie 1</a></li>
</ul>
<p>Sesja 4 marzec 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-03-04_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-03-04/">Zadania</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/na_zywo/2015-03-04/">Skrypty z zajęć</a></li>
</ul>
<p>Sesja 11 marzec 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-03-04_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-03-04/">Zadania</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/na_zywo/2015-03-11/">Skrypty z zajęć</a></li>
</ul>
<p>Sesja 18 marzec 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-03-18_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-03-18/">Zadania</a></li>
</ul>
<p>Sesja 15 kwiecień 2015</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-04-15_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/sesje/2015-04-15/">Zadania</a></li>
</ul>
<p>Sesja 6 maja 2015 (VCS-y, git)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-05-06_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/blue">Repozytorium treningowe</a></li>
</ul>
<p>Sesja 13 maja 2015 (virtualenv, pip)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/blob/master/prezentacje/2015-05-13_prezka.rst">Prezentacja</a></li>
<li><a href="https://github.com/CodeCarrots/blue">Repozytorium treningowe</a></li>
</ul>
<p>Sesja 17 czerwca 2015 (początki projektu/projektów)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/tree/master/na_zywo/2015-06-17">Notatki, instrukcje</a></li>
</ul>
<p>Sesja 24 czerwca 2015 (rejestracja)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/tree/master/na_zywo/2015-06-24">Notatki, instrukcje</a></li>
</ul>
<p>Sesja 1 lipca 2015 (aplikacje, routing i formularze)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/tree/master/na_zywo/2015-07-01">Notatki, instrukcje</a></li>
</ul>
<p>Sesja 8 lipca 2015 (formularze i zapis do bazy)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/tree/master/na_zywo/2015-07-08">Notatki, instrukcje</a></li>
</ul>
<p>Sesja 15 lipca 2015 (routing i dostęp warunkowy)</p>
<ul>
<li><a href="https://github.com/CodeCarrots/warsztaty_2015/tree/master/na_zywo/2015-07-15">Notatki, instrukcje</a></li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Python 2015 maintained by <a href="https://github.com/CodeCarrots">CodeCarrots</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>