Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code help
#11
Quote:i didn't seem to find one into visual code studio
You didn't look very hard. While it is true that VSCode does not support python, or any language, out of the box, there is a python extension.
There are many tutorials and videos about using VSCode for python programming. It is my IDE of choice.
Quote:the only other option is pycharm or visual studio code
What about Spyder? I have not used it, but it gets rave reviews. PyDev sits on top of Eclipse if you like that environment. Eric, Thonny, Wing? Probably more.
Reply
#12
(Dec-10-2024, 05:17 PM)ndc85430 Wrote: Perhaps you haven't installed the Python extension? See, for example https://code.visualstudio.com/docs/languages/python.

oh i tried that apparently it seems i have to install python with terminal but idk the command for that
Reply
#13
You already have Python installed don't you? You just need to install the extension in VS Code then. This really isn't too hard.
Reply


Forum Jump:

User Panel Messages

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