{% extends 'base.html' %} {% block page_title %}Home{% endblock %} {% block page %}
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 %}Package | Required | Installed | |
---|---|---|---|
{{ name }} | {{ info[1] }} | {{ info[0] }} |