Skip to content

Latest commit

 

History

History
executable file
·
46 lines (37 loc) · 1.6 KB

README.md

File metadata and controls

executable file
·
46 lines (37 loc) · 1.6 KB

Introduction to Python

The goal of this workshop is to initiate master students, PhD students and Professors to Python enviromnent and programming with Python. The aim is to learn how to qickly develop interfaced and adapted codes to specific lectures and researches. Advantages of python are many :
* Free
* Compatibility between OSs
* Unique platform allowing many developpments and analises:
    * Differential equation integration (Numerical library)
    * Statistical analysis (R Environment)
    * Formal Calculations 
    * Generate various kind of documents (Books, articles, Sliders, ...) involving texte, images and also code lines
* ...


WorkPlan

  • Installation (1H)
  • Programming initiation with Python(1H)
  • Application: Optics wave (1H)


Documents

Introduction to scientifique programming

Introduction to Python

Introduction to Numpy

Introduction to Matplotlib