Tag Archives: python

Python scripting in Rhino 3D

I have a python script which links to rhino 3d The script needs to be altered numerous times to generate a different image very time It doesn t matter what the image is as long as its different each time … Continue reading

C structs parsing in Python

I’m sure this is terribly wrong, and I’m having a couple of problems. I’ve written out an array of WIN32_FIND_DATAW structures to disk, one after another, and I’d like to consume and parse them in my Python script. The code … Continue reading

I get the error message list assignment index out of range, why? (Python)

Problem: Calculate the mean and standard deviation of a tightly clustered set of 1000 initial conditions as a function of iteration number. The bunch of initial conditions should be Gaussian distributed about x = 0.3 with a standard deviation of … Continue reading

Memory Profiling / Monitoring (Python) on Google App Engine

I’ve been working with app engine for quite some time, I know that there is appstats but those only show datastore/memcache and other not related to actual memory usage stats. I’ve tried to integrate with AppTrace but I can’t continue, … Continue reading

Python sqlite3 and EasyGUI: Using Python to read files in a folder or multiple folders, then Add new gene of the folder and file name of the database?

I am new in python and am trying to add folder names and text files in those folders to the database. The problem is that i don’t know how to add the “textfiles” and “opendirectory” to the database. Please look … Continue reading