<div dir="auto">Interestingly enough....<div dir="auto"><br></div><div dir="auto">I ran into an error following these instructions in the given e-mail...</div><div dir="auto"><br></div><div dir="auto">So I googled it..</div><div dir="auto"><br></div><div dir="auto">I think</div><div dir="auto"><br></div><div dir="auto">"import Tkinter" is more for python 2</div><div dir="auto"><br></div><div dir="auto">"import tkinter" is actually the python 3 way if i'm understanding right</div><div dir="auto"><br></div><div dir="auto">I was getting an error with Tkinter, but not tkinter, and a google suggested the above might be the case.</div><div dir="auto"><br></div><div dir="auto">I'm definitely not the expert here.</div><div dir="auto"><br></div><div dir="auto">(or anywhere else!)</div><div dir="auto"><br></div><div dir="auto">-Rob</div><div dir="auto"><br></div><div dir="auto">I'm undecided if i want to come in with an old unpatched debian system or work in the ubuntu subsystem in windows (I haven't used either in a few months really) -- I just set up the debian install when i ran into the above.,</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Jun 10, 2017 11:05 AM, "Jorg Kewisch" <<a href="mailto:jorg@bnl.gov">jorg@bnl.gov</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ha!!! Thunderbird has changed. it used to be that clicking "reply" would<br>
send the mail to the list, now it sends it to the sender only and there<br>
is a new "reply list" button. Yesterday I send this:<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>-<br>
On 05/16/2017 03:30 PM, odinson wrote:<br>
> Hello<br>
><br>
>     Great news!   Jorg Kewisch has agreed to do the learning Python talk<br>
> on 6/13.   This has a very wide cross operating system appeal.  It's<br>
>  the perfect meeting to promote.  Make up a flyer, put it where folks<br>
> will see it.<br>
><br>
>     Tell one tell all!<br>
><br>
> Thanks so much.<br>
><br>
> Matt<br>
><br>
<br>
<br>
In preparing the talk I realized how much python is doing for you, so<br>
there are a lot of details to learn and my talk is on the lengthy side.<br>
I could easily make it twice as long. Who wrote: "I am sorry to write<br>
such a long letter, I did not have the time to write a shorter one"<br>
Let's see how it goes, I will be learning too (teaching).<br>
<br>
So bring your laptops, have python3 installed, and the python-tk<br>
package. type<br>
<br>
python3<br>
>>> import Tkinter<br>
<br>
to test it. Other great packages (I will not talk about) are numpy,<br>
scipy and sympy.<br>
<br>
<br>
Jorg<br>
------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>-<br>
<br>
<br>
And it went just to Matt instead of the list.<br>
<br>
Yes, we are using python3. For the beginner there is only one difference<br>
between python2 and python3:  print has become a function instead of a<br>
statement and you have to add parenthesis.<br>
<br>
<br>
<br>
On 06/09/2017 10:30 PM, Robert Wilkens wrote:<br>
> Is the Python talk still on for Tuesday?<br>
><br>
> Is it recommended we come with a particular version of python<br>
> installed?  I remember starting to learn python, at the time python 3<br>
> was current, but the tutorial was encouraging us to program in python<br>
> 2.7 or something like that.  I never got very far with the whole thing<br>
> because i was confused with why not use the latest and greatest.<br>
><br>
> -Rob<br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Lilug mailing list<br>
> <a href="mailto:Lilug@lists.lilug.org">Lilug@lists.lilug.org</a><br>
> <a href="http://lists.lilug.org/listinfo.cgi/lilug-lilug.org" rel="noreferrer" target="_blank">http://lists.lilug.org/<wbr>listinfo.cgi/lilug-lilug.org</a><br>
><br>
______________________________<wbr>_________________<br>
Lilug mailing list<br>
<a href="mailto:Lilug@lists.lilug.org">Lilug@lists.lilug.org</a><br>
<a href="http://lists.lilug.org/listinfo.cgi/lilug-lilug.org" rel="noreferrer" target="_blank">http://lists.lilug.org/<wbr>listinfo.cgi/lilug-lilug.org</a><br>
</blockquote></div></div>