What does "self" mean in a Python class? Why do we need it?

Asked by Last Modified  

2 Answers

Learn Python

Follow 2
Answer

Please enter your answer

IIT Roorkee Grad and an IT Professional with 10 Years of Experience

There are methods and functions in python. Methods specifically refer to functions that are defined within a class or are bound to a particular class. functions on the other hand are not bound to any class and are available globally. So when I am defining a method in a class which needs to call another...
read more
There are methods and functions in python. Methods specifically refer to functions that are defined within a class or are bound to a particular class. functions on the other hand are not bound to any class and are available globally. So when I am defining a method in a class which needs to call another method inside the same class, how will we do it? If we simply use the method name and pass the parameters it will not work as it will try to find functions defined globally. But if you do self.method_name() then it will work. So this is one scenario that shows the usage of self in python. Using self we can call methods defined inside the current class. Think of the self as a pointer to a class object. So when you do self.method_name() the method_name defined inside the class will execute read less
Comments

Web developer with more than 4 years of experience.

Think about self as a function that i created for myself.(by myself i mean the object) When we use self we are refering to any future instance that we may create and store data. on self we can create any functions and all other things required for that object. self allows us to also access functions...
read more
Think about self as a function that i created for myself.(by myself i mean the object) When we use self we are refering to any future instance that we may create and store data. on self we can create any functions and all other things required for that object. self allows us to also access functions of the current class inside the same class. read less
Comments

Related Questions

I am working in a nontechnical field and i want to  switch this job and work in a technical field but I am not able to decide where to start. I want to learn, but what in Python?

I can help you make a blasting entry in technical profile. You can learn Informatica+Oracle and one real time project with me. It should be enough for your future growth.
Raksha
Hi, can anyone tell me where I can learn more and be professionally guided on 1-1 basis , on Machine Learning and Deep learning using Python? I already have statistics and programming background
I would first recommend taking some good Linear Algebra course, you would need some intuitive understanding about concepts like linear leas squares, singular value decomposition, normal equations,etc....
Ravi
0 0
5
Which is the most effective institute or who is the best individual for Python Training in bangalore?
Hey, Please do specify your goals for the course. There are many good tutors teaching python. I am currently taking a class for machine learning and deep learning in python. If you are interested please do contact me and we will discuss.
Ajitesh
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Build an interactive Dictionary using Python 3.x
I have downloaded a 5MB data base consisting of words and their meanings in a json file . I want to write a python progrsm which will ask the user to enter a word and then the program will search through...
B

Biswanath Banerjee

0 0
0

10 Best Python IDEs
Python is a very popular programming language. It's open source and used today as scripting language, web development, mobile and desktop in many areas thanks to the endless modules options it has While...

Back Reference In Python Regex
What if your interviewer asks about this? We know Regex have some useful functions like: match ( Ex: re.match(pattern,dataSource) ) search ( Ex: re.search(pattern,dataSource) ) sub ...

map function in python
The function map takes a function and an iterable as arguments and returns a new iterable with the function applied to each argument. Example: def add_five(x): return x+5 nums = result = list(map(add_five,...
S

Sudheer S

0 0
0

Relational operators
Operation Syntax Function Ordering a < b lt(a, b) Ordering a <= b le(a, b) Equality a == b eq(a, b) Ineqality a != b ne(a, b) Ordering a >= b ge(a, b) Ordering a > b gt(a, b)

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you