64 lines
3.3 KiB
Markdown
64 lines
3.3 KiB
Markdown
# NSI Première - Lycée Charlotte Perriand
|
|
|
|
[](LICENSE)
|
|
[](https://jupyter.org/)
|
|
|
|
Cours de **Numérique et Sciences Informatiques** pour les élèves de Première.
|
|
|
|
## Ouvrir les notebooks
|
|
|
|
Les fichiers `.ipynb` peuvent être ouverts avec :
|
|
|
|
| Outil | Installation |
|
|
|-------|--------------|
|
|
| **[Basthon](https://basthon.fr)** | En ligne, sans installation |
|
|
| **Jupyter Notebook** | `pip install notebook` puis `jupyter notebook` |
|
|
| **VS Code** | Extension Python |
|
|
| **Basthon Desktop** | Télécharger `basthon-desktop-full` (dans ce dépôt) |
|
|
| [Notebook](notebook.florianmathieu.prof) | Outil en ligne, sans installation |
|
|
|
|
## Chapitres
|
|
|
|
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse; margin:auto;">
|
|
<tr>
|
|
<td style="text-align: center; padding: 10px;"><a title="Types et valeurs de base" href="representation_base"><img src='./assets/binary.svg' width="80px"/><br/><b>Types de base</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Types construits" href="representation_construits"><img src='./assets/complex.svg' width="80px"/><br/><b>Types construits</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Réseau" href="reseau"><img src='./assets/network.svg' width="80px"/><br/><b>Réseau</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Web" href="web"><img src='./assets/web.svg' width="80px"/><br/><b>Web</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Architecture" href="architecture"><img src='./assets/system.svg' width="80px"/><br/><b>Architecture</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Programmation" href="programmation"><img src='./assets/python.svg' width="80px"/><br/><b>Programmation</b></a></td>
|
|
<td style="text-align: center; padding: 10px;"><a title="Algorithmique" href="algorithmes"><img src='./assets/algorithm.svg' width="80px"/><br/><b>Algorithmique</b></a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Progression annuelle
|
|
|
|
| Séquence | Contenu | Projets |
|
|
|:--------:|---------|---------|
|
|
| **1a** | Introduction NSI, Markdown, Jupyter Notebook | - |
|
|
| **1b** | Programmation Python : variables, conditions, boucles, fonctions | - |
|
|
| **2a** | Numération - Représentation des types de base | Calculatrice |
|
|
| **2b** | Types construits : listes, tuples, dictionnaires, données en table | Pokédex, Zoo |
|
|
| **3a** | Web : HTML, CSS, JavaScript | Site web, projet JS |
|
|
| **3b** | Spécifications, mise au point de programmes, bibliothèques | Fonctions |
|
|
| **4a** | Architecture : histoire de l'informatique, Von Neumann, OS | Linux, M999 |
|
|
| **4b** | Algorithmes : parcours, tri, dichotomie | Crêpier |
|
|
| **5a** | Algorithmes avancés : gloutons, KNN | Pokédex avancé, Choixpeau |
|
|
| **5b** | Réseau : TCP/IP, DNS | Filius |
|
|
| **6** | Projets finaux | Au choix |
|
|
|
|
## Ressources
|
|
|
|
- 📄 [Programme officiel NSI Première](programme_première.pdf)
|
|
- 📄 [Programme officiel NSI Terminale](programme_terminale.pdf)
|
|
- 📋 [Progression détaillée](PROGRESSION.md)
|
|
|
|
## Licence
|
|
|
|
Ce cours est sous licence [Creative Commons BY 4.0](LICENSE).
|
|
Vous pouvez le réutiliser et le modifier librement en citant l'auteur.
|
|
|
|
---
|
|
|
|
*Florian Mathieu - Lycée Charlotte Perriand*
|