Remember the good old Jarvis, we used to speak to the language and understanding capabilities of Jarvis, So the get the things done with python3 we need to do the same
Lets try to understand Python3’s capabilities so that we can use python3 effectively
Python Conceptual Hierarchy
We all know that we are going to write code
We hear terms like Python program, module, expression & objects
Hierarchy
Python Program(s)/Application(s) is/are composed of Modules
Each Module contains Statements
Statements contains expressions
Expressions create & process objects
In Python everything which we create, update, delete is object
Python3 has built-in types
Why built-in types ?
Built-in Objects make programs easy to write
Built-in Objects are often more effecient that custom data structure