Tagged Questions
60
votes
7answers
11k views
Practicing BDD with python
Which are the most advanced frameworks and tools there are available for python for practicing Behavior Driven Development? Especially finding similar tools as rspec and mocha for ruby would be great.
...
0
votes
2answers
96 views
How to pull specific information from an output in Python
So I have a code that gives an output, and what I need to do is pull the information out in between the commas, assign them to a variable that changes dynamically when called... here is my code:
...
0
votes
0answers
115 views
Python Project with Mocha and Blender. Will take any help?
Project Background:
Rotoscope a scene in Mocha, specifically one object, export the shape data, take the file given from the exported shape data and translate the points locations into a translatable ...