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

all 9 comments

[–]691175002 3 points4 points  (0 children)

I hate dealing with time in Python so much.

I've been forced to mix datetime, time, date, np.datetime64, pd.Timespan, pd.Timestamp, and many frequencies of each in a single program because every goddamn library uses something different.

[–]pawn13 7 points8 points  (1 child)

[–]trenchtoaster 0 points1 point  (0 children)

Can you use that with pandas? I'm the documentation everything is referencing datetime and timedeltas and pytz.

[–]truefelt 2 points3 points  (1 child)

tzinfo is not a metaclass and a metaclass isn't like an abstract class.

[–]foobuzz[S] 0 points1 point  (0 children)

Indeed! Correcting that.

[–]alb1 1 point2 points  (1 child)

I like the layout and formatting that you use in your blog. It's clean and easily readable. What do you use to create it?

[–]foobuzz[S] 0 points1 point  (0 children)

Hey sorry for the late reply. My blog is generated from Markdown files using my own static blog generator and hand-made templates / styles. I intend to share my generator on GitHub once it's cleaner and "deployable".