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
- Linux
- Blog
- 파이썬
- tensorflow
- 통계학
- 딥러닝
- Tistory
- 텐서플로
- MATLAB
- 독후감
- 리눅스
- Python
- 한빛미디어서평단
- 파이썬 시각화
- 월간결산
- MySQL
- 서평
- SQL
- Visualization
- 시각화
- Google Analytics
- 매틀랩
- 티스토리
- matplotlib
- 한빛미디어
- 블로그
- Ga
- python visualization
- 서평단
- Pandas
Archives
- Today
- Total
pbj0812의 코딩 일기
[kaggle] Python 수료과정 본문
0. 목차 및 내용
1) Hello, Python
- if, 문자열 곱하기 결과, 산술연산자
2) Functions and Getting Help
- help() 함수, 함수 제작 방법, Default arguments
- Docstrings
def test():
"""doc_string"""
help(test)
- 결과
Help on function test in module __main__:
test()
doc_string
3) Booleans and Conditionals
- 비교연산자
4) Lists
5) Loops and List Comprehensions
- for, while, list comprehensions
6) Strings and Dictionaries
- str 만드는 법, 특수 문자 삽입 등, format, join
7) Working with External Libraries
- import
1. 수료증
2. 참고
- Python
'인공지능 & 머신러닝 > kaggle' 카테고리의 다른 글
[kaggle] Data Visualization 수료과정 (0) | 2021.04.29 |
---|---|
[kaggle] Intro to Deep Learning 수료과정 (0) | 2021.04.21 |
[kaggle] Data Cleaning 수료과정 (0) | 2021.04.18 |
[kaggle] pandas 수료과정 (0) | 2021.04.18 |
[kaggle] Advanced SQL 수료과정 (0) | 2021.04.16 |
Comments