| python Programming Glossary: pleasing__lt__ instead of __cmp__ http://stackoverflow.com/questions/1061283/lt-instead-of-cmp  not self other but in the code above I wanted to keep the pleasing symmetry of only using . As to why __cmp__ had to go since we.. 
 Distributing my python scripts as jars with jython? http://stackoverflow.com/questions/1252965/distributing-my-python-scripts-as-jars-with-jython  of annoying so if you want to avoid that and get the more pleasing java jar myapp.jar arg1 You'll have to do a bit more work until.. 
 How to cleanly keep below 80-char width with long strings? http://stackoverflow.com/questions/15664101/how-to-cleanly-keep-below-80-char-width-with-long-strings  or less nowadays as I think it looks more aesthetically pleasing for the most part. Sometimes though the code ends up looking.. 
 Clojure Jython interop http://stackoverflow.com/questions/2129253/clojure-jython-interop  you can ._jcall them. The latter option is somewhat more pleasing as it accepts a Java array of regular Java objects although.. 
 Javascript style dot notation for dictionary keys unpythonic? http://stackoverflow.com/questions/224026/javascript-style-dot-notation-for-dictionary-keys-unpythonic  d DictObj d.something 'one' I find it more aesthetically pleasing than d 'something' . Note that accessing an undefined key returns.. 
 Python GUI framework for Mac OS X http://stackoverflow.com/questions/2393514/python-gui-framework-for-mac-os-x  but with more relaxed license terms and I find it pleasing and useful I also like the fact that with no extra effort on.. 
 String comparison in Python: is vs. == [duplicate] http://stackoverflow.com/questions/2988017/string-comparison-in-python-is-vs  liked to use 'is' because I find it more aesthetically pleasing and pythonic which is how I fell into this trap... but I wonder.. liked to use 'is' because I find it more aesthetically pleasing and pythonic which is how I fell into this trap... but I wonder.. 
 Why do we use __init__ in python classes? http://stackoverflow.com/questions/8609153/why-do-we-use-init-in-python-classes  five. If you later change your mind you can do fido Cat 4 pleasing as long as you've created a class Cat and fido would from then.. 
 |