목록Software/Python (5)
Practice Makes Perfect
pip install pyinstaller pyinstaller ./practice.py pyinstaller -F ./practice.py -> 하나의 exe 파일로 만들어줌
1. anaconda cmd -> jupyter notebook --generate-config 만듬 2. config 파일 에서 -> c.NotebookApp.notebook_dir " '' 패스 추가 3. jupyter notebook 바로가기 속성 -> %USERPROFILE% 삭제, 시작위치 %HOMEPATH% 삭제 4. jupyter notebook 재 실행
my_list = [] 추가 .append() 삭제 del my_list[0] 정렬 my_list.sort() 값 개수 세기 my_list.count()
[] -> 대괄호 리스트 [] -> 값이 채워져 있으면 True, 비어있으면 False {} -> 중괄호 딕셔너리
1. Anaconda 설치 (https://www.anaconda.com/products/individual-d) 2. git 설치 (https://git-scm.com/) 3. cmd 창에서 pip install tensorflow -> 텐서플로워 설치 cmd 창에서 설치 확인 conda list -> library 확인 git version 확인 참고 - colab - https://codeshare.io Codeshare - Share code in real-time with developers in your browser Sorry but your browser is not compatible with Codeshare. Download the latest Chrome, Firefox, Edge,..