1 {% extends "theme.html" %} |
1 {% extends "theme.html" %} |
2 {% block body %} |
2 {% block body %} |
3 <div class="container"> |
3 <div class="container"> |
|
4 <div class="col-md-12 col-yellow"> |
|
5 <div class="module-content"> |
|
6 <p class="text-center"> |
|
7 <img src="/static/images/archive/competitions/2013/contest2013a.jpg" alt="Anne" /> |
|
8 <img src="/static/images/archive/competitions/2013/contest2013b.jpg" alt="Valentin" /> |
|
9 </p> |
|
10 <!--h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1> |
|
11 <h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4> |
|
12 <a type="button" class="btn btn-default" |
|
13 href="/competition">Infos zum Wettbewerb</a> |
|
14 <a type="button" class="btn btn-default" |
|
15 href="{{ url_for('dates') }}">Termine</a--> |
|
16 </div> |
|
17 </div> |
|
18 </div> |
|
19 </div> |
|
20 <div class="container"> |
4 <div class="col-lg-12"> |
21 <div class="col-lg-12"> |
5 <h2> |
22 <h2> |
6 Competition 2013 |
23 Wettbewerb 2013 |
7 </h2> |
24 </h2> |
8 <p> |
25 <p> |
9 Two winners of a beginners programming competition showed their results in the opening keynote of the German Python conference in Cologne. They have to use Python to program Blender. Both showed slides and also their animation movie. |
26 Die Gewinner des Programmierwettbewerbes, zeigten auf der |
10 |
27 PyCon DE 2013 in Köln ihre Ergebnisse. In einem Kurzvortrag |
11 A 15 year old girl visualized Conway’s “Game of life” and a boy, 13 years showed a card game “skat” having good software design skills. |
28 wurde das Projekt vorgestellt und mit einem Film das Ergebnis |
12 |
29 visualisiert. |
13 The conference and also the competition is driven by the german Python Software Verband. This is a national equivalent to the Python Software Foundation. The contest will continue and likely start again in november and been celebrated at the next EuroPython in Berlin 21.7 – 27.7.2014. |
30 </p> |
14 </p> |
31 <p>Anne (15 Jahre) zeigte das eine 3D-Version des »Game of life« |
|
32 und Valentin (13 Jahre) demonstrierte seine »Skat-Simulation«. |
|
33 </p> |
15 <p> |
34 <p> |
16 <a class="btn btn-lg btn-primary" |
35 <a class="btn btn-lg btn-primary" |
17 href="/comptetition_2014" |
36 href="/competition/2014" |
18 role="button">Competition 2014</a> |
37 role="button">Competition 2014</a> |
19 </p> |
38 </p> |
20 </div> |
39 </div> |
21 </div> |
40 </div> |
22 |
41 |