I am using Windows 10 & Python 3.9 I am new to Python, after I created venv and facing the following errors: My venv is able to catch the pip path when I
I am working on Salesforce Chatbot development for mobile applications. I have to develop it on xamarin(.Net). For that I need to have .Net libraries but those
template <template <typename...> typename T, template <typename...> typename U> struct is_same_template : std::false_type {}; template <te
I need to remove the image background to white when I pick an image from the image picker, but I don't want to use API for that work. I can use a third-party pl
I'm trying to allow a user on my site to click a button and via an ajax call load an mp3 file that is created on the server to their browser and then begin play
I have a class that has real and imag attributes, class A(): def __init__(self, real, imag): self.real = real self.imag = imag
I have a parent component returning: <List list={list()}> {(item, index) => <div>{item}</div>} </List> where list is a created s