Is it possible to run a Python "code playground" offline? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Is it possible to run a Python "code playground" offline?

I am searching for an Android app that can run Python codes offline...

22nd Dec 2017, 3:52 AM
Chema Heff
Chema Heff - avatar
6 Antworten
+ 7
Wait, don't go! Download QPython3, or PyDroid from the Play Store! They're both awesome apps for offline Python development. PyDroid is newer in terms of UI design and Python version, but I feel QPython3 is just snappier in real world usage. Pick one and code offline! 🙂
22nd Dec 2017, 4:27 AM
LunarCoffee
LunarCoffee - avatar
+ 7
Nothing... just Termux
22nd Dec 2017, 6:03 PM
Koketso Dithipe
Koketso Dithipe - avatar
+ 6
Unfortunately, no, the compiler needs the Internet to use the data from the server, where the code actually works, but you can also start the web code offline, since it runs on the client's server ! :) @Sololearn
22nd Dec 2017, 4:10 AM
James16
James16 - avatar
+ 6
I use Termux. It even supports more than just Python. e.g. you can also run PHP I'm installing PyDroid now to see how it is 😄
22nd Dec 2017, 5:16 AM
Koketso Dithipe
Koketso Dithipe - avatar
+ 3
Oh thanks guys I guess ...
22nd Dec 2017, 4:16 AM
Chema Heff
Chema Heff - avatar
+ 3
@Samaritan What do you use with it? Nano, vi/vim, Emacs, or something?
22nd Dec 2017, 2:20 PM
LunarCoffee
LunarCoffee - avatar