komodo

python runtime warning debugging

python runtime warning debugging Question: I am trying to learn Python, and I am still a novice so please bear with me. I am using the Komodo IDE environment. I currently wish to debug a a runtime warning that says: RuntimeWarning: invalid value encountered in greater & (matrixCsvOutput[:,8] > 30))[0] ,:] Now, I wish to …

Total answers: 3

Creating class instance properties from a dictionary?

Creating class instance properties from a dictionary? Question: I’m importing from a CSV and getting data roughly in the format { ‘Field1’ : 3000, ‘Field2’ : 6000, ‘RandomField’ : 5000 } The names of the fields are dynamic. (Well, they’re dynamic in that there might be more than Field1 and Field2, but I know Field1 …

Total answers: 11

Komodo Edit Changes Python sys.path If you "Show in Explorer"

Komodo Edit Changes Python sys.path If you "Show in Explorer" Question: I am using Komodo Edit, a code editor. When I right click on projects and click "Show in Explorer", it will pop up a box just like Windows Explorer at the directory my project is. This is very convenient. However, I noticed an insidious …

Total answers: 4

How to start IDLE (Python editor) without using the shortcut on Windows Vista?

How to start IDLE (Python editor) without using the shortcut on Windows Vista? Question: I’m trying to teach Komodo to fire up IDLE when I hit the right keystrokes. I can use the exact path of the shortcut in start menu in the Windows Explorer location bar to launch IDLE so I was hoping Komodo …

Total answers: 13