Posts

Introduction to Python

Image
Q. What is programming? In layman’s terms, ‘it is the way to instruct the computer to perform various tasks’. Now, the question is, who will instruct and to whom and why will he/she instruct? The simple answer is we will instruct to the computer to perform our desired tasks . We need to understand the fact that Computer is merely a complex hardware device which in turn is useless without programs (or softwares); or we can say it is just a device to convert electricity into heat, without programs. In order to understand ‘why’, we know that in this world there are many problems which is possible for us to solve manually but takes a lot of time and effort. On the other hand, computer is a machine which is capable of doing certain things like calculations very easily, accurately and with efficiency. So, in order to make our life more easier we need programming. Q. Why programming? In simple words, to make our life and our works easier and faster we need to program. And t...