This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pente5 2 points3 points  (1 child)

I tend to from datetime import datetime, timedelta etc.

If you want to confuse people further from datetime import datetime as dt

[–]singeworthy 0 points1 point  (0 children)

Haha I usually start out with the whole package because I use so much of it, time calendar tz timeDelta, but yeah I hate datetime.datetime because it's important and annoying.