Tagged Questions

3
votes
4answers
56 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 …
0
votes
1answer
17 views

copy files from IIs6.0 server to client machine without showing file dialog window on click of button in ASP.NET 3.5

Hi, File.VBS file should be copied from IIS6.0(File.VBS file will be deployed in IIS along the ASP.NET3.5 application) server to Client “TEMP” folder with out opening the file dow …
1
vote
7answers
204 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. B …
0
votes
1answer
31 views

Python alternative of ruby watirrecorder?

Hello, I'm looking for a tool to record scripts for web application testing in python, similar to ruby watirrecorder. The latter is basically a tool that generates the script for w …
0
votes
3answers
96 views

Multi Language Starter Templates

I'm currently working through some code katas in multiple languages (Ruby, Perl, Python)/frameworks (Rails, Django, Mojo). It seems every time I start a new project from scratch I …
1
vote
6answers
83 views

Is there any Python module similar to Distributed Ruby

I am new to Python. Just want to know is there any module in python similar to ruby's drb? Like a client can use object provided by the drb server?
65
votes
25answers
4k 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 …
0
votes
12answers
178 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 sta …
2
votes
1answer
85 views

Finding and adding twitter users?

Any suggestions for a good twitter library (preferably in Ruby or Python)? I have a list of usernames, and I need to be able to programmatically follow these users. I tried twitt …
3
votes
15answers
411 views

Best language for introductory “higher level” programming course.

My CS department is currently considering a new introductory "high level" programming course. It is partly aimed at non-majors or those with other primary majors that will find it …
-1
votes
4answers
118 views

programming training and consultancy not for a company, but an individual

I'm interested in Ruby, Python, PHP and Java. Does programming training and consultancy the way I described exist for any of those programming languages? Is it good? Why? Is it on …
2
votes
5answers
163 views

Finding words from random input letters in python. What algorithm to use/code already there?

I am trying to code a word descrambler like this one here and was wondering what algorithms I should use to implement this. Also, if anyone can find existing code for this that wou …
6
votes
11answers
204 views

Debugging a scripting language like ruby

I am basically from the world of C language programming, now delving into the world of scripting languages like Ruby and Python. I am wondering how to do debugging. At present the …
23
votes
16answers
4k views

Why is Ruby more suitable for Rails than Python?

Python and Ruby are usually considered to be close cousins (though with quite different historical baggage) with similar expressiveness and power. But some have argued that the imm …
4
votes
2answers
141 views

Ruby methods equivalent of “if a in list” in python?

In python I can use this to check if the element in list a: >>> a = range(10) >>> 5 in a True >>> 16 in a False How this can be done in Ruby?

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