Google Colab – Importing Python Scripts as Modules!



Google Colab – Importing Python Scripts as Modules!

Google Colab - Importing Python Scripts as Modules!

Brief tutorial on how to import a Python script as a module within Google Colab. When importing a file from Google drive, be sure that the notebook within Colab is connected to the drive.

Tutorial on Importing Jupyter Notebooks as Modules – https://www.youtube.com/watch?v=sJFHCQPxclw

The notebook can be found in the “Google Colab Tutorials” folder within the below repo.
GitHub Repo – https://github.com/ad17171717/YouTube-Tutorials/tree/main/Google%20Colab%20Tutorials/Importing%20a%20Python%20Script%20as%20a%20Module

CONNECT:
LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/
GitHub: https://github.com/ad17171717
Twitter: https://twitter.com/DolinayG
Odysee: https://odysee.com/@adriandolinay:0
Medium: https://medium.com/@adriandolinay

|-Video Chapters-|
0:00 – Intro
0:07 – Creating a Python script to import
0:54 – Method 1: Importing a script from Google Drive
2:43 – Method 2: Importing a script from your local computer