프로젝트 의존성을 관리하기 위해 Pipenv virtual environment에 의해 사용되는 dedicated file
python_version 파라미터는 pipenv 환경을 생성했을때 명시한 base interpreter 버전을 의미한다. packages는 프로젝트에 필요한 패키지 리스트를 명시할때 사용한다.
python_version
packages
–no-cache-dir disable cache 여기서 말하는 cache란 아래와 같다. pip으로 설치하는 모듈들의 설치파일들(.whl 등) source file(.tar.gz등)들 사용하는 이유는 도커 이미지를 가능하면 작게 유지하기 위해서이거나 공간을 절약하기 위해서이다. -e option pip install을 할때 -e를 fl...
uvicorn lightning-fast ASGI server implementation, using uvloop and httptools ASGI(Asynchronous Server Gateway Interface) async-capable python web server, frameworks and applications 간의 standa...
Suppress warning pep8 : # noqa pylint : # pylint: disable = line-too-long PyTest 사용시 테스트 코드 전에 코드를 실행하고 싶을때 1 2 3 4 @app.on_event("startup") async def startup_event(...
[Trouble Shooting] cannot resolve column(numeric column name) in Spark Dataframe
Spark Memory Architecture
Comments powered by Disqus.