Tag: Python

Using Fabric CLI in Fabric Notebook
Using Fabric CLI in Fabric Notebook
Blog Posts

Automation, Convenience and Flexibility Power BI Core Visuals team led by Miguel Myers published a huge update last week : Organizational Themes. It’s been a long standing ask by the users. It allows Power BI admins to manage and distribute centrally stored themes to all developers in the organization. Read the blog post for details. Currently, as the above… READ MORE

10 Python Concepts Every Data Engineer Must Know
10 Python Concepts Every Data Engineer Must Know
Blog Posts

As a Data Engineer, you might spend most of your time with tools like Azure Data Factory, Databricks, or Spark. But behind every robust pipeline and transformation logic, Python often plays a silent but crucial role. In my real-world projects — from cleaning raw datasets in Azure Databricks to automating blob cleanup in ADLS —… READ MORE

Using Fabric OrgApps + Notebooks For Geospatial Data Exploration
Using Fabric OrgApps + Notebooks For Geospatial Data Exploration
Blog Posts

Using Fabric Python Notebooks, Daft & OrgApps ‍ About the Author: Sandeep Pawar Data Science professional with experience in using Data Analytics, Statistics & Machine Learning to create business solutions. I primarily use Microsoft data stack (Power BI, Synapse Analytics, Azure ML) to create scalable data informed business solutions. Reference: Pawar, S (2024). Using Fabric… READ MORE

Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Blog Posts

I recently got the question on how to assign Azure AD roles to Azure AD users and app registration (service principal (SPN)) using the Azure AD Graph API with the az cli & az rest command. Here’s an example Python script to assign the Global Administrator role to a user: (replace the ‘valid-user-principal-object-id’ with the objectId of the user object) A copy of the Python code can be found on… READ MORE

Is Python Faster Than Visual Basic?
Is Python Faster Than Visual Basic?
Blog Posts

Many software developers and programmers have this doubt regarding whether Python is faster than Visual Basic. Some of the experienced Python Programmers have the opinion that Visual Basic is faster than Python. This blog discusses this aspect of Visual Basic and before getting into the reason why Visual Basic is faster than Python, let’s get… READ MORE