Tagged Questions

0
votes
5answers
149 views

Perl to Python/Ruby code translator

I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
8
votes
10answers
448 views

Why is (python|ruby) interpreted?

What are the technical reasons why languages like Python and Ruby interpreted (out of the box) instead of compiled? It seems to me like it should not be too hard for people knowledgeable in this …
-2
votes
5answers
198 views

Python on Rails?

Would it be possible to translate the Ruby on Rails code base to Python? I think many people like Python more than Ruby, but find Ruby on Rails features better (as a whole) than the ones in Python …
1
vote
6answers
190 views

Effective Interpreted Programming Language for File/Image manipulation

I need to make a script to read images from a directory, rename them, resize them to a MAX_HEIGHT, MAX_WIDTH, put a watermark logo and save them in JPG. I was thinking on doing this with an …
0
votes
2answers
134 views

Python equivalent of ruby’s __method__?

I want to be able to do this: def asdf(): print __method__ "asdf" Thanks, Noah
3
votes
8answers
125 views

Integration Testing for a Wep App

I want to make a full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I'm seeking …
69
votes
25answers
5k views

What does Ruby have that Python doesn’t, and vice versa?

There is a lot of discussions of Python vs Ruby, and I all find them completely unhelpful, because they all turn around why feature X sucks in language Y, or that claim language Y doesn't have X, …
1
vote
5answers
81 views

Python equivalent of ruby’s StringScanner?

Is there a python class equivalent to ruby's StringScanner class? I Could hack something together, but i don't want to reinvent the wheel if this already exists.
0
votes
3answers
96 views

translate python method to ruby

What would be the correct translation of the following Python method to Ruby? def uniqueCombinations(self, items, n): """ items: list of elements n: number in a group """ if n == …
3
votes
3answers
114 views

Is there a library that can open and search through a pdf file?

Is there a library that can open and search through a pdf file? Preferably in C, python or ruby...
1
vote
12answers
225 views

Parsing XML - right scripting languages / packages for the job?

I know that any language is capable of parsing XML; I'm really just looking for advantages or drawbacks that you may have come across in your own experiences. Perl would be my standard go to here, …
4
votes
6answers
212 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. For example, I see …
-3
votes
0answers
225 views

If there was one programming language u knew… waht would it be? [closed]

programming is become one thing everyone needs to know these days, more than ever before. Not speaking from the perspective of a typical programmer of course, real programmers need to know more than …
1
vote
7answers
237 views

php developer - what language next? [closed]

Possible Duplicates: Java or Python for an intermediate PHP guy. Career advice. What Should I Learn After PHP? I've been developing in PHP for about 6 or 7 years now. Being a web developer …
3
votes
4answers
89 views

Call Ruby or Python API in C# .NET

I have a lot of APIs/Classes that I have developed in Ruby and Python that I would like to use in my .NET apps. Is it possible to instantiate a Ruby or Python Object in C# and call its methods? It …

1 2 3 4 5 14 next
15 30 50 per page