Elliott Hauser

Results 9 issues of Elliott Hauser

Not sure if these are useful upstream but I needed to handle epiphany specifically and distinguish ChromeOS from other linux so thought I'd share. Edit: come to think of it,...

the `.format` method is replacing the `%` operator, which will eventually be deprecated. Python 3 supports both, so we should cover both in Chapter 6. I'll try to add this...

@csev is this related to any recent server updates? Urllib is returning a 403 for this url, but file loads fine in a browser: http://www.pythonlearn.com/code3/romeo.txt Code: https://trinket.io/python3/00dc702e87 I don't remember...

Things I've encountered as one-offs that I'll Ctrl-f for in all chapters: - [x] remove all `u'unicode strings'` since Python 3 is unicode by default (esp chapter 14) - [...

Some of the materials for this book reference Python 3.0. I think there's one too many significant figures in there. It'd be more correct to say "Python 3"; Python 3.0...

Several chapters have exercise numbering that's off. Edit: This would be a quick fix for a new contributor to tackle! Ctrl-F for Exercise and make sure they count up correctly....

Just discovered this and thought I'd drop a link for consideration. Haven't dug in too deeply but seems like this would give a slick paginated feel to the epub and...

**Is your feature request related to a problem? Please describe.** Somewhat. Currently, logged-in users can't access the documentation by visiting a link like https://runestone.academy/ns/books/published/instructorguide/Introduction.html#prose-philosophy ...unless someone adds `?mode=browsing` to it...

@calebsmith thought I'd see what our new embeddable Trinkets look like in your reveal slides. There are some formatting glitches at weird resolutions but otherwise look pretty slick! I slapped...