When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Core Python 3: Organizing Larger Programs

This course is an introduction to features of the Python language which will help you structure your code once your needs move beyond a few Python modules. You'll learn where to start plus the patterns you should follow to grow your Python projects.

     
  • 4
  •  |
  • Reviews ( 190 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (190 reviews )
  • icon1 hour 5 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Core Python 3: Organizing Larger Programs

As your Python programs grow, or you contribute to existing, larger Python-based systems, you'll need some techniques to help you manage the inevitable growth of complexity. In this course, Core Python 3: Organizing Larger Programs, you’ll learn foundational knowledge to structure your Python programs to facilitate their growth and maintenance. First, you'll learn how to implement packages. Next, you'll discover namespace and executable packages. Finally, you'll explore a structure for your projects that support everything from code to tests to documentation. When you’re finished with this course, you’ll have the skills and knowledge of Python program organization needed to grow and nurture your Python projects.

What You Will Learn?

  • Course Overview : 1min.
  • Nesting Modules with Packages : 10mins.
  • Implementing Packages : 19mins.
  • Namespace and Executable Packages : 11mins.
  • Recommended Package Layout : 14mins.
  • Package Distribution : 8mins.