I'm not good at English, so I use a translator. I'm sorry. I'm working on a project to control drones on mobile, and I'm going to find a module called dronekit
How can I return all the titles on the page along with the views, year and channel name? import urllib.request from bs4 import BeautifulSoup as soup import pand
Im trying to use MUI (MaterialUI's React Component library) for the first time. I followed the installation process shown in documentation and im trying to use
i try to scrape web site to grab some data (Titles) then store it inside a list of string to use later in my text widget,but the problem is there is no data ins
This is my first python program and my first asking a question on stack overflow so I apologize if my code is a mess and or if my question is ill-formatted. I
How can I make a user can only delete or modify their own post. I can successfully add a post with the user id who's logging and I can delete or modify a post b
Disclaimer: I come from the Django world, and I'm setting out about learning about FastAPI, and it seems SQLAlchemy and alembic are the go to ORM tools for Fast
I have the following entities: User and Role. I want to select users with their roles with pagination and filters. Error message: for SELECT DISTINCT, ORDER BY