Good morning, I have this code below that send an email with an attachement (excel file) and a table in email's body. Sub Email() Dim outapplication As Object
My text file looks like this {} /n {}/n When I use readline, I get it as a list , like ['{}' , '{}] how do I remove the string and read them a
We have a base solution developed in C#. Many times, we make customer specific changes. For such "customizations", we make a copy of the base solution folder, n
Hard to put into words but I am looking for a function that takes an array and reduces it down to a given size. The use case is specifying ticks for graph in d3
I have a code like this. And dictionary like this {0: 2, 1: 7, 2: 11, 3: 15}. I am trying to implement hash table using dictionary for array arr=[2,7,11,15]. 2
My problem is when i try to run this code if log_to_tensorboard: from torch.utils.tensorboard import SummaryWriter if log_to_tensorboard: writer = SummaryWrite