4
votes
6answers
185 views
What is a scripting engine?
I've seen here that what sets a programming language apart from a scripting language is the scripting engine. But I don't understand how it works, so I don't know the difference.
…
1
vote
9answers
475 views
How fast is Python?
I'm a Java programmer and if theres one thing I dislike about it, it would be speed. Java seems really slow, but a lot of the Python scriptsprograms I have written so far seem real …
0
votes
1answer
31 views
How do I copy local Google App Engine Python datastore to local Google App Engine Java datastore?
I have around 4000 entities that I need to insert into a Java App Engine datastore. As I understand it, only the Python version of App Engine currently has tools to upload data fr …
2
votes
9answers
156 views
algorithm for list identification and parsing
I have data which in theory is a list, but historically has been input by the user as a free form text field. Now I need to separate each item of the list so that each element can …
4
votes
2answers
122 views
Using Google AppEngine as a “cache” for personal websites (wordpress blogs, wikis)
I read an article of an indie game developer who is using Google AppEngine to cache his main site and blog, to protect provide high-availability during traffic spikes (Digg, Slashd …
1
vote
2answers
138 views
Byte Array to String
I'm playing with bencoding and i would like to keep bencoded strings as java strings but they contain binary data blindly converting them to string will corrupt the data. What i am …
0
votes
1answer
20 views
org.apache.commons.lang.StringEscapeUtils in python
Hello,
is there any python module or code that implements the org.apache.commons.lang.StringEscapeUtils.escapeHtml ?
exactly the same as in http://commons.apache.org/lang/api/or …
0
votes
11answers
156 views
Cross-Platform Programming Language with a decent gui toolkit?
For the program idea I have, it requires that the software be written in one binary that is executeable by all major desktop platforms, meaning it needs an interpreted language or …
1
vote
4answers
51 views
xml.etree.ElementTree equivalent in Java
I've been doing quite a bit of simple XML-processing in python and grown to like the ElementTree way of doing things.
Is there something similar and as easy to use in Java? I fin …
3
votes
3answers
216 views
Android: Java v. Python
Is there any reason to favor Python or Java over the other for developing on Android phones, other than the usual Python v. Java issues?
0
votes
3answers
35 views
Python socket client to a Java socket server
Hello, I have a Java socket server that is expecting exactly n bytes from some port. I want to write a Python clients that just sends bytes on some port to the Java server.
Since …
0
votes
8answers
372 views
Existence of a table generation framework for experiments
Bounty is for the name of a software package for generating tables and running experiments with particular parameters. That is it!
I am running experiments on computer programs wi …
12
votes
17answers
661 views
Java or Python for an intermediate PHP guy. Career advice.
I'm an intermediate PHP developer looking to take up a new language. I'm completely torn as to where to go at this point. There's so many languages related to web development and …
4
votes
12answers
373 views
asm / C / Python / Perl / Lisp / Scheme Programmer looking for something new to learn.
I need to have an at-home project now that I'm working on Python/Django at work. I'd like to learn something new, so I was thinking of checking out Java.
What's the most well resp …
1
vote
5answers
120 views
GUI + multithreading support + regex support. Which language? JAVA / Python / Ruby ??
I'm interested in learning a programming language with support for GUI, multithreading and easy test manipulation (support for regex).
Mainly on Windows but preferably cross-platf …
