in this code, I tried to decrease the quantity of products from the database when the user places the order, it is working but the problem is just decreasing fr
I am trying to iterate through a 3-D list in python(not numpy but I am willing to convert to a numpy array if this makes it easier) in such a way that from a li
Okay, to start with I should mention this is a very small personal project, and I've only have a handful of coding classes several years ago now. I can figure o
I would like to edit a local TOML file and save it again to be used in the same Python script. In this sense, to be able to change a given parameter in loop. Yo
I am working through some exercises on python and my task is to create a program that can take a number, divide it by 2 if it is an even numbe
I'm new to python and am looking for the best way to import a YAML file into Python and iterate through it to collect relevant appsettings for a specific instan
Is there any way to iterate over lists inside a dictionary. A key inside dictionary contains a list which needs to be iterated over separately from the other li
I tried doing the if else statement for the buzzer. But it finishes the song code first before the else statement runs. I tried running the code and it starts t
I'm supposed to rotate the list iteratively which means put the first element to the last, and the rest move forward until it back to the orig
I created a dictionary from a dataframe using a loop. The key are ID's but some ID's are NaN from source. How can I drop rows in the loop where the ID column (w
I am new to Puppeteer; trying to click on the first div after div with class version-cell create-update. Not all web pages I scrape will have the version-cell c
I have the txt file as follows: 0 1 2 0 // 7697 909 1 // 3536 4921 2 // 1421 6919 3 * 9805 -8620 4 + -862 -5869 ... ...
I have my jupyter notebook (python script) in current directory. In current directory, I have two subfolders, namely a and b. In both directories a and b I have
I have several files with the names RTDFE, TRYFG, FTYGS, WERTS...like 100 files in txt format. For each file, I'm using the following code and writing the outpu
as a task I have to find the maximum number in the RAM locations 10 to 20 and we have to write the solution into RAM[0]. I have a big problem with getting the i
Can someone help me with this Perl code? When I run it, nothing happens. No errors or anything which is weird to me. It reads in and opens the file just fine. I
I tried to find the sum of any array by using the for loop but the i++ part ended up being the deadcode unreachable. I don't understand why? public static int
nested json structure Json Structure: { "id": "30080", "dataelements": { "Name": "abc", }, "children": [ {
My code is a WW2 fact machine and for example if you input "1939" the code should print "start of war". If you input a keyword like "Dunkirk" it should work the
I want to make a long video from a single image in ffmpeg. I need it to be fastly encodeable and at the end the video should have a small file size. Is it pos