반응형

분류 전체보기 405

Google Colab (Colaboratory) python library module install, upgrade, uninstall

Google Colab (Colaboratory) python library install 1. Python module install/upgrade/uninstall 1-1. Module install!pip install (module name)ex,!pip install scikit-learn 1-2. Module upgrade!pip install --upgrade (module name)ex,!pip install --upgrade scikit-learn 1-3. Module uninstall!pip uninstall (module name)ex,!pip uninstall scikit-learn 2. Program install, upgrade, remove 2.1 Program install!..

개발/Python 2021.05.01

Ubuntu shutdown, reboot shortcut keys

1. shutdown shortcut key Alt + SysRq(PrtSc) + O 2. reboot shortcut key Alt + SysRq(PrtSc) + B 3. 키보드 단축키 설정 설정 > 키보드 바로 가기 > 사용자 설정 바로 가기 > + 클릭 이름 : 종료 명령 : gnome-session-quit --power-off 바로가기 : (단축키 설정) > 추가 클릭 참고 : askubuntu.com/questions/53263/shut-down-computer-from-keyboard Shut down computer from keyboard Is there a keyboard shortcut available to shutdown the computer? I know I can use th..

OS/Ubuntu 2021.04.27

A Byte of Python

한글판 번역본 HTML :byteofpython-korean.sourceforge.net/byte_of_python.html A Byte of Python지금까지 프로그램을 작성할 때, 우리는 데이터를 다루는 명령들의 블록인 함수들의 조합으로 프로그램을 구성하였습니다. 이러한 설계 방식을 절차 지향 프로그래밍 기법이라고 부릅니다. 이byteofpython-korean.sourceforge.net 원본(영문) HTML :python.swaroopch.com/ Introduction · HonKit"A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Pyt..

개발/Python 2021.04.22

A Byte of Python (한국어 번역본) - Google Play Book

A Byte of Python (한국어 번역본) - Google Play Book 바로가기https://play.google.com/books/reader?id=xD96CAAAQBAJ https://play.google.com/books/reader?id=xD96CAAAQBAJ"A Byte of Python" 은 무료로 제공되는 파이썬 프로그래밍 교재입니다. 이 책은 파이썬을 처음 접하는 분들을 위한 튜토리얼 혹은 가이드의 역할을 하도록 쓰여졌습니다. 컴퓨터로 텍스트 문서를 작play.google.com 바로가기 불가 시구글 도서 > 검색 > "A Byte of Python" 입력 후 검색https://play.google.com/store/books/details/Swaroop_C_H_A_Byte_o..

개발/Python 2021.04.22
728x90
반응형