Re: [Tutor] Best way to install Python 3 onto Windows 10

2016-03-19 Thread paul . hermeneutic
I would visit http://www.python.org/ and hover over the "Downloads" text, then choose the desired package. If you want a 64-bit kit, go to https://www.python.org/downloads/release/python-351/ and choose "Windows x86-64 executable installer". On Tue, Mar 15, 2016 at 3:31 PM, Ken G. wrote: > Havin

[Tutor] tk Radiobutton example

2016-02-15 Thread paul . hermeneutic
+I am working through "Python GUI Programming Cookbook" by Burkhard Meier. https://www.packtpub.com/application-development/python-gui-programming-cookbook On page 20, the variable curRad is set to a string then to a Radiobutton. What is the purpose of setting curRad to a string? for col in range