Writing Your First Package

Software Engineering Principles in Python

Adam Spannbauer

Machine Learning Engineer at Eastman

Package structure

Package Structure

Software Engineering Principles in Python

Package structure

Package Structure

Software Engineering Principles in Python

Package structure

Package Structure

Software Engineering Principles in Python

Importing a local package

Import Local Package Structure

Software Engineering Principles in Python

Importing a local package

import my_package

help(my_package)
Help on package my_package:
NAME
    my_package

PACKAGE CONTENTS
FILE
    ~/work_dir/my_package/__init__.py
Software Engineering Principles in Python

Let's Practice

Software Engineering Principles in Python

Preparing Video For Download...