Using the datetime module in Python to create time-stamped files and folders

preview_player
Показать описание
Demo Datetime Module in Python:
Screencasting Script with FFmpeg and VLC:
Рекомендации по теме
Комментарии
Автор

You should definitely give Python a go, it's well worth it.

clockworkpc
Автор

Hmm, do you not need a newline \n? Or is \n automatically appended with the str() function?

PwnySlaystation
Автор

How do you create a calender using the datetime module in Python.

mufaronziramasanga
Автор

Nevermind, apparently print adds it. Interesting. I've never spent much time with Python. The closest I've probably come to it is Perl extensively in the 90s haha.

PwnySlaystation
Автор

2018-07-09 12:43:59.163000, how to change to just 09/07/2018. this value in string variable.
it means that in list item, fetch the value and want to change short. can you tell me how ???

shahidiqbal
Автор

Yeah it's always been on my list but it's amazing how little time I have to mess with technology because of my job in technology haha. I learned more in a year behind my first computer by myself than I did in my Comp Sci degree. Not that the degree wasn't worth it.

PwnySlaystation
Автор

I know, I'm just an amateur geek doing bits and pieces of everything.

clockworkpc
Автор

You're not a true geek unless you're using vi! ;)

PwnySlaystation