I'm trying to generate augmented image data by pasting objects on different background. Problem is I've objects of different colors and background and the objec
I want to get Tweets in this way: tweepy.Cursor(api.search_tweets, q=query, geocode=geo).items(limit), unit="tw", total=limit) This goes to the api search twee
Im trying to add basic Authorization to my flask rest-x application. By referring to https://github.com/python-restx/flask-restx/issues/271 I have made code cha
I've a dataset of almost 3k colored images each of dim 1920x1080 and I want to store it in a numpy array so when calling shape on it in returns (3716,493,491,3)
miniconda3 environment: windows server 2019 vm python 3.9.10 dask + distributed 2022.2.1 asyncssh 2.9.0 In the process of changing from 2021.x.y dask baseline t
TeleBot, how to set it schedule send after user send message to our bot, i want it auto reply to user after 10mins
Telethon give an error when scrap group more than 6K member ('ChannelParticipants' object is not subscriptable) all_participants = [] all_participants = client.
this is my first question here, so go easy on me. I've computed a certain portfolio in python, for which I've gotten a dataframe (or list for that matter) of ar
I am trying to use borb to extract text from pdf's. Some pdfs works well but when trying to extract text from some pdf's I get extra spaces between all letters
I'm running this github project: https://github.com/Biomatter-Designs/ProteinGAN the second step says 2. Run the training script with python train_gan. but when
I modified the code and added to it the ability to download photos from the wiki. I am downloading the url of the photo from the main wiki page. The problem is
I have a pdf file which holds a few tables containing different colors instead of RGB values. I have been tasked to fetch RGB value from each row and transition
I want to do this on Linux with rar x filename. The RAR archive file is split into parts, for example: Filename-001.rar Filename-002.rar Filename-003.rar I wan
I am using boto3 to deploy my ECS services. I have added the boto3 waiter for ECS as: ecs_client = boto3.client('ecs', config=my_config) waiter = ecs_client.get
I have problem with element selection checkbox with one of the list item in below code snippet. I'm able to select 1st 2nd & 4th Element in below code, howe
I have the following id, i would like to groupby id and then replace value X with NaN. My current df. ID Date X other variables.. 1 1/1/18
I'm running into some peculiar behavior that I don't understand. I have a python/C++ module (call it X) built using pybind11. In my build directory I have build
When I use Jupyter Notebook in linux firefox on very light applications I have no problems. As I increase a bit the application resource intensivity, the browse
I hit the wall trying to make request to https://1stkissmanga.io/ due to CloudFlare protection. I prepared header and cookie (which i read from Firefox) but sti
I'm trying to format my code with autopep8 (because this appears to be the default one in VSCode). But there is a problem with it: I am using a lib that doesn't