I use this library https://github.com/jaseg/python-mpv and PySide6 to embed MPV in container (QWidget) in python. I want to draw the button (or something else m
I am new to the flutter and for practice purposes, I am creating a blood donation app, in my app, I have added a registration form for donor registration, now w
I am learning 'Automate the Boring Stuff with Python', here is the code in the book: import csv, os os.makedirs('headerRemoved', exist_ok=True) #Loop through
#include <iostream> using namespace std; class A{ public: int a; }; class B: virtual public A{}; class C: virtual public A{}; class X{ public: int c;
I'm developing a kind of question search engine based on Course wise, Subject wise by entering the keyword or question. Here I am querying the database based o
I'm currently working on the Mapping Software problem in the Tuple Unpacking lesson in the Python Data Structures course on SoloLearn. I ran my code in my own I
I'm having hard time creating logic for this. I jave a flutter app in which i want to show same screen for both admin and user but for admin i want to add CRUD