Hello Sir,

Seth here. I will check out the Python language in more detail. I got 
caught up reading other material while trying to find fun in motors w/ 
Python. 

Seth

P.S. I really appreciate all the confidence and examples. I will look into 
the python tutorials and try to understand your way of computing w/ the 
BBB, L298, and Python. Also, you are right, I should not be asking about 
Python oriented questions in our forum for the BBB. I will divert future 
questions of Python related material to other forums. Thank you, again. 

On Thursday, May 10, 2018 at 11:17:09 AM UTC-5, Dennis Lee Bieber wrote:
>
> On Thu, 10 May 2018 11:51:02 -0400, Dennis Lee Bieber 
> <[email protected] <javascript:>> declaimed the following: 
>
> >except (KeyboardInterrupt): 
> >        print "BREAK" 
> >except: 
> >        print "Something unexpected happened" 
> > 
>
>         FYI: using a bare "except" is also frowned upon... especially as 
> used 
> in this example -- it doesn't tell you WHAT happened. Better to just leave 
> it out of the code and let the regular traceback explain what happened 
> (and 
> then add an except (xxx) to handle that specific problem). 
>
>
> -- 
>         Wulfraed                 Dennis Lee Bieber         AF6VN 
>         [email protected] <javascript:>    
> HTTP://wlfraed.home.netcom.com/ 
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7bc6e904-e944-4a7b-a395-c9418ba0e798%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to