0

I'm a big noob to GAE, moderate level in Python, and moderate-to-rusty in Java. I am looking to convert an existing and working GAE Java app (in the Google Play store and runs on Android) into GAE Python. The end goal is to get it into the Raspberry Pi Store, so I'm assuming GAE Python would be the most seamless.

Has anyone done this, assuming its even possible? Would it require a complete rewrite, or could I just write a wrapper/container?

1
  • How much code is it? How much time do you have to learn Python? Commented Feb 7, 2013 at 0:30

1 Answer 1

2

It'll be a complete rewrite.

However, the server side should be independent of the client. You can have a python client for the Raspberry Pi and your server side code can still be written in Java.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.