Skip to main content

Why Python?


Python is one of the most easiest programming language to learn.
It is one of the widely used programming language because of it many library which makes programming with it easy and friendly.
It has external code called Modules which we can easily import into our code (we shall come to that)
Writing your first program with other language might take upto 5 minute (setting up the environment and coding) but with Python we need less than 30 second and just one line of code.

Programming with Python is fast and easy as compare to other languages.
Daniel Tano

Comments