LinuxProgramming: Migrating from Perl to Python: Numeric Objects | Linux Today

LinuxProgramming: Migrating from Perl to Python: Numeric Objects

Written By
Web Webster
Web Webster
Sep 18, 2000

“In this article on migrating from Perl to Python we’re going to
look at the basic numeric object type.”

“It’ll be no surprise to you that Python uses an oject to hold a
number. There are no restrictions on what type of number can be
stored within a Number object, which basically follows the same
premise as the Perl scalar and it’s built in IV (Integer Value) and
DV (Double Value) types. However, unlink Perl, Python also supports
complex numbers and arbitrarily large integers.”

“As we already know, Python creates an object using the type as
determined from information that is assigned to the object when it
is created. With number objects it is the format of the number that
determines the method in which the information is stored. We
therefore need to know how to introduce numerical constants into
our Python programs. Details on the different types of constants,
and how Python stores them internally are outlined below.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.