Python program on Pycharm (IDE for Python)
Pycharm is an IDE for Python developer. To work
on Pycharm you just just download it from
https://www.jetbrains.com/pycharm/
and install in your system.
Download community or professional version as per your requirement.
Install the Pycharm once download is completed and follow the steps to install.
Create a new project from Pycharm IDE.
Create a new python file in newly created project.
You will get it in programs and external
libraries as well.
Write some sample code in your [ython file as I
had written
Print(“Sharjeel’s work!!!”)
Execute the code using run option available in
Pycharm window.
In this way you can use Pycharm IDE to write
and run Python programs. I will share more on python in my next article and try
to explore more option on pycharm.
Happy
Learning!!!
Comments
Post a Comment