now = datetime.datetime.now()
this_month_start = datetime.datetime(now.year, now.month, 1)
this_month_end = datetime.datetime(now.year, now.month, calendar.monthrange(now.year, now.month)[1])
RÉFÉRENCES
https://zhuanlan.zhihu.com/p/95919866
[Python implementation of Huawei machine test] character statistics and rearrangement
List of articles Preface Tit
Python object oriented -- basic concepts of classes and objects, relationships between classes and objects, and class design
One 、 Concepts of classes and