phob

↗ HN profile [ 3037 ms ] full profile
Karma
60
Created
December 15, 2009 (16y ago)
Submissions
0
  1. You can run python on heroku with a system call from a ruby app. Just run something like: @output = `echo \"#{variable}\" | python script.py`. This will let you read standard out from a python script.