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