Basic python question here: do I need something like clutter or cgkit to make simple graphics? For example, I’d like to draw a circle wherever there is a touch. I’d like to keep it as simple as possible for now so I know why I’m doing what I’m doing.
How do I check what’s installed on my system? I found out today that there are at least 2 versions of python that mac users should be aware of, that from python.org and whatever comes with the developer tools. Which should I use, and how do I know what I’m using?
