Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
4 views

Python Unit 1 Numbers Part 3

The document discusses Python programming and covers topics like Python objects, numbers, sequences, mapping and sets. It specifically focuses on integers, floating point numbers, complex numbers, operators and built-in functions for numeric types in Python.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Python Unit 1 Numbers Part 3

The document discusses Python programming and covers topics like Python objects, numbers, sequences, mapping and sets. It specifically focuses on integers, floating point numbers, complex numbers, operators and built-in functions for numeric types in Python.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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