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
- 비트코인
- 레디스
- Redis
- smart contract
- node js
- 블록체인개발
- 개인키
- 개발
- DAPP
- 솔리디티
- 문자열
- 마스터링비트코인
- 암호화폐
- js
- 스마트컨트랙트
- 파이썬
- 이더리움
- solidity
- 공개키
- pythonic
- 마스터링 비트코인
- 백서
- 마스터링 이더리움
- 주소
- Ethereum
- keras
- javascript
- 알고리즘
- 블록체인
- python
Archives
- Today
- Total
목록coding (1)
개발이야기
[TIL] pep8 - 변수명 convention
pep8 변수명 설정 convention - Class Names " Class names should normally use the CapWords convention. " class의 이름은 CapWords convention 을 따른다. 즉 첫 글자는 대문자 이어지는 다음 단어가 있으면 다음 단어의 첫 글자 역시 대문자이다. ex ) class CustomLogger: - Function and Variable Names "Function names should be lowercase, with words separated by underscores as necessary to improve readability." 함수명과 변수명은 둘 다 소문자로 쓰는것이 원칙이다. 두 단어를 사용하는 경우 '_..
Today I Learned /TIL
2019. 2. 14. 20:56