DEV Community

Eric Ahnell
Eric Ahnell

Posted on

7

Python is so flexible that I use it as development glue

I can think of no better example of "Python as glue" than this here commit on one of my game projects, in which I took locale files from one game (LaserTank) and converted them for use in a remake of said game (LaserTank Improved). This is such a common development task, and one highly suitable for automation, that using Python seemed too logical to NOT do... here is the commit in question.

Top comments (1)

Collapse
 
joshuakb2 profile image
Joshua Baker

I've done similar tasks with Perl in the past, but I might use Python in the future just judging by how hard the Perl code is to understand after writing it.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay