Skip to content

Commit 7215a92

Browse files
committed
update page link
1 parent e5b1963 commit 7215a92

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

2025-03-27.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ from util.debug import pp
5252

5353

5454
------------------------------------------------------------
55-
### VSCODE Python 실행하기
56-
57-
58-
출처: https://jin2rang.tistory.com/entry/VSCODE-Python-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0
59-
55+
### [VS-code에서 Python 실행하기](https://jin2rang.tistory.com/entry/VSCODE-Python-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0)
56+
6057
------------------------------------------------------------
6158
### 문자열이 가진 속성 목록
6259
#문자열이 가진 속성 목록
@@ -72,8 +69,7 @@ from util.debug import pp
7269
help() : 도움말 페이지를 표시한다.
7370
help(json.load) # 속성을 지정해서 help 페이지를 표사
7471

75-
[Python] help() : 함수, 메서드, 클래스 사용법에 대한 도움말을 아웃풋으로 출력하는 함수
76-
출처: https://m.blog.naver.com/regenesis90/222342030086
72+
* [ [Python] help() : 함수, 메서드, 클래스 사용법에 대한 도움말을 아웃풋으로 출력하는 함수 ](https://m.blog.naver.com/regenesis90/222342030086)
7773

7874
------------------------------------------------------------
7975
### [스크립트] 내가만든 코드
@@ -111,11 +107,10 @@ tdd, unittest, 통합 테스트 모듈 확인하기
111107

112108
------------------------------------------------------------
113109

114-
### [Python] VSCode에서 주피터노트북 실행하기 (가상환경, conda커널 설정 방법)
115-
출처: https://hyunki99.tistory.com/90
110+
* [ [Python] VSCode에서 주피터노트북 실행하기 (가상환경, conda커널 설정 방법) ](https://hyunki99.tistory.com/90)
116111

117-
### [Jupyter Notebook] VS Code에서 사용하기
118-
출처: https://taehooh.tistory.com/59
112+
* [ [Jupyter Notebook] VS Code에서 사용하기](https://taehooh.tistory.com/59)
113+
119114

120115
------------------------------------------------------------
121116
### 3장 - 파이썬 control flow
@@ -144,20 +139,15 @@ if __name__ == "__main__":
144139

145140
------------------------------------------------------------
146141
## 명명 기법
147-
변수명 표기법(카멜, 파스칼, 스네이크, 헝가리안)
148-
[출처] https://blog.naver.com/nkind/222017581135
142+
* [변수명 표기법(카멜, 파스칼, 스네이크, 헝가리안) ](https://blog.naver.com/nkind/222017581135)
149143

150-
[Python] 파이썬 PEP 8 이름 표기와 카멜, 스네이크 케이스
151-
[출처] https://blog.naver.com/dsz08082/222145948352
144+
* [[Python] 파이썬 PEP 8 이름 표기와 카멜, 스네이크 케이스 ](https://blog.naver.com/dsz08082/222145948352)
152145

153-
카멜 표기법과 스네이크 표기법
154-
[출처] https://kimpanda.tistory.com/328
146+
* [카멜 표기법과 스네이크 표기법](https://kimpanda.tistory.com/328)
155147

156-
[Tip] 코딩 표기법 '명명법' - 카멜 / 파스칼 / 스네이크
157-
[출처] https://jaejong.tistory.com/23
148+
* [[Tip] 코딩 표기법 '명명법' - 카멜 / 파스칼 / 스네이크 ](https://jaejong.tistory.com/23)
158149

159-
코딩 명명 규칙 : 카멜 케이스, 스네이크 케이스, 케밥 케이스, 파스칼 케이스 정리
160-
[출처] https://jpointofviewntoe.tistory.com/18
150+
* [코딩 명명 규칙 : 카멜 케이스, 스네이크 케이스, 케밥 케이스, 파스칼 케이스 정리](https://jpointofviewntoe.tistory.com/18)
161151

162152

163153
------------------------------------------------------------

0 commit comments

Comments
 (0)