atsepkov / RapydScript

Python-inspired, decluttered JavaScript
BSD 2-Clause "Simplified" License
685 stars 67 forks source link

How to run code snippets from tutorials on old Android? #250

Open tellts opened 2 years ago

tellts commented 2 years ago

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.

valq7711 commented 2 years ago

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...