Is there any main function in Python?

Asked by Last Modified  

3 Answers

Learn Python

Follow 1
Answer

Please enter your answer

IT Professional with 14 Years and 3 Years of Training Experience.

No. There is no main() function in Python.
Comments

Experienced Python & Data Science Trainer | IIT Kanpur

No. There is no main function in Python. However, when you want to define as certain execution structure, you can choose to check if the magic attribute __name__ is set to __main__, which it does only when it is executed directly through an interpretor (that is not imported as module). Thanks, Rohit...
read more
No. There is no main function in Python. However, when you want to define as certain execution structure, you can choose to check if the magic attribute __name__ is set to __main__, which it does only when it is executed directly through an interpretor (that is not imported as module). Thanks, Rohit Maurya read less
Comments

Experienced IT Trainer/Coach, Founder Win Corporate Training, Counsellor

No There is no main() function in Python. But still we can add manually and can write C like programs
Comments

View 1 more Answers

Related Questions

How should I start learning Python?
Write your first program in Python. Explore packages to better manage projects. Learn Python basics, including the following elements: Boolean types. Strings. Mathematical operations. Lists and loops....
Shubham
0 0
5
How to remove matching elements from two nested lists while iterating
for i in list_1: for j in list_2: if i==j: list_1.remove(i) list_2.remove(j)
Lalitha
Why does â??5/2 = 2â?? and not 2.5 in Python?
Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Srikanth
0 0
6
My basic qualification is Diploma in Electrical and Electronics Engineering completed in the year 2010. I want to know whether Python is easy to learn since my knowledge is 0 in programming track?
Yes, Python is one of the easiest languages to learn, especially for someone who is new to programming. You do not need any qualification for it other than a willingness to learn. Python's popularity is...
Elavarasan

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

Ask a Question

Related Lessons

Multiple Decorators
#Multiple decorators can be chained in Python.#A function can be decorated multiple times with different (or same) decorators.#We simply place the decorators above the desired function. def star(func):...

Python Dictionary
Python dictionary is an unordered collection of items. While other compound datatypes have only value as an element, a dictionary has a key: value pair. Dictionaries are optimized to retrieve values when...

Identity operators
Identity operators Operation Syntax Function Identity a is b is_(a, b) Membership operators Operation Syntax Function Containment obj in seq contains(seq, obj)

Python breaks into the top three programming languages in the Tiobe Index for the first time.
Python breaks into the top three programming languages in the Tiobe Index for the first time. The popularity of Python shows no sign of waning, with the programming language entering the top three in...

Identifiers in Python Programming
Identifiers: These are the names that are used to identify the variables, functions, classes, modules or other objects. Whenever we define something in python and give it a name then we call it as an...
P

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 >

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 >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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