Why is Python considered a bad language?

Asked by Last Modified  

3 Answers

Learn Python

Follow 3
Answer

Please enter your answer

Programming Trainer and Software Engineer having 10 years of experience

There is nothing like bad programming langauage, Based on requirement and features of programming language it's get selected for the project. Even sometimes a project consist of many porogramming languages in different module. Python may not be suitablle for one project it may be suitable for different...
read more
There is nothing like bad programming langauage, Based on requirement and features of programming language it's get selected for the project. Even sometimes a project consist of many porogramming languages in different module. Python may not be suitablle for one project it may be suitable for different project. read less
Comments

Empowering Python learners with practical expertise.

Python is generally considered a popular and widely-used programming language for its ease of use, versatility, and large community support. However, some people may have negative opinions about Python for various reasons. Here are a few reasons why Python might be considered a "bad" language by some: Performance:...
read more
Python is generally considered a popular and widely-used programming language for its ease of use, versatility, and large community support. However, some people may have negative opinions about Python for various reasons. Here are a few reasons why Python might be considered a "bad" language by some: Performance: Compared to languages such as C++ or Java, Python can be slower due to its interpreted nature and dynamic typing. This can make it less suitable for performance-critical applications such as high-performance computing or real-time systems. GIL (Global Interpreter Lock): The GIL is a mechanism in Python that limits the execution of Python code to a single thread at a time. This can limit the scalability and performance of multi-threaded applications. Syntax: While Python's syntax is generally considered easy to read and write, some programmers may find it limiting or overly verbose compared to other languages. Version incompatibility: Python has gone through several major releases, and code written in one version may not always be compatible with other versions. This can make it difficult to maintain and update code over time. However, despite these potential drawbacks, Python remains a popular language among developers for its simplicity, readability, and versatility. Its extensive libraries and frameworks make it well-suited for a wide range of applications, including web development, scientific computing, data analysis, and machine learning. read less
Comments

Former Software Engineer and Microsoft Student Partner

' and status='approved'
Comments

View 1 more Answers

Related Questions

What are the best websites to learn Python from beginner level?
There are tonnes of Python learning platforms for free, and some good online couse with low cost < $10. Kindly check Udemy as well. But my recomandation is go with online instructor based class which...
Tushar
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
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

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

Ask a Question

Related Lessons

Debugging Python code
If you are getting an error while executing your python code, the better way of running your python code is by using -i switch. ex: python -i scriptname.py once you run the above command, your execution...
S

Sudheer S

0 0
0

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...

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

Learn Python : Formatting with the .format () method
A good way to format objects into your strings for print statements is with the string.format() method. The syntax is :'String here {} then also {}'.format('something1','something2')Example 1:print("This...
B

Biswanath Banerjee

0 1
0

Python (Concepts and Importance)
Python is a general-purpose, interpreted, object-oriented programming language. Python was created by "G. V. Rossum" in the Netherlands in 1990. Python has become a famous programming language widely used...

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 >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

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 >

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 >

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