Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not announce Pyp to Android users? #28

Open
GoogleCodeExporter opened this issue Mar 24, 2016 · 1 comment
Open

Why not announce Pyp to Android users? #28

GoogleCodeExporter opened this issue Mar 24, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

If you agree, here is an announcement you might upload to Android and Qpython 
forums:

The excellent “pyp” text and command processing utility, runs on Android!

The full manual for “pyp” is at 
https://code.google.com/p/pyp/wiki/pyp_manual

How to get going:       
    Install “Qpython” on your device (it is on Google Play) 

    Download “pyp” to your device.  
    As of this writing, the latest version is “pyp_dev.py” from the link at https://code.google.com/p/pyp/issues/detail?id=25

    Copy it to some directory, renaming it “pyp.py” if you wish.    

    When you start “Qpython”, tap the (very unobtrusive) grey “less than sign” at lower right.  
    This will bring up the link to the console. 
    Change directory (cd) to where “pyp.py” is. 
    Try this    
        echo -e “a \n2\n b \n3” | python pyp.py “p.isdigit()”
    and it should print 
        2 and 3.
    If you wish, you can (probably) shorten the typing by copying “pyp.py” to, say, “y”,    
    adding “#qpy:console” as the first line of “y”, and then doing  
        echo -e “a \n2\n b \n3” | sh y “p.isdigit()”

Original issue reported on code.google.com by artsa...@gmail.com on 14 Sep 2014 at 4:35

@GoogleCodeExporter
Copy link
Author

cool, thanks! maybe we'll do that once our next upgrade goes out next week.

t

Original comment by tobyro...@gmail.com on 16 Sep 2014 at 9:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant