Sponsor
-
Recent Posts
Categories
Meta
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
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