INTRODUCTION TO PYTHON PROGRAMMING

Hi Everyone....

So, I'm here now to give all detailed information about Python programming. I will try to provide very basic information about python programming and will try to share everything about python like it's basics, definitions, about various inbuilt modules and even codes.

So, Let's begin......

What exactly Python is?
Python is currently one of  top five most popular programming languages of the world. It is a object-oriented, high-level programming language.It contains various inbuilt modules and packages which gives us great experience. Python is very easy as compared to C language or Java. As python is more user-friendly, whereas C and Java have bit difficult syntax. Python has very simple syntax due to these modules. Hence, learning to code in python is a great experience.
Currently, python is used by various organizations like Google, You Tube, Instagram, Facebook, Spotify, Netflix and many more such world-class companies.


So, to use python you can directly download Python from Google. But we can also use IDEs. IDE is Integrated Development Environment that provides various features like syntax highlighting, various markings for some error in syntax, searching and analyzing something in the code and auto-completion.
Various IDEs for python are:
1. PyCharm
2. Microsoft's Visual Studio Code
3. Spyder
4. Eclipse PyDev
5. IDLE
6. Wing etc..

I mostly prefer using Pycharm or Microsoft's Visual Studio Code.
PyCharm contains both community and professional versions. In order to have more feature we need to get professional version. But Microsoft's Visual Studio came up with the solution for it.
The best part about Visual Studio Code is that it supports many programming languages in it. You can write python, C, C++, Java etc many other languages in it.

So, while giving some codes and short tips, I will be mostly using Pycharm IDE and sometimes Visual Studio code.
For downloading and installing these IDEs , links and all the instructions will be provided in my next post.

Hope, you might have found this post interesting and beneficial.

Thank You!💓 



Comments

Post a Comment