Is Python present in the Gnome code base? If so, how is it involved?
Note:
My question concerns the core GNOME Desktop Environment only (e.g. nautilus, gnome-session, NetworkManager) and any underlying App or library.
|
Is Python present in the Gnome code base? If so, how is it involved? Note: My question concerns the core GNOME Desktop Environment only (e.g. |
||||
|
|
|
Currently there are 3 modulesets for GNOME 3:
Here's modules that depend on Python, directly or not:
I'm likely missing some more. But the point is that GNOME sees heavy usage of Python. I think it's the second most used language after C for the above modulesets. Either Vala or C# is third, not sure. Maybe I must fire up sloccount on my checkouts :) |
|||
|
|