Skip to content
#

encapsulation

Here are 82 public repositories matching this topic...

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.

  • Updated Aug 7, 2024
  • Python

The Value Object Pattern is a Python 🐍 package that streamlines the creation and management of value objects 📦 in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity.

  • Updated Oct 27, 2025
  • Python

This repository is a comprehensive collection of well-documented and implemented design patterns in Python. This repository serves as a valuable resource for software developers and architects looking to understand and apply design patterns effectively in their Python projects.

  • Updated Jun 25, 2024
  • Python

A repository showcasing Object-Oriented Programming (OOP) concepts in Python with examples, including classes, objects, inheritance, polymorphism, encapsulation, method overloading, method overriding, and name mangling.

  • Updated May 5, 2025
  • Python

Improve this page

Add a description, image, and links to the encapsulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encapsulation topic, visit your repo's landing page and select "manage topics."

Learn more