this post was submitted on 08 Sep 2024
47 points (98.0% liked)
KDE
5300 readers
106 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Python to me is much easier to write than C++, so I very much welcome this goal. Thank you
Not an expert programmer whatsoever, and it's been more than 15 years I've used Python for doing something GUI related (it was Python 2 and GTK+2...), but I do know you can do KDE stuff with Python right now. For example, there are Kirigami bindings for Python you can use to do a desktop/mobile app.
Still though I absolutely agree getting into C++ is a nightmare, to me is just a level behind Assembly and Brainfuck. I'd like to learn Rust and it'd be great to be able to contribute to KDE with it.
A small correction:
Kirigami is QML all the way, it doesn't need bindings since you'd be writing in QML either way. The Python part is about the actual business logic. :)
You're right, thank you