templates/en/archive/competitions/2014/comptetition_2013.html
author Peter Koppatz <peter@koppatz.com>
Sat, 18 Jan 2014 15:06:00 +0100
changeset 124 fba9b7b99ab0
permissions -rw-r--r--
competitions added
     1 {% extends _("en/theme.html") %}
     2 {% block jumbotron %}
     3 <!-- default jumbotron -->
     4  {% include "jumbotron2013.html" %}
     5 {% endblock %}
     6 
     7 {% block body %}
     8 <div class="container">
     9   <div class="col-lg-12">
    10     <h2>
    11       Competition 2013
    12     </h2>
    13     <p>
    14 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.
    15 
    16 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.
    17 
    18 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.
    19     </p>
    20     <p>
    21       <a class="btn btn-lg btn-primary" 
    22 	 href="/comptetition_2014" 
    23 	 role="button">Competition 2014</a>
    24     </p>
    25   </div>
    26 </div>
    27 
    28 {% endblock %}
Impressum Datenschutzerklärung