ㅇ 애플은 NVIDIA GPU 사용에도 불리하고 개발환경도 편하지 않다.
- 대안: 구글 코랩 -> 클라우드 기반의 무료 노트북 개발 환경
- 차선: 통합 ML 환경 구축 ==> 파이썬 IDE (통합 개발 환경)
1.Jupyter Notebook(아나콘다 기본)
2.Visual Studio Code
3.PyCharm
ㅇ Jupyter Notebook (아나콘다) 설치
- 여러가지 수학 및 과학 패키지(Package)들을 기본적으로 포함하고 있는 파이썬 배포판
- www.anaconda.com/
- jupyter.org/
coding-kindergarten.tistory.com/2
[코딩유치원] 파이썬 개발환경 구축 1편 (파이썬 VS 아나콘다)
안녕하세요, 왕초보 코린이를 위한 코딩유치원에 오신 것을 환영합니다. [코딩유치원 파이썬 개발환경 구축 강의] 2021.03.02 - [파이썬 기초/개발환경 구축] - [코딩유치원] 파이썬 개발환경 구축 1
coding-kindergarten.tistory.com
ㅇ Visual Studio Code 설치
- marketplace.visualstudio.com/items?itemName=ms-python.python
Python - Visual Studio Marketplace
Extension for Visual Studio Code - Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
marketplace.visualstudio.com
coding-kindergarten.tistory.com/5?category=967446
파이썬 개발환경 구축 3편 (VS code 설치 및 초기설정, 한글패치)
안녕하세요, 왕초보 코린이를 위한 코딩유치원에 오신 것을 환영합니다. [코딩유치원 파이썬 개발환경 구축 강의] 2021.03.02 - [파이썬 기초/개발환경 구축] - [코딩유치원] 파이썬 개발환경 구축 1
coding-kindergarten.tistory.com
VS code에서 파이썬 사용에 필요한 EXTENSIONS
1. Python
2. Python for VSCode
3. Python Extension Pac
ㅇ PyCharm 설치
PyCharm: the Python IDE for Professional Developers by JetBrains
The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...
www.jetbrains.com
ㅇ Python 설치
- 현재(2021년 1.2일) brew로 pyenv를 설치하면 xcode sdk의 경로 문제로 인해서 python이 제대로 컴파일되지 않습니다.
따라서 brew를 사용하지 말고, git으로 설치하길 권장합니다.
ㅇ Tensorflow 설치
- www.tensorflow.org/install/source?hl=ko
소스에서 빌드 | TensorFlow
소스에서 TensorFlow pip 패키지를 빌드하고 Ubuntu Linux 및 macOS에 설치합니다. 명령어는 다른 시스템에도 적용될 수 있지만, Ubuntu 및 macOS용으로만 테스트되었으며 지원됩니다. 참고: 잘 테스트되고
www.tensorflow.org
ㅇ Google Colab
- 구글에서 지원하는 Cloud Jupyter Notebook
colab.research.google.com/notebooks/intro.ipynb
Google Colaboratory
colab.research.google.com
coding-kindergarten.tistory.com/4?category=967446
[코딩유치원] 파이썬 개발환경 구축 2편 (어떤 IDE를 사용할까?)
안녕하세요, 왕초보 코린이를 위한 코딩유치원에 오신 것을 환영합니다. [코딩유치원 파이썬 개발환경 구축 강의] 2021.03.02 - [파이썬 기초/개발환경 구축] - [코딩유치원] 파이썬 개발환경 구축 1
coding-kindergarten.tistory.com
'1. SW 개발 & IT 트렌드' 카테고리의 다른 글
Ventoy 1.0.43 release (21.05.08) (0) | 2021.05.09 |
---|---|
[맥 Mac 개발 환경] 기본 개발 환경 설정 (0) | 2021.05.03 |
[맥 Mac 개발 환경] C/C++ 개발 환경 설정 (0) | 2021.05.03 |
Vertical 서비스 데모룸 (0) | 2021.05.02 |
Raspberry Pi: a versatile tool for biological sciences (0) | 2021.04.17 |
댓글