반응형
파이참(Pycharm)으로 Hello world 찍기
- Pycharm Empty 프로젝트 생성하기 : https://www.jetbrains.com/help/pycharm/2016.1/creating-empty-project.html
파이참 첫 화면!
Pycharm의 프로젝트 구조 : https://www.jetbrains.com/help/pycharm/2016.3/project-structure-dialog.html
Empty Project에서 마우스 오른쪽 클릭하여 Python File 추가
파일에 Print ("Hello, world") 입력하고 실행하면!
C:\Users\Aileen\AppData\Local\Programs\Python\Python35\python.exe C:/Users/Aileen/PycharmProjects/exam_project/HelloWorld.py
Hello, world!
Process finished with exit code 0
'◼︎ 개발 > 텐서플로우' 카테고리의 다른 글
[텐서플로우] 기본 예제1) (0) | 2017.03.23 |
---|---|
[텐서플로우] Open GL과 Open CL (0) | 2017.03.23 |
7. [Mac] 에서 텐서플로우(Tensorflow) GPU 설치하기 (0) | 2017.03.22 |
6. 텐서플로우 시작하기 (0) | 2017.03.19 |
5. 김성 머신러닝 git hub 소스 다운로드 받기 (0) | 2017.03.18 |
4. 파이참(Pycharm)에서 텐서플로우 예제 실행해보기 (0) | 2017.03.17 |
1. Tensorflow 윈도우/맥에서 설치하기 (0) | 2017.03.17 |