Skip to Content
Advanced Python Development: Using Powerful Language Features in Real-World Applications
book

Advanced Python Development: Using Powerful Language Features in Real-World Applications

by Matthew Wilkes
July 2020
Intermediate to advanced
620 pages
13h 42m
English
Apress
Content preview from Advanced Python Development: Using Powerful Language Features in Real-World Applications
© Matthew Wilkes 2020
M. WilkesAdvanced Python Developmenthttps://doi.org/10.1007/978-1-4842-5793-7_2

2. Testing, checking, linting

Matthew Wilkes1 
(1)
Leeds, West Yorkshire, UK
 

Python is famously “duck” typed,1 that is, you’re expected to write code without explicit type checks. If you write a function that implements some algorithm on numeric types, it should work equally well when presented with int, float, decimal.Decimal, fractions.Fraction, or numpy.uint64. As long as the object provides the right functions and those functions have the correct meanings, they work correctly.

Python accomplishes this through the related features of late binding and dynamic dispatch. We will come back to this topic in more depth later, but suffice it to say dynamic ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Python 3 Programming Techniques

Advanced Python 3 Programming Techniques

Mark Summerfield
Intuitive Python

Intuitive Python

David Muller

Publisher Resources

ISBN: 9781484257937Purchase LinkPublisher Website