surrealpartisan

joined 1 year ago
[–] surrealpartisan@lemmy.world 1 points 2 weeks ago

Well, Python is my main programming language, so things being made with it gives me a feeling that I can understand and control them. Sometimes this feeling is even right, for example with Qtile, which is also configured with Python.

[–] surrealpartisan@lemmy.world 2 points 3 weeks ago (2 children)

Qtile, just because it's Python-based.

[–] surrealpartisan@lemmy.world 6 points 5 months ago

Xonsh. For basic use (running CLI programs with arguments) it works like any other shell, and for other uses it has nice Python syntax (and libraries!). For example, I like not needing a separate calculator program, as I can do maths directly in the shell with an intuitive syntax.

[–] surrealpartisan@lemmy.world 4 points 8 months ago

I like Terminator for its mouse-controlled multiplexing. I also like the fact that it's made with Python, although I haven't utilized this fact in practice.