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
authored
1 year ago
by
Bertrand NÉRON
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Program.md
+46
-1
46 additions, 1 deletion
Program.md
with
46 additions
and
1 deletion
Program.md
View page @
a6632425
...
...
@@ -46,4 +46,49 @@ Every one: researcher, engineer, student, with already knowledge in python progr
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 course is
**not**
an introduction to statistics. You have to know XXX
## Program
<table>
<thead>
<tr>
<th>
Day
</th>
<th>
Topic
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Day 1
</td>
<td>
<ul>
<li>
use of
<a
href=
"https://jupyter.org/"
>
jupyterlab
</a>
to produce comprehensive notebook
</li>
<li>
use of
<a
href=
"https://numpy.org/"
>
numpy
</a>
library to manipulate numeric data
</li>
<li>
start to manipulate tabular data with
<a
href=
"https://pandas.pydata.org/"
>
pandas
</a></li>
</ul>
</td>
</tr>
<tr>
<td>
Day 2
</td>
<td>
<ul>
<li>
continue with pandas
</li>
<li>
visualize data with
<a
href=
"https://matplotlib.org/"
>
matplotlib
</a>
and
<a
href=
"https://seaborn.pydata.org/"
>
seaborn
</a></li>
</ul>
</td>
</tr>
<tr>
<td>
Day 3
</td>
<td></td>
</tr>
<tr>
<td>
Day 4
</td>
<td></td>
</tr>
<tr>
<td>
Day 5
</td>
<td></td>
</tr>
</tbody>
For all topics we will spend 50% of our time for the lectures 50% with practicals.
\ No newline at end of file
This diff is collapsed.
Click to expand it.