Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Why I Prefer Scripting Python Through My Smartphone Much More Than On A Laptop And Desktop --
- '''
- Had coded a wide variety of fun games almost entirely on my smartphone from creating an editor in which the vast majority of the code gets automatically written... and I actually liked it much better than typing on a PC. Granted... it took me about 4 hours to build the initial script from my laptop which is of easy to press buttons and sliders... but after that... it was smooth sailing because I could edit while standing in wait, while walking, during work breaks, even when listening to a friend talk forever on the line. For myself... most of the time it is inconvenient to access a laptop than it is a smartphone.
- '
- The only real downside as a smartphone vs pc comparison for the longest while... was having to scroll through my code... and that was until I built a Table-Of-Contents feature which will scroll to exactly where I want to look at.
- '
- Transcriber added much later on -- also more commonly known as a voice-to-text/speech-to-text feature, but Google Store would heavily confuse our search with text-to-speech instead... it was like I can instantly write very lengthy Python scripts.
- '''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement