1/3
1 Year of Service
As an addendum: as you say there are plenty of ways to skin a pig (Java/nodejs/C++, heck, even Rust), but I find it most important that you as the site owner, are at least somewhat familiar with the language (even if you're not the one writing it) and that it's either an interpreted language or that you take care of compiling the source code to executable code.Python is being used because this needs to function as an automated bot, not a one-off manual task. The bot has to visit other sites, pull images from large numbers of game threads in bulk, download them, identify which LewdCorner thread they belong to, and then reupload them back to the correct game thread through the API. It’s not that only Python can do this, it’s that Python is well-suited for building this kind of large-scale automation quickly and reliably.
John situation at ATF made me even more paranoid than I already am xD trust but verify and all that.
Tl;dr for non-technical folks: Python is like a recipe book written in English. Even if Jack needs a cook to bake a beautiful cake, he can read the recipe book and if there would have been a suspicious ingredient called "totally not rat poison", he would quite easily notice.
Other interpreted languages are recipe books written in German, Jack can use autotranslate to search for "Rattengift", but that's still inconvenient.
With compiled languages the check is even harder, basically the cook would provide a fully baked cake and Jack would have to trust them there's no rat poison added.
