Previously, we have shown you a list of useful quicklist that you can add to your Ubuntu launcher. While they are useful, creating them is not a one-click affair. You have to copy the .desktop file over to your Home folder, make the amendment and restart Unity. What if there is an easier way to create/edit quicklist items for your applications?
Unity Launcher Editor (ULE) is a python script that allows you to edit your Unity launcher. It allows you to add and remove applications to and from the launcher and also create/edit the quicklist items for each application. Compared to the previous way where you have to manually edit the config file, this is definitely a much better way.
[Read more...]

A while back I was introduced to what has become my #1 favorite programming/scripting language: Python. It’s difficult for a language developer to come up with something that’s both powerful and easy to write, something that flows naturally and allows you to focus on what’s important in your code. Python does this beautifully. It makes just the right kinds of assumptions, allowing you to focus more on what your program should do instead of exactly how it should be done. There’s no worrying about memory management, variable typing, or those blasted semicolons, you just keep your mind on the logic of your application.