Skip to content

💩 Python Object-Oriented Programming 🐍

License

Notifications You must be signed in to change notification settings

incolumepy-cursos/poop

 
 

Repository files navigation

poop

💩 Python Object Oriented Programming 🐍

Principles to follow:

  • Prefer composition over inheritance

  • Avoid if's

  • Code for interface rather than implementation

  • Use Dependency inversion

  • OOP is about objects and messages.

Usage

Each code has comments regarding some aspect to be discussed. They were written for study and may contain experiments, so be careful when examining the codes.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

💩 Python Object-Oriented Programming 🐍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%