top of page
.jpg)
Tech Blogs
Automating Azure VM Deployment with Python
I recently completed a project automating Azure Infrastructure-as-Code (IaC) using Python's requests library and the Azure REST API. While tools like Terraform and Bicep are great, interacting directly with the API provides a deeper understanding of how Azure’s Resource Manager (ARM) actually works. 🛠️ The Tech Stack Python: The engine for automation. Azure Identity: Securely fetching OAuth 2.0 tokens using DefaultAzureCredential. REST APIs: Performing GET and PUT operations
Jitendra Singh
22 hours ago2 min read
Data Science from Zero to Hero: Python for Data Science Session1
To start learning python, make sure you have installed Anaconda / Jupiter note book on your systems, Click here if you need help with same and we will start with few of the basic python concepts. Don’t worry we will be doing some practical to understand the same. You are good to practice everything which is offered https://www.w3schools.com/python/ but topics being shared here are great for you to Start your data Science Journey • Python Variable types • Reassign variable
Jitendra Singh
Jan 268 min read
Data Science from Zero to Hero: Overview of Syllabus / Topics to be Covered
📚 Welcome to the start of your data science journey! Our "Data Science from Zero to Hero" series is designed to take you through every...
Jitendra Singh
Oct 6, 20253 min read
Data Science from Zero to Hero: An Introduction to a New Blog Series
Welcome to a new blog series designed to be your comprehensive guide to the world of Data Science. Whether you're a student just starting...
Jitendra Singh
Sep 25, 20252 min read
bottom of page






