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)
Python PyQt5: AttributeError: 'QTabWidget' object has no attribute 'setTabVisible'
This is an error the debugger in PyCharm does not catch but when running the script from the command line or from 'idle', the interpreter catches it.
I put a dummy line in using the setToolTip attribu...
sherril blackmon
Votes: 0
Answers: 2
PyCharm - Trust location not working on Mac OS Monterey
I'm clicking multiple times in Trust Project in my computer (MacBook Pro 2021 with Mac OS X Monterey) to trust Python projects in PyCharm, but does not produces any effect , what should I do ?
Marcos Paulo Júnior
Votes: 0
Answers: 1
Scraping Yelp review content displaying different tags using Beautiful Soup
I'm practicing web-scraping and trying to grab the reviews from the following page: https://www.yelp.com/biz/jajaja-plantas-mexicana-new-york-2?osq=Vegetarian+Food
This is what I have so far after ins...
exlo
Votes: 0
Answers: 1
Pip version in Pycharm
I updated pip to 21.3.1 in windows shell. But, when I create a new env in pycharm, pip is still old version. How can I make it so that each new venv has an up to date version of pip?
TheHarryPop
Votes: 0
Answers: 0