Hey guys, I've done alot of work coding a script that works great in Python. I hope to move it into java then hopefully into an android app.
Any advice on getting started? I have searched and searched and cannot really find a good way to do this. I had thought about compiling the script in Jython and going from there but not sure how to use Jython or if it supports the libraries I am using:
import sys
import csv
import re
import json
import time
import string
import random
import urllib
import urllib2
Any pointers would be great. I can send the code to you if you want to see it. It's a script for a game I play and wanted to let friends use it. Thanks