top of page
A Technophile, Writer and Consultant.
Blog


Data Governance - Azure Purview - 01
Much ink and voice have been spilled to describe and explain the theory behind Data Governance. I will try to share my view on this in laymen terms later in a different post. The objective of this series is to get our hands dirty in setting up a full-fledged Data Governance suite in Azure Purview. In this article, we will focus about the building blocks: Azure Resource Group Data Lake - ADLS Gen2 Azure SQL Database Azure Synapse Workspace Azure Data Factory The above image is
Feb 232 min read


Python - 102
Modules - those are Python's superpowers. In the previous article in the Python series we saw the 'datetime' module. In this article we will learn all about modules. And as always in a practical way. Firstly, how do devs know which module to use or to say how would a beginner know where to look-up for these modules? Navigate to --> https://docs.python.org/3/py-modindex.html#cap-d The above link is the official documentation for native Python modules. I would strongly recommen
Nov 21, 20252 min read
bottom of page