Skip to content

Latest commit

 

History

History

ReadMe.md

Title Author Date
Day 7 of 30 Day Of ML Code Event
Rajendrasinh Parmar
August 13, 2021

Day 7 of 30 Days Of ML Code

Python Course Lesson 7

Working with External Libraries

In this lesson, we will learn about imports in Python, get some tips for working with unfamiliar libraries (and the objects they return), and dig into operator overloading.

Follow the notebook Working with External Libraries for lesson details.

The associated exercise with the seventh lesson of the course is provided in Exercise: Working with External Libraries