Lets say I have 2 lists: L1 = [2,4,1,6] L2 = [1,5,2,3] The output should be a new list that contains the biggest numbers found in L1 or L2 based on their pos
I am doing scraping using selenium. i want to scrape all the video urls that are present in the 626 products on the 25 pages. but while extracting the url it gi
I have some css selectors to style every even and every odd occurance but for whatever reason the odd even selection is switch for a particular set of elements
I have an annoying problem when using machine learning library PyML. PyML uses libsvm to train the SVM classifier. The problem is that libsvm outputs some text
I have developed a small crystal reports win forms application that connects to an Access DB in the local network and shows a set of basic reports. I used VS 2
I'm trying to display a snack bar when user logs out (I'm trying not to avoid using the fluttertoast package). In my welcome screen, I have a button that goes t