+ 2
Object oriented programming
So python was arguably easy until I got up to the OOP section, but I donât even know what context you should use OOP in or whatâs itâs used for. Can someone help me understand what OOP will be used for in coding?
6 Respostas
+ 3
Jack Jennings My pleasure :-)
+ 4
If you want to learn in detail, just read these books:
1:Python Crash Course
2:Learn python the hard way
3:Python 3 Object Oriented Programming
However buddy, OOP concept is all that Python is about(being a OOP language) and the concept is relatively easy. You have to just get basic concept of object and class to get started. Rest you will know along the way.
Don't worry if you don't understand everything at first, just keep reading and coding. Your concepts will be cleared over time!
+ 3
thanks so much alphin đđ
+ 2
honestly the nicest response anyones ever said, thanks so much roy đ
+ 1
Mate I would recommend you to keep reading some books as SL covers the concept very briefly and according to me it isn't sufficient.