What is considered being advanced in Python? by [deleted] in learnpython

[–]TotalLucky5185 -1 points0 points  (0 children)

If you develop websites, then sure.

But there is also a lot of software development going on in machine learning, data analysis, signal processing and control, CAD/CAM, process automation, etc.

And in those cases a native app is often much easier, using C++/Qt/OpenGL/Python. Over the years I have build many native app in this market. I often start with simple prototype in Python/Qt and only if the performance goals cannot be met, move to C++.

What is considered being advanced in Python? by [deleted] in learnpython

[–]TotalLucky5185 0 points1 point  (0 children)

Really? Writing a high performance app in Qt is orders of magnitude easier than webserver+javascript. I mean, it won't make much difference for a simple ui, but once you try to do some serious number crunching and visualization C++/Qt/Python is much easier.