Skip to content
Snippets Groups Projects
Commit 464f38be authored by Joel Cavat's avatar Joel Cavat
Browse files

Update

parent 16feedac
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,12 @@
# Journal
### Semaine 1 - 22 et 25 janvier
### Semaine 1 - 22 et 25 février
- programme planifié
- programme
- chapitre 0
- [sbd] chapitre 1 - intro base de données
- [sbd] chapitre 2 - modélisation EA
- [sbd] exercices
Comparaison en Python d'une manipulation d'une collection avec un style impératif et déclaratif (compréhension de listes)
......@@ -45,17 +44,17 @@ for s in students:
res = [ s.lastname for s in students if s.age >= 18 ]
```
### Semaine 2
### Semaine 2 - 1 et 4 mars
- programme planifié
- [sbd] chapitre 2 - modélisation EA
- [sbd] exercices
- [sbd] chapitre 2 - modélisation EA - FIN
- [sbd] exercices individuels et exercices de groupe
### Semaine 3
### Semaine 3 - 8 et 11 mars
- programme planifié
- [sbd] chapitre 2 - modélisation EA
- [sbd] exercices
- [sbd] corrections des exercices de groupe
- [sbd] exercices individuels et exercices de groupe
### Semaine 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment