On Wed, Oct 8, 2014 at 11:14 AM, Rustom Mody <rustompm...@gmail.com> wrote: > So pushing beginners away from print can push them up the learning > curve more quickly
Or more quickly discourage them. I still use print for all sorts of things. In my opinion, there is often no need for fancy loggers, str.format, or the write method of file-like objects. Print will often get you a "good enough" result faster than the other means. Skip -- https://mail.python.org/mailman/listinfo/python-list