A handy way to Python...
Well ! Many of computer science students know C/C++ or Java which are more poplar among students and in software Industry but another more powerful programming language emerging is Python. Python is both Procedure Oriented as well as Object Oriented Language. It is Simple to write with minimum syntax on Python code. It can be considered a generalized language of all popular programming languages. Its execution time for a code is much faster than any other programming languages. There are many IDE(Integrated Development Environment) for Python such as Jupyter Notebook, Pycharm, IDLE, PyDev etc.. but First two are popular among the coders.
A question may arise in many of your mind Who uses Python and why ? The answer is simple but intresting companies like Google, Youtube, Dropbox, RaspberryPi, Bittorrent, Netflix and many more uses python. It is very easy to learn and write codes. 150 lines of codes written in any other programming language like Java can be written in just 50 to 60 lines of codes in Python. Thus, giving programmer a chance to write error free codes and since Python support minmum syntax so helping programmer to get less chances of syntax errors. It is free and Open source as well.
Features :-- A Generalized Language
- Supports different paradigm languages
- Supports Cross-langauge operation
- Minimum Syntax
- Less Execution Time
- Free and Open Source
- Portablility
IDE(Integrated Development Environment) :-
- Pycharm
- Juypter Notebook
- IDLE
- PyDev
- .......and many more.
Official link for downloading Python :- https://www.python.org/
The video below will help you downloading Python:
Official link for downloading different IDE :-
1. Pycharm :- https://www.jetbrains.com/pycharm/download/#section=windows
There are two options for download Pycharm:-
a. Community Version : Its free of cost and best for beginners. If you want to use it for web then its limited.
b. Professional Version : It is paid version and without any limitations.
2. Juypter Notebook :- http://jupyter.org/
3. PyDev :- http://www.pydev.org/download.html
Installtion of Python on your notebbok/Pc :-
For installation of python, in my opinion it is better to sahre a video which will easily help you in the good understanding :
After successful installation of Python, we need an IDE. It totally depends to an indviduals which IDE they prefer or they are at ease. I prefer Pycharm since it has simple for large projects and easy to work on.
Downloading of IDE (Pycharm) on your notebbok/Pc :-
The video below will help you downloading Pycharm.
Installation of IDE(Pycharm) on your notebook/Pc :-
Below video will help you installtion of Pycharm on notebook/Pc .
Since on successful completetion of downloading and installtion of Python and IDE (Pycharm), we will start with Python on Pycharm IDE.
Comments
Post a Comment