Published inAge of AwarenessAutomate Excel Using PythonVery often we find ourselves doing repetitive tasks in Excel, and why spend so much time if Python can do it for us.Sep 6, 20211Sep 6, 20211
9 Tricks to Follow Best Practices in PythonEver wondered if there is a more efficient way of writing a block of weird looking code? Check out these tricks, you will find out.Sep 4, 2021Sep 4, 2021
An insight into Dataclasses in PythonEver had a class used only to contain data. Dataclasses makes all about it very simple to implement: hashing, ordering, comparing and more.Sep 1, 2021Sep 1, 2021
Published inAge of AwarenessThe Whole Story About f-strings in PythonIf you use Python frequently then you might know that f-strings are an easy way of adding variables into a string, but… is that it?Sep 1, 20211Sep 1, 20211