Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.34 KB

File metadata and controls

18 lines (14 loc) · 1.34 KB

Workshops Python

This repository contains series of 4 python workshops. Its main goal is to understand the usage of python3 from the bases, to the Object-Oriented Programming paradigm.

Repository:

  • Python Documentation
  • Session no.1 : Python basics (the goal is to understand the bases of python, acquire some vocabulary and key to develop a first python script)
  • Session no.2 : Declarative and Imperative python coding style (the goal is to understand the construction of a python program and different basic coding styles)
  • Session no.3 : Object-Oriented Programming (the goal here is to understand the OOP paradigm and to get the main keys to create an OOP python code)
  • Session no.4 : Tricks and tools (the goal of the last workshop is to get some tips about python3 and conda environment usage)

PREREQUISITES:

  • Python3
  • Pip
  • Miniconda3

Author Corentin COUTRET-ROZET