I'm trying to zip the contents of a directory, without zipping the directory itself, however I can't find an obvious way to do this, and I'm extremely new to py
i wanna do an update function , all my data is dynamic and sometimes i would like update just one value. I set up my values , then i used the props default valu
If I have an entity called Book with an Id, Title and Price, how can I update that record's Price without retrieving it from the database first? I only know the
I am trying to simulate PCA Data as follows: q <- 5 # no. of PCs p <- 20 # no. of variables n <- 2000 # no. of individuals eps
I've been struggling a bit with this and hopefully you can help me. So I have a table with employee Login sessions with the following relevant columns: [Employe
I get an error when I write the following in Jetpack compose TopAppBar. I think it's a rudimentary mistake, but I don't know. write error TopAppBar( // ← e
In a VEEML story, I would like to comment on a chart displaying the turnover week by week; Is there a way to display the total turnover of the whole year includ
This one is just to scratch an itch, and probably not even a problem worth solving on it's own. I'd like to write a recursive factorial function to print to the
I am trying to write this code in processing. A Connect Four game uses an Arduino as a controller for each row. After a winner is detected, the game stops. But