i want to change multiline string within particular marks that is indented in file, example looks like this: non_important_array: [ text ], impo
My first function is the following: def converttemp_kelvin(k): c = k -273.1 return c converttemp_kelvin(20) My second function is th
i am looking for another way that how can i set those fields through database instead of doing in service layer all the time one by one :) I wonder if i can mak
I wrote a program in Python which downloads a .tar.gz archive from a virtual machine. The download works fine, but the problem is that it takes too much time to
I am hoping to use an image of a map that is divided up by regions as a way to click on a region and it takes you to a page of locations within that region. I t
I am sending Telegram bot messages in the following way: bot_message = "Hi **James**, how are you doing?" send_text = f"https://api.telegram.org/bot{bot_token}
Df1: +-------------------+ | Date| +-------------------+ |2020-07-01 00:00:00| |2020-07-02 00:00:00| |2020-07-03 00:00:00| |2020-07-04 00:00:00| |
Is it possible to call a whatsapp contact from other than whatsapp, say for example I have a sip provider. Can I use it to call a whatsapp number?
I'm using the following code to server an Angular app. package main import ( "github.com/gorilla/mux" "log" "net/http" ) func main() { r := m