<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">On Wed, Jan 30, 2019, 4:23 PM Abe Dillon <<a href="mailto:abedillon@gmail.com">abedillon@gmail.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">Consider that<font face="monospace, monospace"> math.pi </font>and <font face="monospace, monospace">math.e </font>are constants that are not all caps, have you ever been tempted to re-bind those variables? </div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I generally use 'from math import pi as PI' because the lower case is confusing and misnamed.</div></div>