Re: [Tutor] Recommended Resurce or strategy for beginning students

2019-02-21 Thread Matthew Polack
Hi All, Just wanted to update this thread regarding a resource for beginning students. We are now 4 weeks into the course and have found an excellent youtube series that goes from absolute basics. https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpMMs5lskzBApYXn0bl7emsW The big advantage for us in

Re: [Tutor] Recommended Resurce or strategy for beginning students

2019-02-21 Thread Mike Barnett
Congratulations!! When going through PySimpleGUI…. There are some tutorial videos if your students like to learn that way. https://www.reddit.com/r/Python/comments/9nvdmw/tutorial_beginning_as_in_your_first_time_gui/ And be sure and check out the new PySimpleGUIWeb implementation. https://www.re

Re: [Tutor] Help Please

2019-02-21 Thread DL Neil
Mario, On 21/02/19 3:30 AM, Mario Ontiveros wrote: Hello, I am new to python and have been stuck on this for a while. What I am trying to do is to remove rows with void, disconnected, and error on lines. The code I have does that, the only problem is that it removes my header because voi

[Tutor] Conway's game of life

2019-02-21 Thread Phil
Thank you for reading this. It's been quite some time since I've attempted any programming and since I've recently discovered PySimpleGUI I thought I'd have a go at programming Conway's game of life. Unfortunately, I've been stuck trying to resolve a logic error for the past couple of weeks using