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:
- Variables and data types
- Arithmetic and logical operations
- Conditional and control flow statements
- Writing functions
- Useful built-in functions
- Working with collections
- Funcational Programming
Notebook:
Introduction to Python: Part 1
Introduction to Python: Part 2