Skip to content

Repository files navigation

Object Oriented Programming in Python

This repository will have code following various tutorials on object oriented programming with Python.

Self

Represents the class instance.

Data Classes

Data classes were added to Python in v3.7. A data class exists to store and structure information. An easier way that traditional classes created using base dunder methods. Uses decorators to identify classes as data classes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages