

I use KDE Kate for my coding. Scripting more accurately to some users, but I don’t find a meaningful distinction.
I use KDE Kate for my coding. Scripting more accurately to some users, but I don’t find a meaningful distinction.
Yeah. repeat() is unique to a few language. I think just Scala, and G’MIC has it. I use the second one. It’s more convenient than say for(p=0,p<5,++p,);
. Sometimes, repeat(5,);
suffice.
I actually use repeat(iterations,index_name(optionall),);
. No need for i++ or ++i for loop in many cases.
I had this problem only once. Luckily, I do not need recursion. I know my way using iterative process.
Numpy is good for that. But, I gravitate toward naturally faster langs where I don’t need to import a library for speed. I use Python for simple, dumb scripts.
I use Levels filter tool for that in Krita. Already non-destructive.
I’m just glad I have other options than just Python. Am not afraid of writing my solutions either. I rarely use Python these day.
I kind of like it. I can understand where it start and end.
This is what I prefer too! I also some times prefer to use bitshift when it comes to division or multiplication of power of 2.
I know there’s a lot of downvotes because there are people reading this as hate toward Python. On one hand, one can make the case that it is overused and this doesn’t bold well for those that simply can never like it’s syntax. On the other hand, Python is perfect for small scripts that isn’t tailored for a Domain or just quick codes.
I’m using G’MIC for raster-graphic image-processing, but I can do other things in it too with ease. I feel this post so much.
Eh, I rather write code by hand no matter how long it takes.