What is the translation of " PYTHON INTERPRETER " in Korean?

['paiθn in't3ːpritər]
['paiθn in't3ːpritər]
python 인터프리터
python interpreter
python interpreter

Examples of using Python interpreter in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The Python Interpreter.
Python 인터프리터.
For now it is mostly used in the python interpreter.
그리고 현재 거의 대부분의 platform들이 Python interpreter를 가지고 있다.
Built in Python interpreter, QT and PySide!
기본 제공 Python 인터프리터, QT 및 PySide!
We have already worked with interactive mode Python interpreter.
이제까지 우리는 주로 대화형 mode 내에서 Python interpreter를 사용해왔다.
Install the Python interpreter as explained here.
여기에 설명 된대로 Python 인터프리터를 설치하십시오.
These host applications have a non-QT UI but contain a Python interpreter.
이 호스트 응용프로그램은 비-QT UI를 갖고 있지만 Python 인터프리터가 포함되어 있습니다.
Make sure that the Python interpreter can load Django's code.
Python interpreter가 Django 코드를 load할 수 있는지 확인하세요.
Ve been running our programs one line at a time in the Python interpreter. We'
지금까지 우리는 파이썬 인터프리터에서 한 줄씩 코드를 입력해 프로그램을 실행시켰어요.
You can also start the Python interpreter using any of the following commands.
파이썬 인터프리터를 다음과 같은 명령을 통하여 시작할 수 있습니다..
Probably the best tool for running your tests under multiple Python interpreters is tox.
아마도 여러 파이썬 인터프리터에서 테스트를 실행하는 가장 좋은 도구는 tox입니다.
When it is not handled, the Python interpreter exits; no stack traceback is printed.
처리되지 않으면, 파이썬 인터프리터가 종료됩니다; 스택 트레이스백은 인쇄되지 않습니다.
One way to think about it is that each process runs in its own Python interpreter.
그것에 대해 생각하는 한 가지 방법은 각 프로세스가 자체 Python 인터프리터에서 실행된다는 것입니다.
If no script name was passed to the Python interpreter, argv[0] is the empty string.
파이썬 인터프리터에 스크립트 이름이 전달되지 않으면, argv[0]은 빈 문자열입니다.
Python Interpreter Path: Set Python Interpreter Path for Django build.
Python Interpreter Path: 장고 프로젝트가 사용하는 파이썬 인터프리터의 경로를 설정합니다.
A simple verification in your Python interpreter would show that factorial(5) gives you 120.
파이썬 인터프리터의 간단한 확인은 factorial (5)이 120을 제공한다는 것을 보여줍니다.
Thus, invoking pydoc spam documents precisely the version of the module you would get if you started the Python interpreter and typed import spam.
따라서, pydoc spam을 호출하면 정확히 파이썬 인터프리터를 시작하고 import spam을 입력할 때 얻는 모듈의 버전을 설명합니다.
This is also known as the Python Interpreter or a REPL(for'Read Evaluate Print Loop').
이것은 Python 인터프리터 또는 REPL ( 'Read Evaluate Print Loop'용)으로 알려져 있습니다.
(It appears to be a Python implementation detail beyond the control of PL/Python that some of theenvironment variables listed on the python man page are only effective in a command-line interpreter and not an embedded Python interpreter.).
(이것은 PL/Python의 제어를 넘어서는 Python 구현 세부 사항으로,python man 페이지에 나열된 환경 변수 중 일부 는 명령행 인터프리터에서만 유효하며 임베디드 Python 인터프리터에서는 유효하지 않다.).
At the time of writing this document the current version of the Python interpreter software is version 2.3.4.
이 문서를 작성 하는 시점에서 파이썬 인터프리터 소프트웨어의 현재 버전은 2.3.4 버전입니다.
On Windows this comes with the Python interpreter, but in other operating systems you may need to install it through your package manager.
Windows에서는 파이썬 인터프리터가 제공되지만 다른 운영 체제에서는 패키지 관리자를 통해 설치해야 할 수도 있습니다.
The namespace containing the built-in names is created when the Python interpreter starts up, and is never deleted.
내장 이름들을 담는 이름 공간은 파이썬 인터프리터가 시작할 때 만들어지고 영원히 지워지지 않습니다.
These cloud-based Python interpreters may not be able to execute some of the more complex examples in this tutorial, but they will be adequate for running most of the simpler ones and may be a nice way to get you started.
이러한 클라우드 기반 Python 인터프리터는 이 자습서에서 보다 복잡한 예제 중 일부를 실행하지 못할 수 있지만 대부분의 간단한 예제를 실행하는 데 적합하며 시작하는 데 좋은 방법이 될 수 있습니다.
Some of the environment variables that are accepted by the Python interpreter can also be used to affect PL/Python behavior.
Python 인터프리터에서 허용되는 환경변수 중 일부는 PL/Python 동작에 영향을 줄 수 있다.
The modules described in this chapter provide a wide range of services related to the Python interpreter and its interaction with its environment.
이 장에서 설명하는 모듈들은 파이썬 인터프리터와 그 환경과의 상호 작용과 관련된 다양한 서비스를 제공합니다.
For C or C++ programmers,two additional manuals exist: Extending and Embedding the Python Interpreter describes the high-level picture of how to write a Python extension module, and the Python/C API Reference Manual describes the interfaces available to C/C++ programmers in detail.
C와 C++ 프로그래머를 위해서는 두 개의 설명서가 따로 제공된다:Extending and Embedding the Python Interpreter 는 파이썬 확장 모듈을 작성하는 방법에 대한 큰 그림을 설명하고, Python/C API Reference Manual 은 C/C++ 프로그래머에게 제공되는 인터페이스들을 상세하게 기술한다.
To write extensions in C or C++, read Extending and Embedding the Python Interpreter and Python/C API Reference.
C 나 C++ 로 확장하려면 Extending and Embedding the Python Interpreter 와 Python/C API Reference Manual 를 읽으세요.
Assuming you now have Tasker, SL4A and the Python interpreter installed lets create the Profiles and Tasks that will do the work.
이제 Tasker가 있다고 가정하면 SL4A와 Python 인터프리터가 설치되어 작업을 수행 할 Profiles and Tasks를 만들 수 있습니다.
Be sure to try the following in a newly-started Python interpreter, and don't just continue from the session described above.
새로 시작된 파이썬 인터프리터에서 다음을 시도해보고, 위에서 설명한 세션을 계속 진행하지는 마십시오.
Like in the section about the very high level interface, the Python interpreter does not directly interact with the application(but that will change in the next section).
매우 고수준의 인터페이스에 관한 절에서와같이, 파이썬 인터프리터는 애플리케이션과 직접 상호 작용하지 않습니다 (하지만 다음 절에서 바뀔 것입니다).
What is the Python Global Interpreter Lock(GIL)?
What is the Python Global Interpreter Lock (GIL) by Real Python을 기반으로 작성하였다?
Results: 54, Time: 0.047

How to use "python interpreter" in an English sentence

An introduction to using the Python interpreter "Idle".
NOTE: The Python interpreter is called as python3.
The Python interpreter itself is developed at devel:languages:python:Factory.
Fix python interpreter path in some python files.
Python Interpreter says "Hello world!" back to you.
It also includes a Python interpreter for scripting.
I ran the Python interpreter to verify it.
Python interpreter (2.6.4) crashed with a segmentation fault.
Python interpreter that runs in an HTML textarea.
Python interpreter based and it is platform independent.
Show more

How to use "python 인터프리터" in a Korean sentence

Python 인터프리터 경로가 사용하는 모든 플랫폼에 대해 정의되어 있는지 확인하십시오(기본적으로 SG 데스크톱은 현재 사용 중인 플랫폼에 대해서만 인터프리터 경로를 설정함).

Word-for-word translation

Top dictionary queries

English - Korean