Update Program authored by Bertrand  NÉRON's avatar Bertrand NÉRON
...@@ -7,12 +7,20 @@ ...@@ -7,12 +7,20 @@
## Prerequisites: ## Prerequisites:
* Proficiency in manipulating file paths. * Proficiency in manipulating file paths.
* knowledge about python data type (int, float, boolean, ...), basic data structure (tuple, list, dictionnary) how to create and manipulate them. * file path
* permissions
* Basic skills in programming in python
* data type (int, float, boolean, ...)
* basic data structures (tuple, list, dictionary, ...). How to create and manipulate them.
* Ability to create loops and nested loops. * Ability to create loops and nested loops.
* Understanding the concept of class and object in Python, and ability to use objects. * Understanding the concept of class and object in Python, and ability to use objects.
all these concepts are covered in the following course https://hub-courses.pages.pasteur.fr/python_one_week_4_biologists/ All these concepts are covered in the following course https://hub-courses.pages.pasteur.fr/python_one_week_4_biologists/
* Basic knowledge of statistics. * Basic knowledge of statistics.
* ...
* Familiarity with virtual environments, will be a plus. * Familiarity with virtual environments, will be a plus.
... ...
......