🐱‍💻 Tip for Writing Python Classes

preview_player
Показать описание
In this short, I’ll give you a tip on what not to do when making classes.

🎓 Courses:

Social channels:

#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

Check the related link for a full video about how to write classes.

ArjanCodes
Автор

As a former many, many years Java programmer: Could you maybe make a video that lines out how the view of object oriented programming changed since lets say 20 year ago and how it is used differently now? I have the feeling that many of the ideas & concepts are not applied as such anymore / used differently and especially in the land of python OO they are seen/used differently. Today it seems it is much more used as some kind of tool (that everybody uses differently & has a different conceptionalization of) instead of an overarching programming paradigm.

That said, I really like your content! :)

soylentpink
Автор

how do you reconcile this with the principle of encapsulation

scleralp
Автор

Separate data classes from behavior classes is data-orient programming?

kiraflash
Автор

But wasn't the beginning of idea of OO to have data and functionality that uses that data close together / in the same place?!

soylentpink