<div dir="ltr"><div class="gmail_extra">Well yes, that's the thing about probabilistic algorithms....</div><div class="gmail_extra"><br></div><div class="gmail_extra">As an aside, we can all laugh at fizzbuzz, but you'd be shocked just how brazen people are about their skills/accomplishments on a resume.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I mean, it's so quick to do fizz buzz, just give a cheeky list comprehension and get on with life:</div><div class="gmail_extra">







<p class=""><span class="">['fizz'*(x%3==0) + 'buzz'*(x%5==0) or x for x in range(1,100)]</span></p></div><div class="gmail_extra">I'm sure someone on this list can do an even simpler one with iterators.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 5:29 PM, Joshua Herman <span dir="ltr"><<a href="mailto:zitterbewegung@gmail.com" target="_blank">zitterbewegung@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">I saw that on Hn . The funniest thing is that at the end the trained tensor flow network doesn't even return the correct values after it is trained. <br><div class=""><div class="h5"><div class="gmail_quote"><div dir="ltr">On Wed, May 25, 2016 at 5:09 PM Robare, Phillip (TEKSystems) <<a href="mailto:proba@allstate.com" target="_blank">proba@allstate.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Joel Grus (author of O'Reilly's "Data Science from Scratch: First Principles with Python") has written a hilarious post about being asked to write FizzBuzz in a Python interview.  So he sets up a neural network.  Check out <a href="http://joelgrus.com/2016/05/23/fizz-buzz-in-tensorflow/" rel="noreferrer" target="_blank">http://joelgrus.com/2016/05/23/fizz-buzz-in-tensorflow/</a><br>
<br>
Of course, as one of the comments points out, if you have to do fizzbuzz in Java there is the Enterprise version of FizzBuzz with all the GoF patterns: <a href="https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition" rel="noreferrer" target="_blank">https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition</a>.<br>
<br>
<br>
Phil Robare<br>
_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org" target="_blank">Chicago@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/chicago" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/chicago</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/chicago" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/chicago</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">====<br>JS Irick<br>312-307-8904<br>Consultant: <a href="http://truqua.com" target="_blank">truqua.com</a><br>Coach: <a href="http://atlascrossfit.com" target="_blank">atlascrossfit.com</a><br>Programmer: <a href="http://juicetux.com" target="_blank">juicetux.com</a></div>
</div></div>