Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 432 Bytes

File metadata and controls

9 lines (8 loc) · 432 Bytes

Lectures MLJC Learners

Lectures on Python

  • Lecture1 : A quick overview on simple operations and variables
  • Lecture2 : Boolean Variables, If-Else statements, While, a few exercises
  • Lecture3 : Commenting vs Documenting (Docstrings), Functions and Lambda Functions, File Input/Output
  • Lecture4 : Classes and UFOs
  • Lecture5 : Introduction to Matplotlib basic concepts and fundamental charts
  • Lecture6 : Introduction to Numpy