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 is the best python institute
All institutes are best, but you should check with the instructor, how will teach and guide you
Dinesh
Which language is having more demand in market ROR or Python ? How much time (duration) it will take to learn python or ROR ?
Python is on demand. Also it depends on your capabilities to learn anywhere between 1 week to 1 month on the amount of practise you give.
Himanshu
Is Python useful for learning?
Now days Python is very useful for data analytics and Development.
Venkata

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

Ask a Question

Related Lessons

5 Reason to learn Python
Dynamically Typed You don’t have to declare a type when declaring a variable. It skips headaches of type casting JAVA:- int x = 1; x = (int)...

Python programming - Applications
If you’re thinking of learning Python? Or if you recently started learning it? You may be asking yourself: "What exactly can I use Python for?" There are so many applications for python, but there...

Two lists using Loops - Python Program 1
To generate a list of all possible combinations of two lists using loops, you can use nested loops to iterate through both lists and create a new list that contains all the combinations. list1 = list2...

Datetime Module
#this examples demonstrate use of datetime module import datetimeob=datetime.datetime.now()print("-"*25)print(ob)print(ob.year)print(ob.month)print(ob.day)print(ob.hour)print(ob.minute)print(ob.second)str1=str(ob.hour)+':'+str(ob.minute)+':'+str(ob.second)print...

Python Script for random Password generation
from random import randintdef passwordgen(request): str_not_include = "1 L I i l o O 0" str_small ="abcdefghjkmnpqrstuvwxyz" str_caps = str_small.upper() str_num = "23456789" str_special...

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