-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathen.html
More file actions
301 lines (301 loc) · 14.6 KB
/
en.html
File metadata and controls
301 lines (301 loc) · 14.6 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
title: Python in Education
---
<div class="about-block">
<div class="wrap">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col">
<div class="image-holder">
<img src="/static/images/snake_learn.png"
alt="A learning snake">
</div>
<h2>learn</h2>
<p>Master the basics, progress to the fun stuff and achieve
coding greatness with lessons for learners of all ages,
levels and abilities.</p>
<a href="#learn" class="more"><span>get started</span></a>
</div>
<div class="col-md-4 col">
<div class="image-holder">
<img src="/static/images/snake_teach.png"
alt="A teaching snake">
</div>
<h2>teach</h2>
<p>Inspire the next generation of Python programmers with
fun resources, tested in the field by teachers and members
of the global Python community.</p>
<a href="#teach" class="more"><span>fun resources</span></a>
</div>
<div class="col-md-4 col">
<div class="image-holder">
<img src="/static/images/snake_build.png"
alt="A building snake">
</div>
<h2>build</h2>
<p>Discover all the technical details, designs and source
code needed to build something amazing, create a cool
project or make a contribution to our educational
efforts.</p>
<a href="#build" class="more"><span>lets go!</span></a>
</div>
</div>
<span class="sticker"></span>
</div>
</div>
</div>
<div class="illustration-block">
<img src="/static/images/pythonic_world.jpg" alt="A Pythonic World" width="1440" height="942">
</div>
<section class="text-section">
<div class="wrap">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 visual text-center">
<img src="/static/images/python_logo.png"
alt="The Python programming language logo"
width="187" height="186">
</div>
<div class="col-md-8 description">
<h2>Python is a programming language:</h2>
<p>It's very easy to learn. Python is used all over the
world by all sorts of people from professional coders to
complete beginners. Use Python to code cool stuff on your
micro:bit, Raspberry Pi or other computer.</p>
</div>
</div>
<span class="sticker"></span>
<span class="sticker sticker-top"></span>
</div>
</div>
</section>
<section class="title-section" style="background: url(/images/learning_is_play.png) no-repeat 100% 100%;">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-lg-7 heading-col separator1">
<h1>learning <span>is play</span></h1>
</div>
</div>
</div>
</section>
<section class="info-section">
<div class="wrap">
<div class="container-fluid">
<span class="sticker sticker1"></span>
<h1 id="learn">learn</h1>
<div class="row">
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/tutorials.png"
alt="A snake thinking about tutorials">
</div>
<div class="col-md-8">
<div class="description">
<h2>tutorials</h2>
<p>Start here for an introduction to Python,
intermediate material that'll help you stretch your
wings, and advanced features that'll have you
building your world-changing project from the
comfort of your own home in no time at all!</p>
<a href="#" class="more"><span>try out a tutorial</span></a>
</div>
</div>
</div>
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/microbit.png" alt="A BBC micro:bit">
</div>
<div class="col-md-8">
<div class="description">
<h2>micro:bit</h2>
<p>The BBC micro:bit is a small programmable
device. It aims to inspire a new generation of
digital creators, makers and coders. Thanks to
the amazing
<a href="http://micropython.org/">MicroPython</a>
project, it runs a full re-implementation of
Python 3.</p>
<p>The device has two buttons, a 5x5 LED display,
I/O pins, an accelerometer, compass, radio,
micro-USB port, battery connector, ARM
microprocessor and a heart of gold.</p>
<a href="#" class="more"><span>code the future with micro:bit</span></a>
</div>
</div>
</div>
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/raspberry_pi.png"
alt="The Raspberry Pi logo">
</div>
<div class="col-md-8">
<div class="description">
<h2>raspberry pi</h2>
<p>The Raspberry Pi is a unique phenomenon. It is
the most successful computing-in-education project
in history with over 6 million units delivered
around the world.</p>
<p>But it's not just about the hardware! Thanks to
the amazing work of the Raspberry Pi Foundation's
education team, Python is widely used on the device
to do all sorts of fun stuff such as program games
(like Minecraft), travel into space (to the
International Space Station) and control
peripherals plugged into the Pi via its GPIO
pins.</p>
<a href="#" class="more"><span>enjoy a slice of raspberry pi</span></a>
</div>
</div>
</div>
</div>
<span class="sticker"></span>
</div>
</div>
</section>
<section class="title-section center" style="background: url(/images/play_is_creativity.png) no-repeat 85% 50%;">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-lg-7 heading-col separator2">
<h1>play is <span>creativity</span></h1>
</div>
</div>
</div>
</section>
<section class="info-section">
<div class="wrap">
<div class="container-fluid">
<span class="sticker sticker2"></span>
<h1 id="teach">teach</h1>
<div class="row">
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/resources.png"
alt="Pythonic resources">
</div>
<div class="col-md-8">
<div class="description">
<h2>resources</h2>
<p>Teachers and programmers from all over the world
have created fun, engaging and challenging
resources for teachers to use in their classrooms.
These range from simple tasks for beginners to
complicated projects to challenge the most advanced
students. They include lesson plans, code, books,
worksheets and online interactive courses.</p>
<p>Most importantly, many of these resources are
free for people to use, adopt and adapt.</p>
<a href="#" class="more"><span>discover compelling and creative resources</span></a>
</div>
</div>
</div>
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/community.png"
alt="Two snakes in community t-shirts">
</div>
<div class="col-md-8">
<div class="description">
<h2>community</h2>
<p>Community is Python's secret weapon.</p>
<p>The Python community value openness, actively
engage in outreach and give up their time for
educational support (this site was written by
volunteers). As one person put it, "I came for the
programming language, but stayed for the
community".</p>
<p>The Python Software Foundation (PSF) ~ under
whose auspices this site was created ~ support and
organise conferences all over the world. There's a
good chance there's one near you very soon.</p>
<p>If you're looking for support, advice or just
some friendly encouragement, get involved and say
"hello".</p>
<a href="#" class="more"><span>meet and make friends with your community</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="title-section" style="background: url(/images/creativity_is_exploration.png) no-repeat 91% 100%;">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-lg-7 heading-col separator3">
<h1>creativity is <span>exploration</span></h1>
</div>
</div>
</div>
</section>
<section class="info-section">
<div class="wrap">
<div class="container-fluid">
<h1 id="build">build</h1>
<div class="row">
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/docs_doge.png"
alt="Documentation doge, much wow, so docs">
</div>
<div class="col-md-8">
<div class="description">
<h2>documentation</h2>
<p>Python has comprehensive and excellent
documentation. In fact, many in the Python
community spend lots of effort to make sure Python
projects have comprehensive, detailed and easy to
understand technical documentation.</p>
<p>Need to know how to do something? Read the
docs! Looking for the best way to use some code?
Read the docs! Want to learn something new so you
can impress your programming buddies with your
knowledge? Read the docs!</p>
<a href="#" class="more"><span>read the docs!</span></a>
</div>
</div>
</div>
<!-- product item -->
<div class="article">
<div class="col-md-4 visual text-center">
<img src="/static/images/code.png" alt="A coding prompt">
</div>
<div class="col-md-8">
<div class="description">
<h2>source code</h2>
<p>Python is free software: it is given away for
free (nobody pays to use Python), you are also free
to use it as you see fit and the Python community
actively encourages people to contribute code,
documentation and resources for the benefit of
others.</p>
<p>For this to work you need access to the source
code: the instructions for the computer that tell
it how to do the stuff you want it to do.</p>
<p>Perhaps you already know this stuff and you're
just looking for a cool educational project to
which you can contribute. If so, you've come to the
right place!</p>
<a href="#" class="more"><span>hack on code</span></a>
</div>
</div>
</div>
</div>
<span class="sticker sticker3"></span>
</div>
</div>
</section>
<section class="title-section" style="background: url(/images/explore_with_python.png) no-repeat 89% 100%;">
<div class="container-fluid">
<span class="sticker sticker-bottom"></span>
<div class="row">
<div class="col-xs-6 col-lg-8 heading-col separator4">
<h1>explore with <span>python</span></h1>
</div>
</div>
</div>
</section>