Python Objects

In python everything is an object. Numbers, Strings, Booleans and even code is considered as objects. Objects are like containers of data. Numbers,Strings and Booleans -  Single Value Tuples, Lists,…

Continue ReadingPython Objects

What is Python?

  Python is a dynamic, high level and interpreted programming language.It is simple and easy to learn and provides lots of high-level data structures. Python makes the development and debugging…

Continue ReadingWhat is Python?