Skip to content

deeplog/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

파이썬 자료 구조

  1. List

  2. Tuple

  3. Dictionary

  4. Set

  5. Numpy

  6. Pandas

  7. Class

개발환경 세팅

  1. 가상환경 설치 및 셋팅
python -m pip install --user -U virtualenv
python -m virtualenv .venv
  1. 가상환경에서 jupyter lab 설치(jupyter notebook 자동 설치됨)
.venv\Scritps\activate
pip install jupyter-lab
jupyter-lab

About

python study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors