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
- 자바
- arraycopy
- Aice
- aice associate
- 셔뱅
- parameter group
- 파이참
- 스트림
- Up Casting
- has-a
- access modifier
- 파이썬
- singletone
- Python
- dbeaver
- down casting
- Inbound
- generic programming
- identityHashCode
- 얕은 복사
- Java
- pandas
- extends
- ai능력시험
- public static final
- 판다스
- Stream
- 엔드포인트
- pycharm
- 넘파이
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)