| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 태블로 신병훈련소
- 태블로 집합
- TABLEAU Certificate
- 태블로 독학
- 태블로독학
- python udemy
- 태블로 신병 훈련소 후기
- 알약 모양
- 태블로 신병 훈련소 10기
- 태블로 자격증 독학
- 태블로
- 데이터 시각화
- 태블로 리뷰
- 태블로 데스크탑
- 빅데이터분석기사
- 태블로 자격시험
- 태블로 씹어먹기
- coursera
- 태블로 신병 훈련소
- 태블로 신병훈련소 후기
- 태블로 무료 강의
- tableau
- 범프차트
- 태블로초보
- Python
- 태블로 자격시험 독학
- SQL
- CourseraSQL
- 태블로신병훈련소
- 태블로 신병 훈련소 11기
- Today
- Total
목록Python (8)
하루에 하나씩
Python prefers snake casing - if you have multiple words inside a variable name, you separate them out by underscores. ex. name_of_var = 2 print() function no quotes, no out cell .format() insert objects into a string. Label the variables The point is that we don't need to worry about the order List (=arrays in other languages) Using indexing - Python supports negative indexing Changing an item ..
Constants - Fixed values such as numbers, letters, and strings, are called "constants" because their value does not change - Numeric constants are as you expect -- 123, 34.1 - String constants use single quotes or double quotes -- ('), (") Reserved Words - You cannot use reserved words as variable names/ identifiers Variables - A variable is a named place in the memory where a programmer can sto..
Coursera Python for Everybody Python3 다운로드 https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org https://atom.en.softonic.com/mac Atom Build your own text editor with this free open-source editor atom.en.softonic.com Python Test