How To Create Your Own Modules In Python (Modularization)

Опубликовано: 29 Октябрь 2024
на канале: Andrew Dotson
65,119
1.3k

Modularizing your code is a pretty easy tool to help clear out your code a bit, and make it much more readable. In this video I show you how to define a few functions, save them in a separate file, and import that file as a module in a separate code, while still being able to access those functions.

To keep the module in ipynb:
http://jupyter-notebook.readthedocs.i...