Tag: Numeric

Rust for Python Programmers #3 — Numeric Types!

Welcome back, intrepid learners! In this exciting part of our Rust journey for Python programmers, we’re diving deep into numeric types. We’ll explore the available types, operations, and conversions in both Python and Rust, shedding light on Rust’s unique concepts along the way. ...

2+2=4: The Misconception of Story Point Estimation

Story point estimation is widely used in agile software development. With their numeric nature, story points are commonly summed up to determine the efforts that teams deliver in their sprints. In this article, I am going to talk about why estimating sprint efforts with story points is a major...