Re: [Tutor] Python Help

2016-11-16 Thread Alan Gauld via Tutor
On 16/11/16 22:51, Omari Lamar wrote: > I am looking for assistance with the python language. Can you send out an > eblast asking that if anyone can offer 1 on 1 assistance via skype to cover > the basics that would be greatly appreciated. Further to Bens message, we don't offer private 1-1 tutor

Re: [Tutor] please help me with after method

2016-11-16 Thread Alan Gauld via Tutor
On 16/11/16 18:48, Freedom Peacemaker wrote: > Hi, i need help. I am using Python 3.4 and I have wrote little app for > windows only ( windows 7 and higher). Its timer and my app working but not > good. Some people said that i should use after method instead of update() after() executes a function

Re: [Tutor] Python Help

2016-11-16 Thread Ben Finney
Omari Lamar writes: > I am looking for assistance with the python language. Yes, we offer that here. You need to ask your question in this forum and volunteers will collaborate to teach you, in public. This way many other people can also benefit from observing the discussion. > Can you send ou

[Tutor] Python Help

2016-11-16 Thread Omari Lamar
Good Day, I am looking for assistance with the python language. Can you send out an eblast asking that if anyone can offer 1 on 1 assistance via skype to cover the basics that would be greatly appreciated. -- Omari Lamar Creating My Future ___ Tutor mai

[Tutor] please help me with after method

2016-11-16 Thread Freedom Peacemaker
Hi, i need help. I am using Python 3.4 and I have wrote little app for windows only ( windows 7 and higher). Its timer and my app working but not good. Some people said that i should use after method instead of update() and nobody told me how. Ive tried many times but i dont know how do it correctl