Wan-Ping Tsai

@Dotto

Joined on Sep 28, 2016

  • Python Playbook - Ch10 Modules and Packages === ###### tags: `python` `presentation` ## 10.1. Making a Hierarchical Package of Modules > Organize your code on the file system and make sure that every directory defines an ```__init__.py``` file. ```shell graphics/ __init__.py primitive/ __init__.py line.py fill.py text.py formats/ __init__.py png.py jpg.py ``` ```python= import g
     Like  Bookmark
  • --- title: Ch6 - Understanding the Work in Our Value Stream, Making it Visible, and Expanding it Across the Organization tags: devops, presentation description: View the slide with "Slide Mode". slideOptions: theme: serif --- <style> .reveal .slides { text-align: left; } h1, h2, h3, h4, h5, h6 { text-transform: none !important; } li, p{ font-size: 20px; } .blue{ color: #42affa; } .pink{ color: #e94989; } .green{ color: #3ebeb0; } .font18{ font-size: 18px; } .inline{ disp
     Like  Bookmark