I was creating an app through Tkinter. And after making I converted into .exe file using pyinstaller. It is good but I want to make it more professional. Like w
I am passing dot separated key as a argument. I have used split(".") and then print the value data. Here is my code: desc = str(sys.argv[1]) st = desc.split("."
I'm trying to develop an app that would normally be considered to be malware, but the customer's demands are very specific and logical. We have around 50-100 ch
I have this code that can pull images off of Pexels, but I don't know how to change it to video. I haven't seen anyone do this before and any help greatly appre
I'm really new to HTML and CSS and I have just studied nesting where I've got an issue with one of the css challenges for beginners. Here are the challenge requ
Here is my model In this CustomerAdd table, I've designed customer_phone with Django builtins unique=True. And for these unique fields, Django raised validation
public static String removeNonDigits(final String str) { if (str == null || str.length() == 0) { return ""; } return str.replaceAll("/[^0-9]/g",
When I do exercise in rustlings, I found that exercise: pub fn capitalize_words_string(words: &[&str]) -> String {} i try to chang
Errors screenshot Error: Could not create the java Virtual Machine. Error: A fatal exception has occurred. And changing the numbers is monitor.ini did not help