Re: [Tutor] When do you know you're ready to start applying for jobs?

2017-12-12 Thread Rex via Tutor
Hi Matthew, I am 61 years old and started to learn Python last winter to both exercise my mind and get a better handle on what this world of technology has become. I’ve got a degree in biochemistry which I’ve never used professionally and the only programming experience I ever had was in

Re: [Tutor] IDLE

2017-12-29 Thread Rex via Tutor
I am a beginner and am using PyCharm as my editor. It’s great and free. It also provides some very nice courses that work within the editor. Google PyCharm.edu Sent from my iPhone > On Dec 29, 2017, at 3:53 PM, Mats Wichmann wrote: > >> On 12/29/2017 11:28 AM, Alan Gauld

Re: [Tutor] help

2018-02-07 Thread Rex via Tutor
I think you need to convert the input value to an integer with int(variable_name) Sent from my iPhone > On Feb 7, 2018, at 4:34 PM, Frank Dominguez wrote: > > greetings, > this is my first time using python and i just cannot figure out what I am > doing wrong im

[Tutor] import tkinter as tk

2018-04-03 Thread Rex via Tutor
At the Python command prompt, I write: import tkinter as tk top = Tk() Traceback (most recent call last): File “”, line 1, in module NameError: name ‘Tk’ is not defined I see under my Python36 directories for both the Lib and libs directories both of which have a directory or file referencing