When I am trying to install Cartopy keep getting below error: C:\Users\Justin\Documents\Python Programs>pip install cartopy Collecting cartopy Using cache
I have a table in SQL SERVER as below with many columns like below | D401 | D402 | |----------------------------
I am attaching a piece of my code in which I try to display the text in the Entry field with predefined text. I use entry.set_placeholder_text for this, but unf
I'm getting this error egg:info error Collecting fuse-python Using cached fuse-python-1.0.5.tar.gz (49 kB) Preparing metadata (setup.py) ... error error:
The following code sets up selenium with chromedriver: import os import selenium print(selenium.__version__) url = 'https://home.treasury.gov/policy-issues/fina
I use Selenium in Python for scraping. The following error is displayed when I try to click button tag. ElementClickInterceptedException: Message: element click
I have a function in my script that checks if the user is already registred in the DataFrame. But I'm having a problem, sometimes this function simply doesn't w
Question: How do I get an error message, if something does wrong in PyQt5 and my program crashes with the PyCharm console message "Process fin
for index, rows in taxcode[['ITC Tax Code']].iterrows(): if str(taxcode['ITC Tax Code'][index]).endswith('ZERO') and taxcode['% VAT rate verification'][index] =
im trying to make a camera for my character and i keep getting this when i run the code import collections import pygame from camera import * from settings impo
SOLVED, answer below! Here is the relevant fragment of the code: def redraw() -> int: subprocess.call(['tput', 'reset']) cursor.hide() print(get_
I need a program that groups "names" and "birthdates" from a file and then prints them into two different sections as follows: Name A Masinga Etc. Birthdate 21
I am trying to get data from list within list data1 = [['Once per day', '50 times per day', 'Once per week', 'Twice per day'], ['Serverless', 'Infrastructure as
There are plenty of errors for me when I try to use pixray, I have no idea what's how to fix any of them. I would appreciate some help. Here are the errors: P.S
Good day! I am writing a telegram bot and using aiogram library. Everything seems to be working fine when I run my code. However, if I leave the bot running fo
I have a folder with images, I read all the images and resize them from 300x300 to 96x96 with this code: from PIL import Image import os size = (96,96) list_of
I am new to python and may have been overly optimistic about the first project I want to tackle. I want to create a program that will help me allocate my checks
I am trying to read a json file into a pandas dataframe, the import from MongoDB from completed as below client = pymongo.MongoClient("localhost", 27017)
I can't compile my project, here is my code Traceback (most recent call last): File "/home/vova/.local/bin/buildozer", line 5, in <module> from buil
This is the array of data: Input Data: list1 = [{'user': 1, 'coins': 2}, {'user': 18, 'coins': 8}, {'user': 1, 'coins': 1}, {'user': 3, 'coins': 1}, {'user': 5,