Python Forum
VS-Code or PyCharm Vs IDLE For Python Coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VS-Code or PyCharm Vs IDLE For Python Coding
#12
I tested VSCode in Linux. There are too many nonsensical error messages.
It shows hundreds of 'problems' for a working script.

from PyQt5.QtGui import (QIcon, QPixmap)
Quote:No name 'QIcon' in module 'PyQt5.QtGui'

class helpWindow(QMainWindow):
Quote:Undefined variable 'QMainWindow'

That's all total nonsense
Reply


Messages In This Thread
RE: VS-Code or PyCharm Vs IDLE For Python Coding - by Axel_Erfurt - Aug-31-2019, 05:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Improved Python support in SonarLint (PyCharm! Eclipse!) ganncamp 0 3,166 Apr-29-2020, 06:25 PM
Last Post: ganncamp
  Why does pycharm return nothing when Python interpreter does? Jessy 3 5,956 Nov-13-2019, 03:27 PM
Last Post: ndc85430
  Need for 'Network Coding' simplified code Dav 7 5,278 Jul-14-2019, 10:31 PM
Last Post: Skaperen
  Python IDLE intellisense not working on MacPro ? Devarishi 7 5,174 Jun-21-2019, 11:36 AM
Last Post: snippsat
  Old Python-version used by IDLE GeNoS 7 5,965 Apr-13-2019, 08:04 PM
Last Post: Gribouillis
  Need some inputs on IDE comparison on Windows 7: PyCharm (CE) vs Code python300 7 5,981 May-30-2018, 10:42 PM
Last Post: python300
  Installing Python 3.6.4 & using IDLE freddie0245 5 7,774 Dec-24-2017, 02:27 PM
Last Post: freddie0245
  Learn PyCharm and Python 3.6 Aug 2 15:00-16:00 GMT Larz60+ 0 3,212 Aug-01-2017, 07:51 PM
Last Post: Larz60+
  PyCharm cannot post unformatted code sylas 3 5,432 May-24-2017, 10:53 AM
Last Post: sylas

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020