A Beginner’s Guide to Decimal Points in Python

Skills for controlling decimal values

Jonathan Hsu
Level Up Coding
Published in
2 min readMar 10, 2020

--

Handling decimal points is a critical skill in any programming language — especially when the focus is often data science.

Here’s a no-frills guide that covers the basics of rounding, truncating, and formatting decimal points in Python.

Rounding

--

--