"파이썬의" is not found on TREX in Korean-English direction
Try Searching In English-Korean (파이썬의)

Low quality sentence examples

클래스를 소개하기 전에, 파이썬의 스코프 규칙에 대해 몇 가지 말할 것이 있습니다.
Before introducing classes, I first have to tell you something about Python's scope rules.
어떤 이들은 이러한 예제를 파이썬의 프롬프트에서 타이프하는데 문제가 있을수 있다.
Some people have had problems trying to type this example in at the Python prompt.
오늘은 파이썬의 간단한 선형 회귀 예제를 살펴보고, 언제나처럼 SciKit Learn 라이브러리를 사용할 것입니다.
Today we will be looking at a simple Linear Regression example in Python, and as always, we will be using the SciKit Learn library.
(C++ 프로그래머의 경우: 파이썬의 모든 메서드는 효과적으로 가상입니다..
(For C++ programmers: all methods in Python are effectively virtual.).
팀 피터스, 파이썬의 선(Zen.
zen of python.
그는 잘으로 알려져 있습니다 파이썬의 저자 언어를 프로그래밍하고은 현재 Google에 의해 고용되어.
He is well known as the author of Python programming language and is currently employed by Google.
파이썬의 치명적인 내부 에러가 감지되었을 때. os. _exit() 가 호출될 때.
When a Python fatal internal error is detected, or when os._exit() is called.
목록은 NumPy 배열과 유사한 또 다른 데이터 구조이지만 NumPy 배열과 달리 목록은 핵심 파이썬의 일부입니다.
Lists are another data structure, similar to NumPy arrays, but unlike NumPy arrays, lists are a part of core Python.
(C++ 프로그래머를 위한 표현으로: 파이썬의 모든 메서드는 실질적으로 virtual 입니다..
(For C++ programmers: all methods in Python are effectively virtual.).
In 파이썬의 루프는 튜플 변수로 작업 할 수 있으므로 여러 변수를 동시에 루프하는 것이 간단합니다.
In loops in python can work with tuple variables, so it is simple to loop on multiple variables at the same time.
일반적으로, 파이썬의 특정 실행에 무관한 값을 가진 객체만 이 모듈에서 쓰고 읽을 수 있습니다.
In general, only objects whose value is independent from a particular invocation of Python can be written and read by this module.
사실, 파이썬의 math. sqrt()
In fact, Python's math. sqrt()
(첫 번째 판은 지금은 제거된 파이썬의 regex 모듈을 다뤘습니다만,
(The first edition covered Python's now-removed regex module,
python과 함께 편지에는 단계를 수행, 파이썬의 파일에 사용 권한을 부여 해야?
then follow the steps to the letter with python, you have to give permissions to the file of python?
또한, 파이썬의 숫자 계산에 기록 된 책의 숫자는, 예를 들어 SciPy와 관련된 책에 구글 검색을 참조하십시오.
In addition, a number of books have been written on numerical computation in Python, see for example a Google search on books related to SciPy.
파이썬의 itertools. groupby() 함수를 실제로 사용하는 방법에 대한 이해하기 쉬운 설명을 찾을 수 없었습니다.
I haven't been able to find an understandable explanation of how to actually use Python's itertools. groupby() function.
이 함수는 파이썬의 함수, aFunction을 aSequence의 각 구성원에 적용한다.
This function applies a Python function, aFunction to each member of aSequence.
다른 프로그래밍 언어들과 비교할 때, 파이썬의 클래스 메커니즘은 최소한의 새로운 문법과 개념을 써서 클래스를 추가합니다.
Compared with other programming languages, Python's class mechanism adds classes with a minimum of new syntax and.
파이썬의 다운로드 페이지 또는 자신의 운영체제의 패키지 관리자로부터 파이썬 3을 받을 수 있습니다.
Get Python 3 at Python's download page or with your operating system's package manager. For Windows users.
사실 파이썬의 변수는 다른 수많은 언어, 특히 정적 타입 언어의 변수와는 아주 다릅니다.
In fact, in Python, variables are very different from what they are in many other languages, specifically statically-typed languages.