Elliott Hauser

Results 20 comments of Elliott Hauser

Thanks- sorry about that. Forgot to run grunt test and grunt uglify. Was thinking they were wrapped into build latest commits add iceweasel and midori detection, to round out the...

Thanks for this report! I'm going to be fixing a bunch of bugs and republishing the trinket HTML version of this in the next two weeks and will hit this....

@csev would you consider some light formatting for the exercises? Maybe bolding the label? ``` **Exercise 1:** Type the following statements in the Python interpreter to see what they do:...

I'm working on this now as part of larger updates to code formatting fr the back half of the book

It's the best I've found. The thing I don't like about it is that I have to download and point it to a file (al least on a chromebook) when...

Changed this issue to reflect what it is: a book-like experience in HTML. The fact that it'd be driven off an epub maybe using the link I dropped above is...

Thanks for the comment! You're exactly right that explicitly closing the file is good practice. Alternately, you'll see a `with open(file) as f` block used, at the end of which...

Seems reasonable. @csev I don't have windows but we could maybe add a [visual basic script](http://superuser.com/a/641661) to do this. Alternately, looks like there're a few [ways to do this headlessly...

Thanks! will hit this with my upcoming edits. @smp3142 I couldn't find the first typo you report. It looks correct to me in Chapter 2. Note: the escaped `*` is...