Posts by Lucas Silluzio • 21 points
3 posts
-
0
votes1
answer22
viewsA: How to make a call from a script that is in another folder
Speak Ant! All right? I believe your question was very open. When creating your question, always remember to put more details, examples of your code and describe your attempts and errors. For the…
-
0
votes1
answer168
viewsA: Type Object 'datetime.datetime' has no attribute 'datetime'
Talk Chuck! All right? I couldn’t find in your code which import you are performing inside the datetime library. I believe the error is in the confusion of the module name. To use the…
-
1
votes0
answers25
viewsQ: Why use re.Compile? What’s the difference between using only the desired Pattern?
We can find some difference when using re.Compile inside Python? Assuming a file with 10 lines composed by dates and a file with 10,000 lines of dates. A Pattern could be pattern =…