Tagged articles
13 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Mar 31, 2026 · Fundamentals

Why Using = in Python Can Delete Your Data: Common Copy Pitfalls Explained

The article reveals how the Python assignment operator creates references instead of copies, leading to accidental data loss, and walks through safe copying techniques (.copy(), list(), [:]) with concrete examples, performance benchmarks, and guidance for nested structures.

Pythonassignmentdeep copy
0 likes · 8 min read
Why Using = in Python Can Delete Your Data: Common Copy Pitfalls Explained
MaGe Linux Operations
MaGe Linux Operations
Oct 9, 2018 · Fundamentals

Master Python Variables and Data Types: From Assignment to Conversion

This article explains how Python stores variables in memory, covers variable assignment, multiple assignments, the five standard data types (numbers, strings, lists, tuples, dictionaries), and shows how to convert between types using built‑in functions, illustrated with code examples and output images.

Data TypesVariablesassignment
0 likes · 9 min read
Master Python Variables and Data Types: From Assignment to Conversion
MaGe Linux Operations
MaGe Linux Operations
Apr 10, 2017 · Fundamentals

Master Python Variables: Types, Assignment, and Common Pitfalls

This article provides a comprehensive guide to Python variables, covering their characteristics, how to assign and reassign values, multiple assignment techniques, the five built‑in data types, numeric and string operations, list, tuple, dictionary usage, and type conversion functions.

Data TypesVariablesassignment
0 likes · 9 min read
Master Python Variables: Types, Assignment, and Common Pitfalls