{% set title = "Presentations & Papers" %} {% set description = "All the presentations of Tryton" %} {% set keywords = ["presentation", "paper", "video", "slide"] %} {% set toc = [ ("TSD2019", 'TSD2019', None), ("TUM2019", 'TUM2019', None), ("PyConFr 2018", 'PyConFr2018', None), ("TUL2017", 'TUL2017', None), ("TUB2016", 'TUB2016', None), ("Jeudi du Libre 2016", 'jdl2016', None), ("TUBA2015", 'TUBA2015', None), ("TUL2014", 'TUL2014', None), ("TUB2013", 'TUB2013', None), ("TUL2012", 'TUL2012', None), ("TUL2011", 'TUL2011', None), ("PyCONFR 2010", 'PyConFr2010', None), ("EUROPYTHON 2010", 'EUROPYTHON2010', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background with context %} {% block style %} {{ super() }} {{ background('banner-presentations') }} {% endblock %} {% block content %}

{{ title }}

{{ super() }} {% endblock content %} {% block main %}

If you made a presentation around Tryton and want to be listed here, please send an email to foundation@tryton.org.

TSD2019

TUM2019

PyConFr 2018

TUL2017

TUB2016

Jeudi du Libre 2016

TUBA2015

TUL2014

TUB2013

TUL2012

TUL2011

PyCONFR 2010

EUROPYTHON 2010

{% endblock main %}