Re: [Tutor] Advanced python recommendations

2018-10-11 Thread Alan Gauld via Tutor
On 10/10/18 20:54, Mats Wichmann wrote: >>> This is actually the concept of test driven development (TDD), which I'm >>> not a huge proponent of personally, but kind of useful for this: >> >> I'm curious: What are the things you find less than satisfactory for TDD? > "TDD as religion" seems to

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread boB Stepp
On Wed, Oct 10, 2018 at 12:09 PM Mats Wichmann wrote: > This is actually the concept of test driven development (TDD), which I'm > not a huge proponent of personally, but kind of useful for this: I'm curious: What are the things you find less than satisfactory for TDD? -- boB

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Mats Wichmann
On 10/10/2018 10:46 AM, Alan Gauld via Tutor wrote: > On 10/10/18 10:53, Mariam Haji wrote: >> ...my current challenge >> with the projects bit is how to pseudo-code and which approach to use as I >> am not very familiar with the entire python syntax and how I can use it > > And that's the whole

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Alan Gauld via Tutor
On 10/10/18 10:53, Mariam Haji wrote: >...my current challenge > with the projects bit is how to pseudo-code and which approach to use as I > am not very familiar with the entire python syntax and how I can use it And that's the whole point of doing projects. You need to really be comfortable

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Abdur-Rahmaan Janhangeer
apart from already said, see popular python projects, and read the source as you would read a book. you'll discover amazing tricks, it'll broaden your horizon. hanging around those who achieved a good level will make you level up. Abdur-Rahmaan Janhangeer Mauritius

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Mariam Haji
Thank you all for the above tips. I actually did python 2 a friend sent it to me. And my current challenge with the projects bit is how to pseudo-code and which approach to use as I am not very familiar with the entire python syntax and how I can use it and as well as python algorithms. So like I

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Mark Lawrence
On 10/10/18 02:22, boB Stepp wrote: On Tue, Oct 9, 2018 at 6:54 PM Mariam Haji wrote: Hi guys, I am on the last exercises of learn python the hard by Zed.A Shaw and I am looking for recommendations on what to follow next or what book to try next to advance my python skills to intermediate

Re: [Tutor] Advanced python recommendations

2018-10-09 Thread boB Stepp
On Tue, Oct 9, 2018 at 6:54 PM Mariam Haji wrote: > > Hi guys, I am on the last exercises of learn python the hard by Zed.A Shaw > and I am looking for recommendations on what to follow next or what book to > try next to advance my python skills to intermediate level. If you are a fan of Zed

Re: [Tutor] Advanced python recommendations

2018-10-09 Thread Mats Wichmann
On 10/09/2018 06:06 PM, Alan Gauld via Tutor wrote: > On 09/10/18 20:09, Mariam Haji wrote: >> Hi guys, I am on the last exercises of learn python the hard> by Zed.A Shaw >> and I am looking for recommendations on what >> to follow next or what book to try next > > The main thing is to write a

Re: [Tutor] Advanced python recommendations

2018-10-09 Thread Alan Gauld via Tutor
On 09/10/18 20:09, Mariam Haji wrote: > Hi guys, I am on the last exercises of learn python the hard> by Zed.A Shaw > and I am looking for recommendations on what > to follow next or what book to try next The main thing is to write a lot of code, so think of a project and build it. The

[Tutor] Advanced python recommendations

2018-10-09 Thread Mariam Haji
Hi guys, I am on the last exercises of learn python the hard by Zed.A Shaw and I am looking for recommendations on what to follow next or what book to try next to advance my python skills to intermediate level. Thank you in advance. Regards, Mariam