What are the drawbacks of python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 9

What are the drawbacks of python?

Drawbacks

7th Aug 2018, 11:56 AM
Harsh Sharma
Harsh Sharma - avatar
9 ответов
+ 28
Python has made its presence on many desktop and server platforms, but it is seen as a weak language for mobile computing. This is the reason very few mobile applications are built in it like Carbonnelle. Python’s database access layer is found to be bit underdeveloped and primitive.
7th Aug 2018, 2:59 PM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
+ 15
Speed: Python is slow. Really, really slow. The fast libraries like numpy, scipy, etc. are fast because they're written in C. Mobile: Python is in no way optimized for the mobile sector, and shouldn't be used there. Existing solutions are slow. Dynamic Typing: Dynamic typing on it's own isn't a bad thing, it's just another way of doing things. What is bad is runtime exceptions that you have to do testing for, because you didn't know that whatever function you used could raise a specific exception.
7th Aug 2018, 12:21 PM
LunarCoffee
LunarCoffee - avatar
+ 9
nothing. python is best
8th Aug 2018, 7:20 AM
Programmer Gaurav
Programmer Gaurav - avatar
+ 6
NOTHING! I love Python. 😀👍
7th Aug 2018, 8:17 PM
Christine
Christine - avatar
+ 5
though is a popular language beginner programmers, it's very slow. For small programs this may not be noticeable, but for larger projects, C,C++ beats it in terms of speed.
8th Aug 2018, 9:44 PM
Nyakotey🇬🇭🎹
Nyakotey🇬🇭🎹 - avatar
+ 3
Actually not like that Pari Gupta everything have both positive and negative just analyse it. I'm sure it helps you for future.
8th Aug 2018, 7:25 AM
Sainath kishore.R.G
Sainath kishore.R.G - avatar
+ 2
it looks easier if you enter into core it trouble while understanding this concepts such as cryptofactory and IoT GPIO pins handling everything. Also there are only few free development kit.
8th Aug 2018, 6:54 AM
Sainath kishore.R.G
Sainath kishore.R.G - avatar
+ 2
Slow? if you have a problem with CPython performance use pypi. never had a problem with python being “slow” it could most likely just be the user not optimizing his code properly.
9th Aug 2018, 7:22 AM
Sean Cedano
Sean Cedano - avatar
+ 2
nothing bad it is a great language
9th Aug 2018, 7:54 AM
Yash Goyal
Yash Goyal - avatar