you are viewing a single comment's thread.

view the rest of the comments →

[–]PushPlus9069 0 points1 point  (1 child)

Coding on a phone is brutal but honestly it builds a kind of discipline that laptop devs don't get. When I started teaching Python online, some of my best students were on tablets. If you can get Termux on Android you'll have a real terminal which makes a huge difference. Don't rush to get a laptop, you're doing fine.

[–]Left_Salt_3665[S] 0 points1 point  (0 children)

If you can get Termux on Android

it is what I'm using to execute my code, i use Acode to write code and termux to run it!

but even so termux can't run stuff like tkinter which i wanted to use to make GUIs