How to make an application in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How to make an application in python?

How to make an app in python such that it takes multiple inputs for certain condition,etc. as in c++,Java,etc. I mean, when you are writing code it is executed immediately after pressing enter,so how to do?

25th Sep 2017, 3:46 PM
Shantanu Shinde
Shantanu Shinde - avatar
14 Respostas
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
25th Sep 2017, 3:57 PM
Blugon
Blugon - avatar
0
Hope it helps
25th Sep 2017, 3:57 PM
Blugon
Blugon - avatar
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
25th Sep 2017, 4:00 PM
Shantanu Shinde
Shantanu Shinde - avatar
0
Ok.. Sorry i misunderstood your question
25th Sep 2017, 4:01 PM
Blugon
Blugon - avatar
0
so can you answer it pls.
25th Sep 2017, 4:02 PM
Shantanu Shinde
Shantanu Shinde - avatar
0
You mean how to create a program in c++ or how to run it?
25th Sep 2017, 4:12 PM
Blugon
Blugon - avatar
0
Cause i found a few things on google
25th Sep 2017, 4:12 PM
Blugon
Blugon - avatar
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.
25th Sep 2017, 4:14 PM
Shantanu Shinde
Shantanu Shinde - avatar
0
So you want python or c++
25th Sep 2017, 4:15 PM
Blugon
Blugon - avatar
0
Python is using kivy or qpython 3 to create app
25th Sep 2017, 4:15 PM
Blugon
Blugon - avatar
0
so those software can create running Python app?
25th Sep 2017, 4:26 PM
Shantanu Shinde
Shantanu Shinde - avatar
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.
25th Sep 2017, 7:26 PM
Leno
Leno - avatar
0
@Shantanu Shinde yes.. Both of them are the apps to create apps using python
25th Sep 2017, 10:35 PM
Blugon
Blugon - avatar