Re: [Tutor] New blog that has solution for python programs

2017-06-03 Thread Jay Lozier
On 06/02/2017 09:07 PM, Mats Wichmann wrote: I don't think "what the authors might want" is the only factor here. Personally, I think these programming challenge sites probably do more harm than good, discouraging people that they're not good enough to be a programmer because they can't solve t

Re: [Tutor] New blog that has solution for python programs

2017-06-03 Thread Mats Wichmann
> I don't think "what the authors might want" is the only factor here. > Personally, I think these programming challenge sites probably do more > harm than good, discouraging people that they're not good enough to be a > programmer because they can't solve the (often exceedingly tricky) > prob

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread meenu ravi
Great, thanks! On Jun 2, 2017 10:26 PM, "Danny Yoo" wrote: > Steven says: > > >> I don't think "what the authors might want" is the only factor here. > >> Personally, I think these programming challenge sites probably do more > >> harm than good, discouraging people that they're not good enough

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Danny Yoo
Steven says: >> I don't think "what the authors might want" is the only factor here. >> Personally, I think these programming challenge sites probably do more >> harm than good, discouraging people that they're not good enough to be a >> programmer because they can't solve the (often exceedingly t

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread meenu ravi
Thank you all for your views. I was hesitating for the same reason. Now I'm clear that I shouldn't go for a blog that gives straightforward solution for the challenges. Thanks, Meena On Jun 2, 2017 7:30 PM, "Steven D'Aprano" wrote: > On Fri, Jun 02, 2017 at 05:00:37PM -0700, Danny Yoo wrote: >

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Steven D'Aprano
On Fri, Jun 02, 2017 at 05:00:37PM -0700, Danny Yoo wrote: > Legality is the lowest of bars. We should aim higher. > > I'm pretty sure that the listed sites should strongly prefer *not* to have > solutions available like this. > > The more I think about this, the more I'm tending to say: don't

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Danny Yoo
Legality is the lowest of bars. We should aim higher. I'm pretty sure that the listed sites should strongly prefer *not* to have solutions available like this. The more I think about this, the more I'm tending to say: don't do this. It may feel like charity, but the authors of the problem sets

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Danny Yoo
I'm not a fan of the idea of publishing solutions of coding challenge problems because it often violates the honor codes of institutions. Even if some sites are okay with this, the majority probably are not. Rather than muddy the water, might be best to skirt the issue. What is the problem you're

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Mats Wichmann
On 06/02/2017 11:27 AM, meenu ravi wrote: > Hello, > > I'm planning to create a blog that provides solution with explanation for > python programming challenges available in websites like Hackerearth, > codecademy, etc., so that if others also share their solution along with > explanation in the s

Re: [Tutor] New blog that has solution for python programs

2017-06-02 Thread Japhy Bartlett
The only legal concern is if you're copying challenges directly from the sites; someone has some sort of ownership and copyright on the code and description. Don't copy / paste anything and you'll be fine. If you do, check the license first (it may be open source). On Fri, Jun 2, 2017 at 12:2