I have a google sheet with a table card1 | card2 | card3 | card4 | card5 | card6 | card7 ------+-------+-------+-------+-------+-------+------ set3 | set1 |
i followed the lesson to make a user register using Django, he made this code, like what I have made: class CustomUserForm(UserChangeForm): username = forms
I was trying apply the concept of calling reusable workflows. I have a workflow for automated tests in repo1, and an actions workflow in repo2. The goal is to c
I am creating a dictionary in python in which a user enters his information, such as name and role. Regarding the last two keys, I would like the user to write
I am first time trying to create a XCFramework with below command. xcodebuild -create-xcframework \ -framework ./Logger-iOS.xcarchive/Products/Library/Framework
I am running one shell script from django views.py. Below is the code: def result(request): if request.method=="POST": process=subprcoess.Popen(cmd, s
this is my first post here, and moreover I use google translate to communicate with you, please excuse me if I am not understandable I am also new to programmin
When user presses a button in my app, I want to save an event to the users calendar. By opening up an already filled calendar app. With Android to add an event
Question: Is there a simple way setting: root.iconbitmap(default='Settings/ICON small.ico') for all tkinter windows while using (pyinstaller) splash screen? Pyi