Re: [Tutor] Help

2015-08-10 Thread Cameron Simpson
On 10Aug2015 11:40, Alex Kleider wrote: On 2015-08-10 11:13, Emile van Sebille wrote: On 8/10/2015 10:07 AM, Alan Gauld wrote: PS. What is SDSU? San Diego State University I'd guess. Emile South Dakota State is the other possibility. They seem to addreviate to sdstate. At least as a do

Re: [Tutor] Help

2015-08-10 Thread Cameron Simpson
On 10Aug2015 18:07, ALAN GAULD wrote: PS. What is SDSU? Google told me San Diego State University. Cheers, Cameron Simpson To be positive: To be mistaken at the top of one's voice. Ambrose Bierce (1842-1914), U.S. author. The Devil's Dictionary (1881-1906). _

Re: [Tutor] Pep 8, about indentation

2015-08-10 Thread Marc Tompkins
On Aug 10, 2015 12:17 PM, "David Rock" wrote: > Yeah, BS is more accurate (although BS says Delete on my keyboard). > Gotta love consistency :-) I'm guessing you use a Mac, then...? Whenever I have to use a Mac keyboard, the lack of a Delete/relabeling of the Backspace key drives me nuts. The e

Re: [Tutor] Pep 8, about indentation

2015-08-10 Thread David Rock
* Alex Kleider [2015-08-10 11:26]: > On 2015-08-10 08:33, David Rock wrote: > > > You might want to add softtabstop as well. > > set softtabstop=4 > > > > It's very handy for allowing the delete key to go back TAB number of > > spaces (ie, deletes those 4 spaces you just inserted). > > I got

Re: [Tutor] Help

2015-08-10 Thread Alex Kleider
On 2015-08-10 11:13, Emile van Sebille wrote: On 8/10/2015 10:07 AM, Alan Gauld wrote: PS. What is SDSU? San Diego State University I'd guess. Emile South Dakota State is the other possibility. ___ Tutor maillist - Tutor@python.org To unsubscr

Re: [Tutor] Help

2015-08-10 Thread Alan Gauld
On 10/08/15 19:14, Shannon Callahan wrote: Telling me about it...being kook for beginner. The first thing you should do is focus on getting Python onto your Mac and going through a basic tutorial. If you've programmed before in another language then you can use the official tutorial on pyhon.or

Re: [Tutor] Pep 8, about indentation

2015-08-10 Thread Alex Kleider
On 2015-08-10 08:33, David Rock wrote: You might want to add softtabstop as well. set softtabstop=4 It's very handy for allowing the delete key to go back TAB number of spaces (ie, deletes those 4 spaces you just inserted). I got it working but the key needs to be the 'backspace' key, not t

Re: [Tutor] Help

2015-08-10 Thread Emile van Sebille
On 8/10/2015 10:07 AM, Alan Gauld wrote: PS. What is SDSU? San Diego State University I'd guess. Emile ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Help

2015-08-10 Thread Alan Gauld
Forwarding to list for completeness. Please use reply All when responding to the list. On 10/08/15 18:17, Shannon Callahan wrote: > So it is really hard to make such code for it? It's hard for a beginner. It's non-trivial for an expert. But there are libraries such as Google's speech to text li

Re: [Tutor] Speech Recognition (was Help)

2015-08-10 Thread Laura Creighton
Shannon Callahan, I found this blog post: https://wolfpaulus.com/jounal/embedded/raspberrypi2-sr/ Looks like this person is using CMUs Sphinx to do the speech recognition stuff. Maybe this is what you are looking for? Laura ___ Tutor maillist - Tuto

Re: [Tutor] Help

2015-08-10 Thread Alan Gauld
On 10/08/15 03:10, Shannon Callahan wrote: -I am trying to have it able to hear like three specific commands such as "hey, hello, sir". That's a very ambitious target for someone who is new to Python. In fact that's quite an ambitious plan even for someone experienced in Python - unless you h

Re: [Tutor] Pep 8, about indentation

2015-08-10 Thread David Rock
* Alex Kleider [2015-08-07 21:50]: > > Here is what I've got in my ~/.vimrc file: > set autoindent > set shiftwidth=4 > set expandtab > set textwidth=72 > set scrolljump=2 > set scrolloff=2 > > I'll add > set tabstop=4 You might want to add softtabstop as well. set softtabstop=4 It's very

Re: [Tutor] Help

2015-08-10 Thread Cameron Simpson
On 09Aug2015 19:10, Shannon Callahan wrote: Sorry for my lack of clear explanation. Yes, I am having problem to install python into my mac laptop. -I am trying to install python into my mac laptop Macs normally ship with Python installed already, version 2.7. If you need a specific version,

Re: [Tutor] R: Tutor Digest, Vol 138, Issue 26 Re: Problem on select esecution of object in a class (Alan Gauld)

2015-08-10 Thread Alan Gauld
On 05/08/15 21:33, jarod_v6--- via Tutor wrote: ena = Rnaseq(options.configura, options.rst, options.outdir) cmdset = [ ena.trimmomatic, ena.star, ena.merge_trimmomatic_stats Steven has shown you on

Re: [Tutor] Help

2015-08-10 Thread Shannon Callahan
Sorry for my lack of clear explanation. Yes, I am having problem to install python into my mac laptop. -I am trying to install python into my mac laptop -I am trying to learn how to execute the possible finished code -I am trying to create a code so I can transfer it into SD card so I can put it i