How To Create Your Own Modules In Python (Modularization)

Описание к видео How To Create Your Own Modules In Python (Modularization)

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...

Комментарии

Информация по комментариям в разработке