Object oriented programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

6th Feb 2021, 2:42 PM
Jack Jennings
Jack Jennings - avatar
6 Answers
+ 3
Jack Jennings My pleasure :-)
6th Feb 2021, 3:00 PM
ltsRoy
ltsRoy - avatar
6th Feb 2021, 2:50 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 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!
6th Feb 2021, 2:55 PM
ltsRoy
ltsRoy - avatar
+ 3
thanks so much alphin 👌👍
6th Feb 2021, 2:53 PM
Jack Jennings
Jack Jennings - avatar
+ 2
honestly the nicest response anyones ever said, thanks so much roy 👍
6th Feb 2021, 2:59 PM
Jack Jennings
Jack Jennings - avatar
+ 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.
6th Feb 2021, 2:59 PM
ltsRoy
ltsRoy - avatar