I switched from web development to python. Is their a way to view python as apps and animation instead of just numbers and alpha | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I switched from web development to python. Is their a way to view python as apps and animation instead of just numbers and alpha

Is it possible to write and view it on Ur phone and if it is what app can I download (no root)

4th Nov 2019, 2:26 PM
Michael Okolie
Michael Okolie - avatar
4 Answers
0
As long as it's just on your PC, after you installed it, you can import it and write your Python code with it, wherever you like, like IDLE or Pycharm or whatever. When I tried it, I felt like it was not too different from tkinter. How to build it into an actual app with it... you'll just have to study the online documentation on the site.
20th Nov 2019, 5:02 PM
HonFu
HonFu - avatar
+ 1
It is possible to get a more aesthetically pleasing output using libraries such as matplotlib and many more. Try qpython to run python files on your phone. No root access required
4th Nov 2019, 6:23 PM
Deep Lalwani
Deep Lalwani - avatar
+ 1
HonFu I downloaded kivy but it just a luncher u can't write codes their
20th Nov 2019, 4:06 PM
Michael Okolie
Michael Okolie - avatar
0
You can make Android apps with tools like www.kivy.org or www.beeware.org. On your pc you can also use tkinter which comes with Python.
4th Nov 2019, 11:26 PM
HonFu
HonFu - avatar