Re: [Tutor] Spongebob Pythonpants

2015-04-25 Thread Jim Mooney
Unicode for Idiots indeed, a Python list can always find something better than that :) > > http://www.joelonsoftware.com/articles/Unicode.html > http://nedbatchelder.com/text/unipain.html > > > Mark Lawrence > > Batcheder's looks good. I'm going through it. I tried the Unicode Consortium website a

Re: [Tutor] Spongebob Pythonpants

2015-04-24 Thread Mark Lawrence
On 25/04/2015 00:03, Jim Mooney wrote: You can save yourself some time and use a raw string: print(r""" """) Timo Good point. I'll go to site-packages and change that. I import Bob to cheer myself up as I look at Unicode, which is like forcing a kid to go to Sunday school on a bright Su

Re: [Tutor] Spongebob Pythonpants

2015-04-24 Thread Jim Mooney
You can save yourself some time and use a raw string: > print(r""" """) > > Timo > > Good point. I'll go to site-packages and change that. I import Bob to cheer myself up as I look at Unicode, which is like forcing a kid to go to Sunday school on a bright Summer day, instead of playing with P

Re: [Tutor] Spongebob Pythonpants

2015-04-24 Thread Timo
Op 24-04-15 om 04:37 schreef Jim Mooney: I was depressed at the thought of learning unicode, then discovered Python was fun again since I can easily print any ascii art from http://www.chris.com/ascii/ with a multiline print, so long as I replace any backslash with two of them. You can save you

[Tutor] Spongebob Pythonpants

2015-04-24 Thread Jim Mooney
I was depressed at the thought of learning unicode, then discovered Python was fun again since I can easily print any ascii art from http://www.chris.com/ascii/ with a multiline print, so long as I replace any backslash with two of them. Spongebob Squarepants was, of course, the obvious first choi