devilish666@lemmy.world to Programmer Humor@lemmy.ml · 7 months agoPython tutorial momentlemmy.worldimagemessage-square56fedilinkarrow-up1483arrow-down159
arrow-up1424arrow-down1imagePython tutorial momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 7 months agomessage-square56fedilink
minus-squareqx128@lemmy.worldlinkfedilinkarrow-up59arrow-down1·7 months agoHahaha now code-golf it. One line FTW! remove(Image.open(‘cl.jpeg’)).save(‘output.png’)
minus-squareTangent5280@lemmy.worldlinkfedilinkarrow-up61arrow-down2·7 months agoIf I find this in production I’m whipping your ballsack till you change it back.
minus-squareJumuta@sh.itjust.workslinkfedilinkarrow-up19·7 months agoimport(“rembg”).remove(import(“PIL”).Image.open(‘cl.jpeg’)).save(‘output.png’)
minus-squaremadcaesar@lemmy.worldlinkfedilinkarrow-up5·7 months agoCode golf! I just learned something new 😂
minus-squaresexual_tomato@lemmy.dbzer0.comlinkfedilinkarrow-up10·7 months agohttps://codegolf.stackexchange.com/ Enjoy a new rabbit hole to dive down
minus-squaresilly goose meekah@lemmy.worldlinkfedilinkarrow-up3arrow-down1·edit-27 months agoYou never heard of code Golf before? It’s usually programming challenges where the goal is to use the smallest number of source code characters possible.
Hahaha now code-golf it. One line FTW!
remove(Image.open(‘cl.jpeg’)).save(‘output.png’)
If I find this in production I’m whipping your ballsack till you change it back.
import(“rembg”).remove(import(“PIL”).Image.open(‘cl.jpeg’)).save(‘output.png’)
Can i hire you?
So I’m not going to change it
Code golf! I just learned something new 😂
https://codegolf.stackexchange.com/
Enjoy a new rabbit hole to dive down
You never heard of code Golf before? It’s usually programming challenges where the goal is to use the smallest number of source code characters possible.
I haven’t either but I like it.