Re: [Tutor] Next step in learning programming with Python

2018-08-22 Thread Alan Gauld via Tutor
On 22/08/18 15:45, JGledhill via Tutor wrote: > I'm at the point where I want to actually start "programming",> and solving > problems by thinking through them, not just copying code examples. Well done, it's good to recognise that stage in your development. > Any recommendations on how I can b

[Tutor] Next step in learning programming with Python

2018-08-22 Thread JGledhill via Tutor
Greetings, I am at a point where I am familiar with variables, "if", "while", "for", statements etc, as well as the basics of object oriented programming. Up to this point I've mostly been following tutorials, which involves a lot of hand holding. I'm at the point where I want to actually start