Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 24

Python Programming

UNIT - I
 Python Basics
 Python Objects-
– Python Objects, Other Built-in Types, Internal Types, Standard Type Operators, Standard
Type Built-in Functions, Categorizing the Standard Types, Unsupported Types.
 Numbers-
– Introduction to Numbers, Integers, Floating Point Real Numbers, Complex Numbers,
Operators, Built-in Functions, Related Modules
 Sequences- Strings, Lists, and Tuples
 Mapping and Set Types
Numbers
 Introduction to Numbers

 Integers
– Boolean
– Standard Integers
– Long Integers

 Floating Point Real Numbers

 Complex Numbers

 Operators

 Built-in Functions

 Other Numeric Types

 Related Modules
Complex Number Attributes
z.real + z.imag*1j
Numeric Type Operational Built-in Functions
Base Representation ASCII Conversion
Integer Type Built-in Functions
Decimal Floating Point Numbers
Numeric Type Related Modules
Operators and Built-in
Functions for All
Numeric Types

You might also like