まとめ

Python におけるソフトウェアエンジニアリングの原則

Adam Spannbauer

Machine Learning Engineer at Eastman

振り返り

  • モジュール性

Package

def function()
    ...
class Class:
    ...

DRY Umbrella

Python におけるソフトウェアエンジニアリングの原則

振り返り

  • モジュール性
  • ドキュメンテーション
"""docstrings"""
# Comments

Sphinx Logo

Python におけるソフトウェアエンジニアリングの原則

振り返り

  • モジュール性
  • ドキュメンテーション
  • 自動テスト

pytest ロゴ

def f(x):
    """
    >>> f(x)
    expected output
    """
    ...

Travis CI Logo

Python におけるソフトウェアエンジニアリングの原則

データサイエンス&ソフトウェアエンジニアリング

データサイエンスのベン図

Python におけるソフトウェアエンジニアリングの原則

がんばってください!

Python におけるソフトウェアエンジニアリングの原則

Preparing Video For Download...