AttributeError: type object ‘datetime.datetime’ has no attribute ‘datetime’ in Python (2 Examples)

Опубликовано: 13 Февраль 2023
на канале: Statistics Globe
1,888
22

How to deal with the AttributeError: type object ‘datetime.datetime’ has no attribute ‘datetime’ in the Python programming language. More details: https://statisticsglobe.com/type-obje...
This tutorial was created in collaboration with Matthias Bäuerlen: https://statisticsglobe.com/matthias-...
Python code of this video:

from datetime import datetime # Import datetime

x = datetime.datetime(2022, 8, 6) # Creating datetime object does not work
AttributeError: type object 'datetime.datetime' has no attribute 'datetime'

import datetime # Import datetime

x = datetime.datetime(2022, 8, 6) # Creating datetime object works properly
print(x) # Print properly created datetime object
2022-08-06 00:00:00

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – R Programming Group for Discussions & Questions:   / statisticsglobe  
Facebook – Python Programming Group for Discussions & Questions:   / statisticsglobepython  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – R Programming Group for Discussions & Questions:   / 12555223  
LinkedIn – Python Programming Group for Discussions & Questions:   / 12673534  
Twitter:   / joachimschork  

Music by bensound.com


Смотрите видео AttributeError: type object ‘datetime.datetime’ has no attribute ‘datetime’ in Python (2 Examples) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Statistics Globe 13 Февраль 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,888 раз и оно понравилось 22 людям.