How i will be able to run this programme and procedure to create folder and start programming.
I have install python 7.0 and pycharm.Please explain from basic menas opening of file to write the programme
Hello Ashvin,
After you might want to check out the official website to see how to set up the interpreter path.
Once this is done. You can start coding basic statements like:
a=10
print(a)
in the code console after setting up a project. Thereafter, press the run button on the top.