PinnedRizwan ButtEfficient way to read large PostgreSQL table with PythonThere are a lot of use cases in which you want to read the PostgreSQL table and perform some processing over that data and move/use it…Jun 29, 20192Jun 29, 20192
Rizwan ButtSend/Automate Message in Microsoft Teams using PythonThe purpose of this article is to let you know how I’m using Python to send messages in Microsoft teams. Actually there isn’t any specific…Dec 1, 20212Dec 1, 20212
Rizwan ButtSetup Azure App for Microsoft Teams Chat automationRecently I got the chance to work on Microsoft Teams chat integration within a system and the purpose of this integration was to send…Dec 1, 20211Dec 1, 20211
Rizwan ButtEfficient way to Query/Read CSV File using SQLAs you are already aware that, Data is the core part of any business solution these days, and generating insights from that data is the…Jul 30, 2021Jul 30, 2021
Rizwan ButtNew Features in Python 3.9Just like other Python geeks, I’m always excited to explore and use the latest features of Python. This article will provide some basic…Jun 30, 2021Jun 30, 2021
Rizwan ButtLayout Testing using GalenApplication automation for features testing is normal these days but Layout testing seemed always a complex task. So in this article I’ll…May 9, 2021May 9, 2021
Rizwan ButtMeaning of Underscores ( _ & __ ) in Python Variable NamesSingle and Double underscores have special meaning in Python variable and method names. Some of the meaning is by convention and some of…Apr 17, 2021Apr 17, 2021