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)
bpython not running on win 10 despite installed curses
so i went through the workaround in order to be able to run bpython on a windows 10 PC (64 bit, Python 3.10.2).
installed the necessary curses from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
in...
user17965907
Votes: 0
Answers: 1
VScode has stopped showing intellisense for curses library in python
VScode has started acting funny lately.
The first time I played around with "windows-curses" ("curses") library in python with vscode, it showed the intellisense of the library. Bu...
Benjamin Mamistvalov
Votes: 0
Answers: 3
python curses: detect text's display width before printing it
I'm using Python and curses to make a little text editor.
However, I'm having some trouble when trying to compute the width of a given text.
In particular, I've noticed that Chinese characters (e.g. 大...
math4tots
Votes: 0
Answers: 2