Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scientific_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub-courses
scientific_python
Wiki
Program
Changes
Page history
New page
Templates
Clone repository
Update Program, add prerequisites section
authored
1 year ago
by
Bertrand NÉRON
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Program.md
+17
-1
17 additions, 1 deletion
Program.md
with
17 additions
and
1 deletion
Program.md
View page @
88e77951
...
...
@@ -4,4 +4,20 @@
## Who should follow this course?
## What this course is not
\ No newline at end of file
## Prerequisites:
*
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.
*
Ability to create loops and nested loops.
*
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/
*
Basic knowledge of statistics.
*
Familiarity with virtual environments, will be a plus.
## What this course is not
This course is
**not**
an initiation to programming. You must have basic skills in Python (see Prerequisites)
This course is not an introduction to statistics. You have to know XXX
\ No newline at end of file
This diff is collapsed.
Click to expand it.