DEV Community

Cover image for Python(Quick Start)
Abhishek Kumar
Abhishek Kumar

Posted on

Python(Quick Start)

Why Python?

Python is the most popular languages in the recent times due to its popularity of easy to learn and having a lot of features with a lot of libraries inbuilt which are just easy to import into the program to use them...
It is designed by Guido Van Rossum.

Setup

Python Landing Page

Download Link-->https://www.python.org/downloads/

After downloading just run the setup and click the box stated with ("add Path") so that the path of python is saved in the environment variables and congrats You've successfully installed python on your local computer.

Installation

Installation

IDE for Python
1>PyCharm(https://www.jetbrains.com/pycharm/download/#section=windows)
2>Jupiter(https://jupyter.org/install)
3>SpyderIDE(https://www.spyder-ide.org/)

Beginner guide doc from Pyhton

https://wiki.python.org/moin/BeginnersGuide

I hope this might be helpfull to all.
Keep Learning and Sharing...

Top comments (0)