In this tutorial we are going to learn :
-
What is Python
-
Who uses Python
-
Good To Know
What is Python?
Python is an interpreted, object-oriented, high-level programming language. It was created by Guido van Rossum in the 1980s.
You can use Python for :
- Developing Desktop GUI
- Applications
- Websites and Web Applications
- Software Testing
- Hacking
- Data Analysis
- AI and Machine Learning
- Automation
Who Uses Python
Python is used by :
- Wikipedia
- Google( where Van Russom used to work )
- Yahoo
- CERN
- NASA
- Spotify
- Dropbox
- Netflix
- Pinterest
- Among many other organizations
Good To Know
- There are two versions of Python ( Python 2 and Python 3 ). Python 2 is the legacy version of Python and it is going to be supported until the year 2020. Python 3 is the future version of Python and you are going to learn Python 3.
- In this tutorial, Python will be written in Pycharm IDE (Integrated Development
Environment).
The simplest and most useful article i have seen!
Thanks for your kind words. I hope it is helpful.