Python 1일차
폰노이만 아키텍처
CRM
SCM
ERP
Big Data
- https://www.selecthub.com/wp-content/uploads/2020/03/BA-Life-Cycle-1024x1024.png
- https://www.saytekinc.com/img/big-data.png
KOCW / edwith
- PythonLecture 가상환경 제거!!!
- PythonLecture 가상환경 생성
- Python=3.9
-
Jupyter-lab 설치
-
Jupyter-lab 실행 : 디렉토리 필요(루트)
- HOME/Works
참고 conda 명령
(base)> conda remove –n 이름 --all
(base)> conda env list
(base)> conda create –n PythonLecture python=3.9
(base)>
(base)> conda install jupyterlab
(base)> dir Works
(base)> jupyter-lab --no-browser Works