Can a low-level programmer learn OOP?

John J. Lee jjl at pobox.com
Sat Jul 14 09:11:07 EDT 2007


aahz at pythoncraft.com (Aahz) writes:
[...]
> Note very very carefully that Python does not require an OOP style of
> programming,

agree


> but it will almost certainly be the case that you just
> naturally start using OOP techniques as you learn Python.

There's some truth to this.  But stagnation is also very easy to
achieve, without conscious effort to improve.

Also, reading OOP books (and this list) is still beneficial, both
before and after you've understood each concept: before because it
helps to learn new concepts at a faster rate, and to learn concepts
you'd otherwise miss; after because it helps "clean up" and extend
your understanding and because it teaches you standard names for
things, helping communication.


John



More information about the Python-list mailing list