Basic Concept
Python is popular programming language. It has many features. It is obeject oriented language. It is General purpose Language like C, C++, Java. It is a shell or script language. It is widely used in web and game development, data science, data analytics, mechine learning , artificial intelligence and many more. You can learn python quickly than other languages because it has a very simple syntax. Example of python language is
print("Hi I am Sohel")
here print() function is used for output of screen or other display.