Drawbacks of Python
quora.com
Drawbacks of Python
1–10 of 117 posts
Re: Drawbacks of Python
#2Re: Drawbacks of Python
#3> Strings were just a sequence of bytes in Python 2, but now are Unicode by default. Much better.
whelp, not trusting this guy's judgement anymore
Re: Drawbacks of Python
#4From the article: > Strings were just a sequence of bytes in Python 2, but now are Unicode by default. Much better. whelp, not trusting this guy's judgement anymore
Re: Drawbacks of Python
#5From the article: > Strings were just a sequence of bytes in Python 2, but now are Unicode by default. Much better. whelp, not trusting this guy's judgement anymore
Re: Drawbacks of Python
#6My main beef with python is that it is harder to deploy projects to other people, without them setting up a virtual environment or things like that. I know that there are some tools to help compile but they aren't easy to use.
Also, it is hard to create GUI applications vs languages like C#!
Other than that I love using python and I think it is a great tool to use in embedded development along with c/c++.
Re: Drawbacks of Python
#7What I got was a list that started with at least three points that are already obsolete, because only valid for Python 2, which is already declared obsolete.
Every language with some history has its humble start and is evolving. To carry the errors of the past is just not fair. You could of course drag along the first Java version and conclude that Java is bad -- but you would really invalidate your own opinion.
Re: Drawbacks of Python
#8Re: Drawbacks of Python
#9Re: Drawbacks of Python
#10From the article: > Strings were just a sequence of bytes in Python 2, but now are Unicode by default. Much better. whelp, not trusting this guy's judgement anymore
Python also has a bytes type that’s the same as python 2 strings. Why would you want your strings to not be Unicode?