Introduction to Python3

1. It's an object oriented interpreted language and really it's quite easy to use in terms of other language's and also run's on a lot of many operating system's including Mac, Window's, Linux etc.

2. The good thing about python is that it supports a lot of basic data types, such as number and strings. But also, it supports more complex types, like lists and dictionaries, that can greatly simplify data processing and it is object oriented so, it does support that fully and allows multiple inheritance.

3. ‎The other thing is that the data in python is strongly typed, so if you add a number and a string, you'll actually get an error. ‎It is simple to use yet very powerful.


Comments

Popular posts from this blog

String Slicing and Picking sub-string in Python3

Integers and Float in Python3

Variable in Python3