{% extends 'base.html' %} {% block page_title %}Home{% endblock %} {% block page %}

Python Educational Suite

Welcome to PyEdu. You can use this application to solve the exercises of the Python 1 and 2 lectures hold by the chair of remote sensing and landscape informations systems at the Albert-Ludwigs University of Freiburg. In case there are any questions about this application, ask Mirko Mälicke, in case you have any questions concerning the content, contact the instructors Joao Paulo Pereira or Mirko Mälicke.

{% if not current_user.is_authenticated %} Login {% endif %}

{% if continue_task %} Continue: {{ continue_task.name }} {% endif %}
This application is still under active development. Please report any issue or bug you find on the project github issue page . In urgent cases contact one of the lecture instructors additionally.

{% if current_user.is_authenticated %}Lectures{% else %}Lectures{% endif %}

{% include 'student/_lecture_table.html' %}

Environment

{% for name, info in sysinfo.items() %} {% endfor %}
PackageRequiredInstalled
{{ name }} {{ info[1] }} {{ info[0] }}
{% endblock %}