Re: [sympy] SymPy Android app

2013-03-26 Thread Alexander Overvoorde
I've got SymPy successfully running on SL4A (Android scripting environment) right now, so embedding it in the app may not be that far off. Running the code in a normal Python interpreter seems like a cleaner solution regardless. Op zaterdag 23 maart 2013 13:59:55 UTC+1 schreef F. B. het

Re: [sympy] SymPy Android app

2013-03-25 Thread Alexander Overvoorde
Thanks for all the information! Although the documentation was very helpful for using SymPy to do operations, I found the info on inspecting expression trees a bit lacking (it took a while to even find *atoms*). Your comments are very helpful for improving these parts of the code. For simplify,

Re: [sympy] SymPy Android app

2013-03-25 Thread Ondřej Čertík
Hi Alexander, On Fri, Mar 22, 2013 at 2:19 PM, Alexander Overvoorde overv...@gmail.com wrote: Hi, I'm the developer of the app you're talking about. I had the idea for the app itself for a while, but it took me a long time to find a suitable CAS. Sympy seemed to be the most complete

Re: [sympy] SymPy Android app

2013-03-25 Thread Aaron Meurer
On Mon, Mar 25, 2013 at 4:20 AM, Alexander Overvoorde overv...@gmail.com wrote: Thanks for all the information! Although the documentation was very helpful for using SymPy to do operations, I found the info on inspecting expression trees a bit lacking (it took a while to even find atoms). Your

Re: [sympy] SymPy Android app

2013-03-23 Thread F. B.
What about working on SymPy's compatibility on Jython? I guess that once SymPy is able to run on Jython, it would be very straightforward to write an Android app. Jython compiles Python source code to Java bytecode, making its methods accessible from Java code. Android apps are usually written

Re: [sympy] SymPy Android app

2013-03-23 Thread Aaron Meurer
On Fri, Mar 22, 2013 at 12:49 PM, Alexander Overvoorde overv...@gmail.com wrote: Op vrijdag 22 maart 2013 18:00:57 UTC+1 schreef Aaron Meurer het volgende: I'm actually personally more curious what the server code looks like, as that's the code that actually calls SymPy. You can find the

Re: [sympy] SymPy Android app

2013-03-22 Thread David Li
Nope, it isn't stated anywhere in the app or on the website. On Mar 21, 2013 7:23 PM, Aaron Meurer asmeu...@gmail.com wrote: Actually there are a handful of apps both on Android and iOS (and also some of the other ones) using SymPy. We should start a wiki page listing them all. I don't have

Re: [sympy] SymPy Android app

2013-03-22 Thread Alexander Overvoorde
Hi, I'm the developer of the app you're talking about. I had the idea for the app itself for a while, but it took me a long time to find a suitable CAS. Sympy seemed to be the most complete package of all open source solutions available and it's written in a language I'm familiar with.

Re: [sympy] SymPy Android app

2013-03-22 Thread Aaron Meurer
On Mar 22, 2013, at 10:51 AM, Alexander Overvoorde overv...@gmail.com wrote: Hi, I'm the developer of the app you're talking about. I had the idea for the app itself for a while, but it took me a long time to find a suitable CAS. Sympy seemed to be the most complete package of all open source

Re: [sympy] SymPy Android app

2013-03-22 Thread Alexander Overvoorde
Op vrijdag 22 maart 2013 18:00:57 UTC+1 schreef Aaron Meurer het volgende: I'm actually personally more curious what the server code looks like, as that's the code that actually calls SymPy. You can find the server code here: http://privatepaste.com/897af10e52 It's fairly straight

Re: [sympy] SymPy Android app

2013-03-22 Thread David Li
If you're interested in functionality for explanations of derivatives and integrals, there is some code at https://github.com/sympy/sympy_gamma/pull/8. I'm currently working on integrating the integral functionality into the core SymPy project. On Mar 22, 2013 11:49 AM, Alexander Overvoorde

Re: [sympy] SymPy Android app

2013-03-22 Thread David Joyner
On Thu, Mar 21, 2013 at 10:23 PM, Aaron Meurer asmeu...@gmail.com wrote: Actually there are a handful of apps both on Android and iOS (and also some of the other ones) using SymPy. We should start a wiki page listing them all. There is this: http://www.robertocolistete.net/Python/SymPy/ but

[sympy] SymPy Android app

2013-03-21 Thread David Li
I don't know if any of the developers are aware of this (it's not mentioned on this mailing list), but it looks like someone's made an Android app using SymPy: https://play.google.com/store/apps/details?id=nl.vertinode.mathstep (developer says it uses SymPy at https://www.vertinode.nl/projects)

Re: [sympy] SymPy Android app

2013-03-21 Thread Aaron Meurer
Actually there are a handful of apps both on Android and iOS (and also some of the other ones) using SymPy. We should start a wiki page listing them all. I don't have an Android phone, and BlueStacks doesn't seem to support OAuth Google sign-in, so I can't test this. Any idea what SymPy version