I have a couple of excel files with different sheet names Was wondering if its possible to iterate through all of the sheet names without giving a variable "she
I'm trying to achieve: from X import Y where Y is a string name of a module that is only known during runtime. I've tried using module = importlib.import_modul
Hi am attempting to connect mongoose with ssl and ca certificate for this i am trying to with below code : import { Module } from '@nestjs/common'; import { Mon
I've a drf view with a signup that takes: { "github": "", ... "user": { "username": "john", "password": "pass" } } ok, now I need to build a new endpoi
I'm trying to update the component after a user inputs new data. Currently on componetDidMount() I call my reducer to fetch data from an API and return it to th
Seriously - read the question all the way through before attempting to answer it. "Use a different browser" doesn't answer this question. The question is this
I would like to put an int into a string. This is what I am doing at the moment: num = 40 plot.savefig('hanning40.pdf') #problem line I have to run the progr
I want to test that MyException is thrown in a certain case. EXPECT_THROW is good here. But I also want to check the exception has a specific state e.g e.msg()