Top "Komodo" questions

Komodo Edit is a code editor for several languages (including PHP, Python, JavaScript, XSLT, XML, XHTML, and HTML) which provides syntax highlighting, autocomplete, FTP/SFTP support, etc.

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

I'm trying to teach Komodo to fire up IDLE when I hit the right keystrokes. I can use the exact …

python python-idle komodo pywin
Creating class instance properties from a dictionary?

I'm importing from a CSV and getting data roughly in the format { 'Field1' : 3000, 'Field2' : 6000, 'RandomField' : 5000 } The names of …

class python komodo
"from math import sqrt" works but "import math" does not work. What is the reason?

I am pretty new in programming, just learning python. I'm using Komodo Edit 9.0 to write codes. So, when I write "…

python module komodo