In Python, there are broadly three kinds of copy.First using the assigment operator. Second, shallow copy and third, deep copy. In this article we shall dive deep into different kinds of copy that we have in Python. Using Assignment operator(=): When we copy a variable(list,dict),mutable type, The Python interpreter just refers to the same memory location using a different varriable name. Therefore any operation we do either on the original or on the copied variable(newly assigned), both of them get affected. Cell 61: shows the id of both the variable are same. Cell 62: when one element is changed, it
Read MoreAzure vs AWS AI Services: Which Fits Enterprise Automation in 2026
Introduction Enterprises in 2026 are racing to adopt Azure vs AWS AI services for automation. From banks to startups, automation ...
AI Tools for Engineers: Top 5 Picks in 2026
Introduction For engineers today, AI Tools for Engineers are shaping productivity and career growth. It’s not just about passing certifications ...
How Platform Engineers Can Approach AI Certifications
Introduction Platform Engineers are already experts at building scalable, reliable systems. But with AI reshaping enterprises, certifications in AI are ...
Simplifying Workflow Amazon MWAA Managed Workflows for Apache Airflow
Introduction to Amazon MWAA : Managed Workflows for Apache Airflow If you’ve ever worked with data pipelines, automation, or orchestration, ...
Python Automation for Everyday Tasks: Simple Scripts That Save Time
Introduction When I first started coding in Python, I didn’t imagine how much it could simplify everyday tasks. Over time, ...
Generative AI for Resumes: How It Helps With Job Applications
Introduction When I started preparing resumes for platform engineer roles, I discovered how generative AI for resumes could make the ...
Generative AI for Bloggers: How to Use It Without Coding
Introduction I’ll be honest — I had zero knowledge in generative AI until recently. As a platform engineer who spends ...
🔐Top 10 Security Questions in SRE Interviews
Introduction Security is one of the most common themes in SRE interview questions, because reliability and protection go hand in ...
CI CD Pipeline: The Backbone of Modern Software Delivery
Introduction As a Site Reliability & Platform Engineer, I’ve seen how a CI CD pipeline transforms software delivery. It automates ...
🐍 Top Python Interview Questions (With Code Examples)
Introduction Python is one of the most popular languages for technical interviews, especially in SRE, Platform Engineering, and DevOps roles ...