Remove python-modulo-in-practice
article thumbnail

Python Modulo in Practice: How to Use the % Operator

Edureka

The modulo operation is performed in Python using the % operator, also called the “modulo” operator. When two numbers are split by one another, the modulo operation determines the residual. It is a basic mathematical operation, and the% operator in Python is a flexible tool with a number of uses.

Python 40
article thumbnail

Xpring SDK: A 10,000 Foot View

Ripple Engineering

In practice, this means that an iOS engineer who is integrating the Xpring SDK could explain how to use the APIs to their peer Android engineer, since the function calls and APIs follow the same paradigms modulo syntactical differences in the languages. First, a bit of background. Xpring SDK is built to solve this problem.