PART 1 — Environment Setup

shubham chhimpa
2 min readMay 25, 2019

--

Hello guyz ! I am Shubham Chhimpa a.k.a DeveloperGuruji.

Follow these steps to setup your Environment for Python 3

Step 1 : got to Python Website

Step 2 : click on Downloads Section and click on Python version (3.7.3) to download

Step 3 : install python after download complete

Step 4: go to environment as shown below

Step 5 : click on Environment variables

Step 6 : click on Path under System variables

Step 7 : copy and paste your path of python folder as shown below

Step 8 : copy and paste path of python/Scripts folder as shown below

Step 9 : click on OK for all three screens to save the path.

Step 10 : To check everything is OK open cmd and type python as shown below

Step 11 : go to Pycharm Downloads

Step 12 : click on DOWNLOAD under Community section. then install it

Now you are done! Everything is OK to start python 3 in your system. 👍

so after setting up environment go to PART 2 — Basic Syntax

--

--