Introduction Most of us have run into a situation where we have to change the type of a parameter in function; either it is simple str -> int or something far more complex. But at some point, we'll be repeating the code too much just for converting t...

Introduction Let's face it, the clock speed of our CPU doesn't really affect the performance of simple programs highly in the modern age. Things like concurrency, multiprocessing or multithreading are the leading factors affecting the performance of ...

Introduction Nepal stock exchange has been gaining a lot of traction lately. I was interested so I wondered if I could get data for my discord bot. I found a project nepse, but I was not fond of that module. Why I disliked nepse module The module w...
