I'm trying to make a regex to match unescaped comma characters in a string. The rule I'm looking for is "A comma not preceded by an even number of backslashes"
I need to find consecutive days from the data frame but I am having some trouble trying to find them. I tried R, Excel, and Python but still couldn't find the s
I'm having trouble with the formatting of my array when it it saved to a csv file, each time I run the program I get a different result, sometimes the string "c
Search all over the internet, thread after thread tried every solution possible almost 2 days and can't find solution. I have already tried to reinstall python
A project written in windows in a shared folder with an Ubuntu 18.04 virtual machine when building apk gives the following error: # Install platform # Run '
I wanted to ask help from this community for a solution for this: I made a python gui that I can run fine when using the terminal in pycharm.
I have been trying to create an HTML-Like table using PyQt5 in terms of copying functionality. However, I am stuck at the following issue: when copying data fro
What are the possible ways of reversing order of any output? For example, if I have a code like this: for i in range(10): print(i) This is fairly a simple
To illustrate my example Try running: print(1//0.1) print(1/0.1) print(int(1/0.1)) Output: >>> print(1//0.1) 9.0 >>> print(1/0.1) 10.0 >&g
Hi i develop a project with python. the name of the project is drawing robot. I use turtle module. For example i entered F 45. firstly i made lexical analysis a
I have python 3.10.4 and pip 22.1 on my Mac, and I'm trying to install numpy-stl, but it shows the following error: % pip install numpy-stl Collecting numpy-stl
I am trying to start an eBay API in Python and I can't find a single answer as to how to get an API key with eBay's new requirements of "Account Deletion/Closur
I'm writing a Python script with CX_ORACLE which will take about 20K files and upload them into a BLOB column. They are PDFs,CSVs,TXTs, and JPGs. I'm just not u
I want to set the Ursina window resizable to False, just like tkinter. window.resizable(False, False)
I am doing a Django project in which I have added a live chat feature using Django channels. When I finished the messaging part I worked on other parts of the p
For normal signin/signup i'm using django's default singin/signup, but in facebook and google login i'm using django allauth, and to implement django allauth i
I'm trying to calculate the rolling average of a column of datetime objects. In my scenario, the input data are the last day below freezing each year for ~100 y
I have troubles in using for loops in Python. I wrote this code: x=5 people=['Mary','Joe'] genders=['she','he'] for person in people: print(person) for
Currently I have the following: [gh-actions] python = 3.7: py37 3.8: py38 3.9: py39 3.10: py310 pypy-3.7: pypy3 pypy-3.8: pypy3 [tox] m
I have a list of polygon's corners points (polygon) and a list of x,y points (points). when I do mpltPath.Path(polygon).contains_points(points) I get a list of