Python Introduction


Introduction

Python is a general purpose programming language. First version of Python was released around the year 1991. Python syntax is inspired by C syntax, but it is much easier than that. If you are coming from other languages like C or Java, first thing you will notice that Python doesn’t use curly braces or semi colons. Even though Semi-colons are allowed, nobody really uses it.

Python is majorly used in following areas.

Advantages

Final Thoughts

Remember that, We all love Python. It is a general purpose programming language, and serves well in lots of problem areas. But do your research and choose the language that serves well to your project needs. It is also common to use multiple languages in same project.

References

Python history by Python’s inventor Guido Van Rassum: http://python-history.blogspot.com/.