Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Break
- 제어문
- if문
- 변수
- 코딩일기
- 비주얼 스튜디오 코드
- animation texture
- 코딩
- 파이썬에디터
- 별찍기
- 조건문
- 유니티 이펙트
- If
- 파이썬
- trail effect
- 반복문
- 조건식
- unity sword trail effect
- 공격범위
- 시각화
- 유니티
- 시야
- 파이참
- 프로그래밍 배우기
- input()
- 기즈모
- While
- animation shader
- or
Archives
- Today
- Total
GameSweetGame
파이썬 에디터? 본문
교육기관에서 파이썬 3.6.5 버전을 같이 설치했다.
이유는 최신 버전에서
파이썬을 설치하면 IDEL이라는 에디터가 같이 설치된다.
초보자는 IDEL에디터를 쓰기를 추천하는데
나는 파이썬 전용 에디터인 파이참을 사용하기로 했다.
http://www.jetbrains.com/pycharm/download
Download PyCharm: Python IDE for Professional Developers by JetBrains
Download the latest version of PyCharm for Windows, macOS or Linux.
www.jetbrains.com
비주얼 스튜디오 코드라는 에디터도 많이 쓴다고 하는데
파이썬 전용은 아니고 여러 언어를 지원하는 에디터다.
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
뭐로 하던 꼼꼼히 배워보자
'Python' 카테고리의 다른 글
파이썬 input()으로 입력 받아서 if 문 연습하기 (0) | 2021.11.23 |
---|---|
파이썬 입력을 받아보자 input() (0) | 2021.11.22 |
코딩 파이썬 제어문 IF (0) | 2021.11.21 |
print("Hello, World!") 처음 해보는 출력 (0) | 2021.11.20 |
Language를 배워보자(파이썬) (0) | 2021.11.18 |