Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Haxk20 "sucks a lot" ah, here we go, yet another example of mindless Python bashing.
-
musician9426y@Haxk20 why not?
Do you really enjoy reinventing the wheel for the nth time?
Thats how progress is made in pretty much everything. Making things easier so you can focus on more complex tasks. -
@Haxk20 Python has its uses. Look at Blender if you want a very good example. Or the humongous suite of Python packages in analysis. Or the very clever tricks like Numba that make Python go surprisingly fast.
And frankly whitespace based syntax has its advantages. I feel it actually does work better at the higher level Python works at because Python scripts are meant to be much shorter and simpler than heavy C/C++.
And I say all this as a die-hard C++ guy. C++ + Python/Lua is an OP combo. C++ for the performance critical parts, Python/Lua for the glue logic.
Any why shouldn't everyday programming be simpler? Nobody's stopping you from doing complex stuff if you want. I refuse to believe that I should have to write a huge complex C/C++ program for stuff like processing a few files or image transforms.
Related Rants
Not sure Python is really that much easy !🤣🤣
joke/meme
python