Posts

Showing posts from September, 2019

Python tutorial -- #1 (Introduction of Python)

Image
Python tutorial (#1) ➦    I INTRODUCTION TO PYTHON All the earlier languages like C, PASCAL, FORTRAN etc. are based on functional aspects of  programming  i.e. writing program through Functions. But programmers faced a lot of difficulties in functional programming. Then computer scientist thought to develop a new way of programming in which we can do programming by linking with real life examples which make programming easier. Thus they developed a new concept of programming called object oriented programming language in which programming were done by using objects and classes. After that JAVA (and other languages also) came and Java becomes the world most popular language. Java is a pure object oriented programming language. Thus, if we write any statements at first we need to define class (due to object orientation). object which do not have any requirement of defining any class also need to define class in Java and it makes the program lengthy and that is the main