Tagged articles

integers

2 articles · Page 1 of 1
liandk
liandk
May 11, 2026 · Fundamentals

Master Python Variables and 4 Core Data Types in 5 Minutes

This short tutorial teaches how to define variables and use Python’s four fundamental data types—strings, integers, floats, and booleans—through concise code examples, common pitfalls, and practice exercises, enabling beginners to store and manipulate data within five minutes.

Data TypesPythonbooleans
0 likes · 5 min read
Master Python Variables and 4 Core Data Types in 5 Minutes
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 12, 2021 · Fundamentals

Unlock Python’s Numeric Types: Integers, Floats, Complex & Memory Tricks

This article explains Python’s numeric types—including integers, floats, and complex numbers—covers their immutability, memory representation such as the small integer object pool, demonstrates type conversion functions, and introduces the math library for basic scientific calculations, all illustrated with clear code examples.

Math LibraryMemory Managementcomplex numbers
0 likes · 9 min read
Unlock Python’s Numeric Types: Integers, Floats, Complex & Memory Tricks