Tagged Questions
1
vote
3answers
62 views
Run bash script on `cd` command
I'm python developer and most frequently I use buildout for managing my projects. In this case I dont ever need to run any command to activate my dependencies environment.
However, sometime I use ...
1
vote
1answer
44 views
Dealing with large json file
I have a large json file from a web scraping project I've been doing for a while. Now I'm trying to build a web frontend using the JSON data. I'm having a hard time figuring out the best way to go ...
-3
votes
1answer
30 views
How to iterate through a directory of XML files POSTing each one to a URL and recording the response? [on hold]
I have a folder of XML's requests that have been created, I need to post them to an endpoint and record the response, same filename different folder. It is also important that I can control the speed ...
-2
votes
1answer
37 views
PyPy vs Cpython, will either one drop GIL and support POSIX Threads? [on hold]
Given that the GIL limits pythons ability to support true threads, is it possible to strip it out of current python implementations so that the language can finally support true multithreading. ...
1
vote
2answers
79 views
Python append or overwrite list element
How do you alternatively append or overwrite a list element in python?
I am currently trying to translate a function I have working in ruby to python, my ruby code looks like such:
def ...
-1
votes
1answer
32 views
Equivalent of time.sleep from python in ruby [duplicate]
I am trying to write program in ruby which needs to make a pause before returning text.
In python you can do this by importing time and then using time.sleep(x). How would one go about doing this in ...
0
votes
0answers
40 views
Need advice on implementing an ERP system using Ruby or Python [closed]
I'm familiar with Ruby or Python so I try to limit my options to these languages.
My client currently uses ProcessMaker (http://www.processmaker.com/) but he would like to switch to local and cheaper ...
0
votes
1answer
49 views
Languages compiling/interpreting to Javascript (such as Ruby/Python/Coffescript) [closed]
Newbie self-learner diving into web development here. My goal is to learn how to build web-apps. Three quick questions:
Ruby and Python seem to have offshoots that compile their respective code ...
-1
votes
1answer
44 views
Python WebApp for a Chef [closed]
So I know this is an odd question but I am having issues finding examples of a online cookbook. To explain more I wanted to create a web app either in ruby or python that is a recipe database for my ...
-2
votes
1answer
60 views
Strange output in a script converted from Python to Ruby, why? [closed]
have tried to convert this gist in ruby, this is my code:
$char_map = ('!.' + '0123456789' + 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' + 'abcdefghijklmnopqrstuvwxyz').scan(/./)
$int_map = Hash.new
...
0
votes
1answer
45 views
Getting Started with Programming/scripting [closed]
I am really hoping that someone can answer some questions for me. I am trying to start learning to programming and don't exactly know where to start. I have narrowed down my choices for ...
0
votes
0answers
27 views
Using opscode's omnibus installer in windows 7
I am working my way through a video tutorial at http://gettingstartedwithdjango.com/en/lessons/introduction-and-launch/
I am working on win7 and using git-bash for my terminal. I have installed the ...
-2
votes
2answers
67 views
Create website image programatically [closed]
When I look at social bookmarking website or web master tools, they have a screenshot of a website showing.
I would like to do the same thing.
How can I go about doing this? (I know they are not ...
2
votes
0answers
133 views
Running Heroku Cedar Locally using Vagrant
I would like to develop my Django Heroku app in an environment as close to Heroku's Cedar stack as possible using Vagrant.
The best solution I have found so far for building the mocked up environment ...
1
vote
4answers
122 views
How to fix ruby error: sh: 1: make: not found
I am working my way through a video tutorial at http://gettingstartedwithdjango.com/en/lessons/introduction-and-launch/
I am working on win7 and using git-bash for my terminal. I have installed the ...