Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Introduction to Python for Machine Learning

This video introduces key language features of Python, which are essential from the perspective of Machine Learning.

Video:

Key Topics:

  1. Variables and data types
  2. Arithmetic and logical operations
  3. Conditional and control flow statements
  4. Writing functions
  5. Useful built-in functions
  6. Working with collections
  7. Funcational Programming

Notebook:

Introduction to Python: Part 1

Open in Colab

Introduction to Python: Part 2

Open in Colab

Github

Python Primer