I have a rotating set of pictures in my app, and some of the pictures are not the exact size or ratio for my UIImageView. I'd like to have it so that the areas
I am working on a signup page. I want to copy a file to another directory via the copy function: It makes a folder with a variable as the name like so: mkdir($s
In the following code snippet, I want my Tkinter program to get the values from text fields and store it in variables. But the problem is, the values stored are
I am an extreme beginner in Python and I am having a difficulty writing a very simple code. I am trying to write a simple code to generate 100 normally distrib
When I run my python script manually from the terminal it runs fine. Within the crontab this is the error it gives. Traceback (most recent call last): File "/
I have a dataset that contains weekly counts from 2019 to 2021. What I want to do is to compare the weekly count for a given week in 2020 to the count for the s
I am trying to edit the messenger bot-builder. I need to add a new option in select "send url" and according to select option I want to show an input field and
I am to write a function with the signature bool groupSum(int arr[], bool lut[], int n, int target, int index); for the partial sum problem, which besides the