RapydScript icon indicating copy to clipboard operation
RapydScript copied to clipboard

How to run code snippets from tutorials on old Android?

Open tellts opened this issue 3 years ago • 1 comments

Hello. I'm learning Python on the go offline on Android 4.2 (it's a 10 inch tablet), mostly by reading articles stored on my computer's hard drive and placed on a flash drive. Please use the opportunity to run code snippets from articles on this platform.

tellts avatar Jan 30 '22 16:01 tellts

Sorry, but I don't think this is a good idea, as RapydScript only looks like Python on the outside, but on the inside it's much closer to Javascript. There are also many restrictions, eg. you can't import python packages, methods are not bound to instances...

valq7711 avatar Jan 30 '22 19:01 valq7711