Practice question

Skip Montanaro skip.montanaro at gmail.com
Wed Oct 8 12:27:16 EDT 2014


On Wed, Oct 8, 2014 at 11:14 AM, Rustom Mody <rustompmody at 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



More information about the Python-list mailing list