New in Python code stuffs need a help, Invoices = Parent, Items = Child, I need to add This child items in parent, If i directly save this with the code be
I have a oracle linux arm64v8 docker image, And I want to install judy packages(judy-devel) into it. But I keep getting Error: Unable to find a match: judy-deve
I'm new in VBA and I’m getting wrong results by doing a dictionary in VBA. Input : column B : societies's ID column A : their stores'IDs column C : amount
While matching an email address, after I match something like yasar@webmail, I want to capture one or more of (\.\w+)(what I am doing is a little bit more compl
I need to implement regular expression that accept only alphanumeric characters and spaces except the spaces at the begining or ending of expression. ' aaaa97
Creating the pcollection PCollection<Row> count = pt.apply(SqlTransform.query(Constants.total_count)); PCollectionView<Long> outputCount = d
i am currently using a java script show more hide less button but the problem i cant use the same button in same page i did change the id and still didn't work
I'm trying to collect specific data using Scrapy and export it to a JSON file. I've created a class specifying the URL and defining the parse function. I can se