Summary
Keywords
Full Transcript
Check out our courses: AI Powered DevOps with AWS - Live Course :- https://go.telusko.com/AIDevOps-AWS Coupon: TELUSKO10 (10% Discount) Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 Coupon: TELUSKO10 (10% Discount) Master Java Spring Development : https://go.telusko.com/masterjava Coupon: TELUSKO20 (20% Discount) Udemy Courses: Spring: https://go.telusko.com/udemyteluskospring Java:- https://go.telusko.com/udemyteluskojava Java Spring:- https://go.telusko.com/Udemyjavaspring Java For Programmers:- https://go.telusko.com/javaProgrammers Python : https://go.telusko.com/udemyteluskopython Git : https://go.telusko.com/udemyteluskogit Docker : https://go.telusko.com/udemyteluskodocker For More Queries WhatsApp or Call on : +919008963671 website : https://courses.telusko.com/ In this lecture we will learn: - What is OOPs? - Different programming paradigms in python - What is object-oriented programming? - What are objects? - What is the class in OOPs? #1 - OOPs stands for Object-Oriented Programming. - Python supports different programming paradigms. It supports: 1) Functional Programming Functional programming is a programming paradigm in which we try to bind everything in a pure mathematical functions style. 2) Object Oriented Programming It is a programming pattern that rounds around an object or entity is called object-oriented programming. 3) Procedure Oriented Programming Procedure-oriented programming contains a group of instructions known as function. There are multiple functions in the program. #2 - In the real world, everything is an object. e.g., to click the photo, the camera is an object. to work in a company, their employees are objects. - Every object has two things:- 1. Attributes (An object knows something) 2. Behaviour (An object does something) - An object can also have multiple properties as well as multiple behaviours. - Variables are used to store data or attributes in an object. - Methods are used to define the behaviour of an object. - Methods in object-oriented programming are similar to functions. #3 -A class is a user-defined blueprint or prototype from which objects are created. - In programming, a class is used to write the design of a program. - Class is the design and an object is an instance. Python Tutorial to learn Python programming with examples Complete Python Tutorial for Beginners Playlist : https://www.youtube.com/watch?v=hEgO047GxaQ&t=0s&index=2&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3 Python Tutorial in Hindi : https://www.youtube.com/watch?v=JNbup20svwU&list=PLk_Jw3TebqxD7JYo0vnnFvVCEv5hON_ew Github :- https://github.com/navinreddy20/Python- Java and Spring Framework For beginners with Spring Boot : - http://bit.ly/3LDMj8D Java Tutorial for Beginners (2023) :- http://bit.ly/3yARVbN Editing Monitors : https://amzn.to/2RfKWgL https://amzn.to/2Q665JW https://amzn.to/2OUP21a. Check out our website: http://www.telusko.com Follow Telusko on Twitter: https://twitter.com/navinreddy20 Follow on Facebook: Telusko : https://www.facebook.com/teluskolearn... Navin Reddy : https://www.facebook.com/navintelusko Follow Navin Reddy on Instagram: https://www.instagram.com/navinreddy20 Subscribe to our other channel: Navin Reddy : https://www.youtube.com/channel/UCxmk... Telusko Hindi : https://www.youtube.com/channel/UCitz... Donation: PayPal Id : navinreddy20 Patreon : navinreddy20 http://www.telusko.com/contactus
