Python-3.6.0-IDE für Windows 10?
-
Was haltet ihr für die beste freie/kostenlose Python-3.6.0-IDE für Windows 10? (Schlank, schnell, mächtig)
-
Ich bin gerade auf https://marketplace.visualstudio.com/items?itemName=donjayamanne.python gestoßen. Ich habe bereits Visual Studio 2015 installiert. Ist diese IDE in VS 2015 integriert?
-
mmmmmmmmmm schrieb:
Ich bin gerade auf https://marketplace.visualstudio.com/items?itemName=donjayamanne.python gestoßen. Ich habe bereits Visual Studio 2015 installiert. Ist diese IDE in VS 2015 integriert?
OK, das ist was anderes: Visual Studio Code. Habs installiert. Auf https://marketplace.visualstudio.com/items?itemName=donjayamanne.python steht:
Install the extension Make sure jedi and ctags are installed. Install jedi using pip install jedi. Install ctags from here, or using brew install ctags on OSX. If Python is in the current path You're ready to use it. If using a custom Python Version or a Virtual Environment, use the command Select Workspace Interpreter)
Wie installiere ich ctags von http://ctags.sourceforge.net/?
Und wie verwende ich jetzt die Python-IDE in VC Code?
-
mmmmmmmm schrieb:
mmmmmmmmmm schrieb:
Ich bin gerade auf https://marketplace.visualstudio.com/items?itemName=donjayamanne.python gestoßen. Ich habe bereits Visual Studio 2015 installiert. Ist diese IDE in VS 2015 integriert?
OK, das ist was anderes: Visual Studio Code. Habs installiert. Auf https://marketplace.visualstudio.com/items?itemName=donjayamanne.python steht:
Install the extension Make sure jedi and ctags are installed. Install jedi using pip install jedi. Install ctags from here, or using brew install ctags on OSX. If Python is in the current path You're ready to use it. If using a custom Python Version or a Virtual Environment, use the command Select Workspace Interpreter)
Wie installiere ich ctags von http://ctags.sourceforge.net/?
Und wie verwende ich jetzt die Python-IDE in VC Code?
Die anderen Installationsschritte habe ich schon gemacht. In der ctags58.zip von der ctags-Webseite sind nur Quelltextdateien und eine ctags.exe.
-
VS Code will pylint installieren. Dabei kommt folgende Fehlermeldung:
Requirement already satisfied: six in c:\users\Username\appdata\local\programs\python\python36\lib\site-packages (from pylint) Collecting mccabe (from pylint) Using cached mccabe-0.5.3-py2.py3-none-any.whl Collecting wrapt (from astroid<1.5.0,>=1.4.5->pylint) Using cached wrapt-1.10.8.tar.gz Requirement already satisfied: lazy-object-proxy in c:\users\Username\appdata\local\programs\python\python36\lib\site-packages (from astroid<1.5.0,>=1.4.5->pylint) Installing collected packages: colorama, wrapt, astroid, mccabe, pylint Running setup.py install for wrapt ... error Exception: Traceback (most recent call last): File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str return s.decode(sys.__stdout__.encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x94 in position 95: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\req\req_install.py", line 878, in install spinner=spinner, File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\__init__.py", line 676, in call_subprocess line = console_to_str(proc.stdout.readline()) File "C:\Users\Username\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\compat\__init__.py", line 75, in console_to_str return s.decode('utf_8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0x94 in position 95: invalid start byte
-
Und wie führe ich ein Python-Programm aus VS Code heraus aus?
-
mmmmmmmm schrieb:
Und wie führe ich ein Python-Programm aus VS Code heraus aus?
Install the Code Runner Extension
Open the Python code file in Text Editor, then use shortcut Ctrl+Alt+N, or press F1 and then select/type Run Code, the code will run and the output will be shown in the Output Window.
-
was ist mit PyCharm von Jetbrains? Die IDE ist kostenlos und läuft auf jeder Platform.