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 | 31 |
Tags
- identityHashCode
- node.js
- arraycopy
- 엔드포인트
- finalize
- parameter group
- Wrapper class
- 내부클래스
- 스트림
- Stream
- Inbound
- Up Casting
- dbeaver
- access modifier
- Java
- down casting
- pycharm
- lambda
- public static final
- 셔뱅
- 파이참
- 깊은 복사
- 얕은 복사
- constructor
- 자바
- has-a
- generic programming
- extends
- shebang
- singletone
Archives
- Today
- Total
٩(๑•̀o•́๑)و
Python & PyCharm Setting 본문
# PyCharm install URL : https://www.jetbrains.com/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
# Create New Project
# terminal
# shebang (셔뱅) : 현재 파일을 실행해 줄 프로그램을 지정할 때 사용 -> 파이썬 경로 지정
[참고]
파이썬 코딩도장(https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=173294238)