How do I make a Python class act like an instance?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Maths tutor with 7 years experience

I would like to create a class that, when I call without the double brackets, returns a value in any context, just like what str or int does. For example, what can I do to make this possible: >>> class color: ... def __init__(self, r, g, b): ... self.r = r ... self.g...
read more
I would like to create a class that, when I call without the double brackets, returns a value in any context, just like whatstrorintdoes. For example, what can I do to make this possible: >>> class color: ... def __init__(self, r, g, b): ... self.r = r ... self.g = g ... self.b = b ... def whatever_it_is(self): ... return (self.r, self.g, self.b) # Class returns tuple >>> myColor = color(16, 32, 64) >>> myColor.g 32 >>> myColor (16, 32, 64) >>> color(5, 68, 37) (5, 68, 37) read less
Comments

Related Questions

What web framework is best to use with Python?
The best web framework to use with Python depends on your project needs: 1. **Django**: Ideal for large-scale applications with built-in features like authentication, database management, and admin interface....
Kaushal
0 0
5
Where is a good place to learn Python?
A good place to learn Python is your home,where else? If one is willing to learn, then he/she can start anywhere and what better place than home! Of course you need a good computer,Python Interpreter and...
Srikanth
How do i start learning, machine learning from scratch? considering i'm already in the field of computer science and engineering.
Hi Akash, I suggest you to come to our institute for proper guidance. Our experienced Python Trainer will solve your queries. Thanks, Ethans tech, Pimple Saudagar
Akash
0 0
9
Which should I learn: Python or PHP?
Would depend on your goals but these days python is fairly popular in solving web development related tasks with ease.
Sarath Chandra
0 0
5

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

Ask a Question

Related Lessons

Python Programming
Python is a widely used general-purpose, high-level programming language. This is an Open Source Software and its source code is available with a license in which the Copyright holder provides the rights...


Different types of data in python3
Python3 features Numbers(int,float,complex), String, Lists, Tuples, Dictionary and Sets type of data. long interger type numbers from python2 is no longer required. Below are examples of all python3 data...

Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991.
Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What...

JAVA OOPs Concepts (Object-Oriented Programming System)
JAVA OOPs Concepts (Object-Oriented Programming System) It is primarily having below crucial points. Without below essential points, we will never be able to achieve OOPs in java, PHP, C#, etc. Now let...

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 >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

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 >

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