Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

jdev-2017.md

File metadata and controls

21 lines (13 loc) · 1.05 KB

JDEV 2017

Introduction to Django

{% hint style='info' %} This section gathers the information related to the workshop JDEV T4.A06 2017. {% endhint %}

Django is a framework to quickly build web applications in Python. During this workshop, you will learn how to develop an application to collect and expose scientific data. You will also learn about some important best practices in software engineering.

You will find all the information on GitHub: https://github.com/tailordev-commons/jdev-2017-django.

Continuous Integration for Python (ci4py)

{% hint style='info' %} This section gathers the information related to the workshop JDEV T4.A07 2017. {% endhint %}

During this workshop, you will learn the best practices to apply on your Python projects. You will learn how to use the py.test testing framework and the open source Continuous Integration (CI) platform GitLab CI.

You will find all the information on GitHub: https://github.com/tailordev-commons/jdev-2017-ci4py.