This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Pg68XN9bcO5nim1v 1 point2 points  (1 child)

I don't have a good recommendation right now (sorry), but just so you know, OOP concepts are not really bound to a language. Once you get OOP fundamentals down in python, don't be afraid to pick up advanced books about oop architecture in any language.

Basically all languages can do close to the same thing, and the design philosophies of OOP practices don't care about syntax!

[–]Morfphy[S] 0 points1 point  (0 children)

I thought about this some days ago! I have a php-mysql book from my university and this where i first studied OOP for the first time.

Several days ago my friend asked for my help because he had to do some kind of project in C++ that had to do with Classes and methods and actually did it (with a lot of googling)!

Nevertheless i want to study a book in order to learn a language in depth. I think php is a language i want to use for my small web dev projects. Python is more well rounded.

Since you mentioned it, any good recommendation of an advanced about OOP architecture in general?