0

Is it possible to write code on mobile

Im asking if its the correct environment for optimal learninf

15th Jul 2024, 2:00 PM
Levi Demir
Levi Demir - avatar
2 Answers
+ 6
"Is it possible to write code on mobile?" Possible? very, there are various code editors available on the Play/App store. Some even allows code editing + code execution. "I'm asking if it's the correct environment for optimal learning" For learning possibly, depends on how they learn, whether the materials was well digestible to the learner, how often they practice etc. For real software development, maybe not. At least that's what I read from comments on previous discussions asking whether software development using mobile devices were possible. I don't know what recent trends say on that topic now that AI had brought many changes to how people do things :) Please tag something more relevant e.g. "mobile software-development". The question bears no specific relavance to either Python and/or cpp.
15th Jul 2024, 2:33 PM
Ipang
+ 3
Sololearn has an environment for running Python programs, but I strongly recommend against it if you have a choice. It’s unlike any other Python system I’ve ever seen, partially due to extreme security, and good code sometimes doesn’t work in it because of its odd structure and system for I/O. If you are on Android, I recommend QPython, if on iOS, I recommend Pythonista or PyTo.
15th Jul 2024, 2:08 PM
Wilbur Jaywright
Wilbur Jaywright - avatar