14 Answers
0
To make an app using python:
Qpython3 & Kivy
Or you can just search google..there is an official kind of python code editor. Search python and there will be a website call www.python.org something like that. You can try that out
0
Hope it helps
0
I have idle. I am asking how to make a running program as in c++. because in interpreter we run the previous line with every enter
0
Ok.. Sorry i misunderstood your question
0
so can you answer it pls.
0
You mean how to create a program in c++ or how to run it?
0
Cause i found a few things on google
0
I mean how to create an app in Python similar to c++. like we just run once and it keeps taking input as needed.
0
So you want python or c++
0
Python is using kivy or qpython 3 to create app
0
so those software can create running Python app?
0
ok your question isn't very clear. You may be asking for running external python program. You are right - in an interpreter we execute the previous line as we hit enter. But we also have the option to execute external programs. Create file, for example myfile.py. cd to the directory and run it like this - python myfile.py. as in c++ put the logic of your program in myfile.py. check your dependencies for python3.
0
@Shantanu Shinde yes.. Both of them are the apps to create apps using python