I have created a python script that uses a database, which I have to pass in the file when compiling the .exe to a file. I would like to know if it is possible
I'm trying to add a help/information box in my program that pops whenever someone type in a /h, /?, /help commands. I want to make sure that my program accepts
I am writing an application that stores the movies in the photo roll into the local documents folder for the app. I can play remote movies using the MPMoviePlay
I have to implement a function that gets one of two numbers: 4 or 7. The function must return the second number without use of arithmetic operations, for exampl
I have a docker-compose stack which uses standard software containers like: InfluxDB MariaDB Node-Red running on a Industrial Single Board Computer (which may n
I'm a bit confused about what can/can't be used as a key for a python dict. dicked = {} dicked[None] = 'foo' # None ok dicked[(1,3)] = 'baz' # tuple o
I have 3 tables, and a query: SELECT DISTINCT assistent.id as id, name, events.client as client, assistentprice.id as priceid, value FROM `as
I have the following problem with the useInterval hook, Im trying to make the counter stop if it hits count 20, but it seems that the way im currently implement
I have a numpy array of x and y coordinates and want to make it regular. The array is sorted based on its x values (first column): import numpy as np Irregular_