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
- 태블로 신병훈련소 후기
- 태블로 신병 훈련소
- 태블로 자격시험 독학
- CourseraSQL
- 태블로독학
- 태블로 자격증 독학
- 태블로 자격시험
- 태블로신병훈련소
- 범프차트
- TABLEAU Certificate
- 태블로초보
- 태블로 신병훈련소
- 태블로 씹어먹기
- 태블로 독학
- 태블로
- 태블로 무료 강의
- Python
- 알약 모양
- 태블로 신병 훈련소 후기
- 데이터 시각화
- 태블로 집합
- 태블로 데스크탑
- 태블로 신병 훈련소 10기
- 태블로 신병 훈련소 11기
- 태블로 리뷰
- tableau
- coursera
- SQL
- python udemy
- 빅데이터분석기사
Archives
- Today
- Total
하루에 하나씩
Python Basic - Comparison operator & Logic operator 본문
Comparison Operator
Logic Operator
Logic operators just allow you to combine multiple comparison operations.
IF Condition
So a lot of times in other languages you would see a parentheses here and then some sort of condition
Everything just works off that colon.
For loops
Now, a common point of confusion for a new comers to Python is, does it have to be this keyword item?Well, actually, no, this can just be any temporary variable variable name that you want.
While Loop
While 조건 전까지 반복
Range function
I can cast it into a list and it gets me back a list of integers and I can actually specify the starting point and the endpoint.
** Shit + tap -> 설명 제공
0,1,2,3,4 => 5 hi
List comprehension
'Python' 카테고리의 다른 글
Python Basic - 02-Python Crash Course Exercises (0) | 2023.10.01 |
---|---|
Python basic - Function & Method (0) | 2023.08.14 |
Python basic - .format & List & Tuples & Dictionaries (0) | 2023.08.13 |
[Python] 2. Expressions (0) | 2023.01.03 |
[Python] 1. Python3, Editor 설치와 터미널 사용하기 (0) | 2023.01.03 |
Comments