Re: [Tutor] how do i delete the questions that i asked and it has been shared in web

2014-03-12 Thread Kodiak Firesmith
In fact all of these messages are being distributed and saved to various mailing list web mirrors as we send them. Your requests to delete the message will also appear pretty soon after you send them. On Wed, Mar 12, 2014 at 2:38 PM, Tim Krupinski tdkrupin...@gmail.comwrote: No. On Wed, Mar

Re: [Tutor] Which computer operating system is best for Python

2014-02-05 Thread Kodiak Firesmith
In response to the OP with considerations for budget and the target learner: * At this stage in operating systems and python setups, I posit that the easiest and most meritorious path is to use a beginner's Linux that is easy to install and focuses on a good desktop experience. The best offering

Re: [Tutor] most useful ide

2014-02-02 Thread Kodiak Firesmith
Pycharm is nice for bigger projects (since tou can collapse any section); but it's crazy resource intensive. For Linux Gedit can be made very nice for python, and of course vim in the shell is very nice with the right ~/.vimrc. On Feb 2, 2014 11:20 AM, scurvy scott stopitscu...@gmail.com wrote:

Re: [Tutor] ubuntu hassles.

2014-01-06 Thread Kodiak Firesmith
a Redhat guy so I can't walk you through it step by step, but I was able to pull up some Ubuntu documentation on this system here: http://manpages.ubuntu.com/manpages/lucid/en/man8/update-alternatives.8.html Hope this helps! - Kodiak Firesmith On Mon, Jan 6, 2014 at 11:38 AM, Matthew Ngaha chigga

Re: [Tutor] idle problem

2014-01-03 Thread Kodiak Firesmith
Hello Alejandro! Try running idle via a terminal and see if it's throwing out any error information. (-d switch for dubug) I've moved on to a mix between PyCharm and Vim depending on how big of a project I'm working on, but I still have idle installed so I can probably help a bit more if