Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.12 KB

Introduction à Python, NumPy et Matplotlib

Ce depot contient des cahiers interactifs (notebooks) pour executer les exemples des cours:

  • Python (Introduction)
  • NumPy
  • Matplotlib

Ils peuvent être lus avec Jupyter Notebook.

  • Installation
python -m pip install notebook
  • lancement du kernel Jupyter
jupyter-notebook
  • Naviguez et ouvrez le fichier *.ipynb

Ou bien directement avec Google Colab

  • Open In Colab Introduction
  • Open In Colab Numpy
  • Open In Colab Matplotlib

Fait avec ❤️ par Eduardo Guzman Maldonado (2022)