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
#11
Interestingly, as seen from the following excerpt from Anaconda's web page, they seem to be nudging current users of Jupyter & Spider towards VS-Code:

Quote:For those who historically have used Spyder, Jupyter Notebook, or other IDEs that work well with Anaconda Distribution, we encourage you to give Microsoft VS Code a try. But don’t worry—we will continue to fully support Spyder, Jupyter Notebook, and other IDEs!

Link: VS Code in Anaconda Distribution 5.1:
A.D.Tejpal
Reply
#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
#13
(Aug-31-2019, 05:49 PM)Axel_Erfurt Wrote: I tested VSCode in Linux. There are too many nonsensical error messages.
It shows hundreds of 'problems' for a working script.
It's the Linter that generate these problems,VS Code let you use what Linter to use Pylint often default if installed.
Turn it off,i have it always off,only turn if want a check.
Command Palette search Linter --> Disable Linting.
Reply
#14
The entry "disable" does not exist here, but I found it in settings.

Thanks Thumbs Up

[Image: 1lYDN_CJdRFvf_ZYGjaM1SaXS6yWNMrTK?e=view...b7gs8h4nf8]
Reply
#15
(Aug-31-2019, 08:25 PM)Axel_Erfurt Wrote: The entry "disable" does not exist here, but I found it in settings

I am not yet familiar with Linter or Linting. However, test on VS-Code on my desktop shows that "Disable Linting" command can be reached as follows:

Cntrl+Shift+P > Command Pallet > Linter > Select Linter > Disable Linting

On revisiting the command pallet, one would expect the last item now to read "Enable Linting". However, it continues to say "Disable Linting". It is not therefore quite evident, whether the action has taken permanent effect.
A.D.Tejpal
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why does pycharm return nothing when Python interpreter does? Jessy 3 4,731 Nov-13-2019, 03:27 PM
Last Post: ndc85430
  Need for 'Network Coding' simplified code Dav 7 3,604 Jul-14-2019, 10:31 PM
Last Post: Skaperen
  Python IDLE intellisense not working on MacPro ? Devarishi 7 3,650 Jun-21-2019, 11:36 AM
Last Post: snippsat
  Old Python-version used by IDLE GeNoS 7 4,219 Apr-13-2019, 08:04 PM
Last Post: Gribouillis
  Need some inputs on IDE comparison on Windows 7: PyCharm (CE) vs Code python300 7 4,637 May-30-2018, 10:42 PM
Last Post: python300
  Installing Python 3.6.4 & using IDLE freddie0245 5 6,327 Dec-24-2017, 02:27 PM
Last Post: freddie0245
  Learn PyCharm and Python 3.6 Aug 2 15:00-16:00 GMT Larz60+ 0 2,723 Aug-01-2017, 07:51 PM
Last Post: Larz60+
  PyCharm cannot post unformatted code sylas 3 4,549 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