데이터 마이닝과 파이썬 정리 자료
- 최초 등록일
- 2022.03.16
- 최종 저작일
- 2021.12
- 23페이지/ MS 워드
- 가격 2,000원
소개글
"데이터 마이닝과 파이썬 정리 자료"에 대한 내용입니다.
목차
Data mining and Python Programing – 1week
1) python
2) IDLE (Integrated Development and Learning Environment)
3) Interactive Mode
4) Interpreter Mode
5) Debugging
Data mining and Python Programing – 2week
1) Extension
2) Encoding
3) Variable
4) Variable and Data type
5) Variable Name
6) Identifier
7) operation
8) indentation rule
9) output
10) print() function
11) input()
12) catsing
13) Annotation
Data mining and Python Programing – 3week
1) Program units
2) data type
3) Boolean type
4) Numeric Data types
5) Integer type
6) augmented assignment operator
Data mining and Python Programing – 4week
1) floating-point type
2) Functions and classes for numbers
3) string type
Data mining and Python Programing – 5week
1) sequence type
2) list type
3) list operation
4) sort method
5) Tuple type
Data mining and Python Programing – 6week
1) mapping types
2) dictionary
3) set types
Data mining and Python Programing – 7week
1) Iterating operators and function
2) comparison operators sequence data type comparison
3) if statement
4) single expression
본문내용
∙ developer from the Netherlands Guido Van Rossum
∙ easy to learn
∙ used extensively
∙ easy-to-learn programming language even for beginners
∙ simpler syntax than other programming languages (no need to declare a separate data type before using a variable.)
∙ Grammar is very concise (separate statement (‘{‘,’}) -> <indentation>
∙ very expressive language (can be written in much shorter lines)
∙ cross-platform language (can run on various operating systems)
∙ Interpreted language (no compilation and linking)
∙ Interactive mode
∙ Multiparadigm program language
- object-oriented language (java, smalltalk…)
- procedural language (c, fortran, pascal…)
- functional language (scheme, LISP…)
∙ provide powerful library : speed up development
- provide standard library equipped with various functions frequently used in programming
- a lot of libraries created and distributed by individuals and organizations
∙ huge user community
∙ excellent scalability (use modules developed in C, C++)
참고 자료
없음