RSSAmplifier

kaustubh m. · Jan 17, 2023

Objects and Types in Python

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Python's type system is fascinating. Everything in Python (anything that can be given a name or passed as an argument) is an object. This includes primitives (such as int , str , bool objects), compound objects (made from handwritten classes), and very interestingly the classes or types themselves. This fact that everything in Python is derived from a common base makes it very powerful because any…

Read on /posts/objects-and-types-in-python/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.