Posts by Sandino M. Coelho • 46 points
2 posts
-
1
votes1
answer33
viewsA: Npm remove test folders for production
The default I use to remove the test folder for production is to add the folder tests to the file . gitignore in the specific branchs for deploy.
-
2
votes2
answers1145
viewsQ: Python object datetime value extraction.
I need to extract only the time of a datetime object. How to proceed? The object returns the following output: "3 days, 22:01:00"