| language | en |
|---|---|
| layout | default |
| title | Course resources |
| permalink | /en/risorse.html |
{%include pageglobal.html %}
Useful applications related to the course topics. To ease the development, before installing any software please read the guide about the creation of a private software workspace
-
{% for s in softwareinfo %}
-
{{ s.nome }}
{% if s.versione %} (suggested version for a.y. {{ryear}}/{{ryear | plus: 1}}: {{ s.versione }}){% endif %}
{% if s.commento[language] %}
{{ s.commento[language] }} {% elsif s.commento['all'] %}
{{ s.commento['all'] }} {% endif %} {% endfor %}
Unordered and often not updated collection of useful links to study and deepen your knowledge about the course topics
-
{% for s in linkinfo %}
-
{% if s.nome[language] %}{{ s.nome[language] }}
{% elsif s.nome['all'] %}{{ s.nome['all'] }}{% endif %}
{% if s.commento[language] %}
{{ s.commento[language] }} {% elsif s.commento['all'] %}
{{ s.commento['all'] }} {% endif %} {% endfor %}