python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Uninstalling Python 3.10 and Installing Python 3.9 on Mac OS Big Sur
I really need help with the following problem. I am trying to figure out how to go about uninstalling Python 3.10.1 on my computer which is a Mac OS Big Sur laptop (Version 11.6.2). I would like to in...
Johnny Ginger
Votes: 0
Answers: 0
How to use escape characters in python fstrings deprecated, without converting to raw string
When running
python3.10 -B -Wall testcode.py
I get the following deprecation warnings in my code which I would like to fix
DeprecationWarning: invalid escape sequence '\:'
DeprecationWarning: invalid ...

remustata
Votes: 0
Answers: 2
AttributeError: module 'collections' has no attribute 'Mapping'
not sure what to do
and having a tough time installing an older version of python
Traceback (most recent call last):
File "/home/g/.local/bin/cairo-compile", line 7, in <module>
...
Geoff Langenderfer
Votes: 0
Answers: 1
Same program giving error for Python3 but not for Python on leetCode
For the leetCode problem "74.Search a 2D Matrix" the following program is accepted for Python.
class Solution(object):
def searchMatrix(self, matrix, target):
rows = len(matrix)...

sourabh tantuway
Votes: 0
Answers: 0