4
votes
2answers
41 views
Python, PyTables, Java - tying all together
Hello all,
Question in nutshell
What is the best way to get Python and Java to play nice with each other?
More detailed explanation
I have a somewhat complicated situation. I'll try my best to …
1
vote
3answers
94 views
String class internals - caching character offset to byte relationship if using UTF-8
When writing a custom string class that stores UTF-8 internally (to save memory) rather than UTF-16 from scratch is it feasible to some extent cache the relationship between byte offset and character …
2
votes
7answers
214 views
Rules Engine in C or Python
I am looking for a rules engine in C or Python, but if you know a rules engine that is implemented in another language I would be glad to know about it.
The engine will be used as way to automate a …
0
votes
2answers
83 views
Is there an equivalent to Boost::Python for Java?
I've been working with Boost::Python to expose some high-performance code to python recently, and it's just a dream to work with. I'd like to be able to maintain a single C++ codebase and expose it …
1
vote
3answers
86 views
Tree Transformations Using Visitor Pattern
(Disclaimer: these examples are given in the context of building a compiler, but this question is all about the Visitor pattern and does not require any knowledge of compiler theory.) I'm going …
1
vote
2answers
57 views
Get data back from Jython scripts using JSR-223
Hello. I am using Jython 2.5.1 with JSR-223 (i.e. javax.script package) and I expect the last line of the Python script to be returned. For example, after evaluating this script:
class Multiplier:
…
1
vote
7answers
311 views
How can I convert Java, Python, and C++ code into standalone executables? [closed]
I apologize if I'm asking a few questions in one, but they all go together, especially Python and Java, since they aren't natively meant to be exe files.
I am a huge fan of standalone redistributable …
2
votes
10answers
329 views
Python vs. Java — Which would you pick to do concurrent programming and why?
Also, if not python or java, then would you more generally pick a statically-typed language or a dynamic-type language?
3
votes
9answers
337 views
What is Jython and is it useful at all?
I know Python. When will I need Jython? What are the drawbacks. I assume it is slow? Please detail it out! thanks.
0
votes
8answers
139 views
Learn Java from Python background
I have been programming in Python for a while now, and I'd like to learn a more "hireable" language like Java or the C/C++/C# family. I'm acquainted with (though not necessarily good at) all of them. …
5
votes
3answers
115 views
What is the best way to call Java code from Python?
I have a Java class library (3rd party, proprietary) and I want my python script to call its functions. I already have java code that uses this library. What is the best way to achieve this?
0
votes
2answers
50 views
PKI verification across Java and Python
I am trying to implement a PKI verification scheme, where a message string is signed with a private key on server, the signature is stored on the client along with the message string. The client then …
3
votes
12answers
806 views
Algorithm - How to delete duplicate elements in a list efficiently?
There is a list L. It contains elements of arbitrary type each.
How to delete all duplicate elements in such list efficiently? ORDER must be preserved
Just an algorithm is required, so no import any …
1
vote
4answers
107 views
Project Ideas for medium level Java/Python developer
I am a Python and Java developer with about 1.5 years of coding experience and I am looking for a fun but challenging project to engage myself in.
What are some fun and interesting project ideas that …
0
votes
0answers
71 views
python vs c#,java Technology Preference ? [closed]
When we try to compare python with java or C# like language, python program will be like,
typically 3-5 times shorter than equivalent Java program.
Python's built-in high-level data types and its …
