일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- opencv
- CLONE
- Anaconda
- 파이썬
- 머신러닝
- model
- git
- branch
- AI
- imshow
- datascience
- 가중치
- imread
- 함수
- gitignore
- db
- r
- Repository
- Session
- Spring
- destroyallwindows
- Vector
- tensorflow
- 이미지
- Java
- Linux
- list
- data
- Python
- 저장소
- Today
- Total
목록전체 글 (113)
AI학교

많이 쓰는 모듈 - 관례상 별칭 import numpy as np import pandas as pd import matplotlib.pyplot as plt 디렉터리 = 패키지 모듈 로드시 초기화 코드 __init__ import adv_flowcontrol 모듈의 이름 : adv_flowcontrol import adv_function fun : is fun callable ? True 200 11 12 13 15 15 고정인자 : 1 2 가변인자 : (3, 4, 5, 6) 키워드 인자 : {'option1': '옵션1', 'option2': '옵션2'} option 1이 옵션1로 설정되었습니다. 30 -10 200 Words : ['life', 'is', 'too', 'short', 'you', '..

분류 문자열 STR 순차자료형 : 길이, 인덱스, 슬라이싱 변경불가 str = "python"이라면 "p"하나만을 바꾸지 못하고 전체를 java로 바꿔야 한다. 포함 여부 : in, not in 연결 (+) 반복 (*)

C:\Users\96041>conda info active environment : None user config file : C:\Users\96041\.condarc populated config files : conda version : 4.7.12 conda-build version : 3.18.9 python version : 3.7.4.final.0 virtual packages : base environment : C:\Users\96041\Anaconda3 (writable) channel URLs : https://repo.anaconda.com/pkgs/main/win-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anacond..
C:\계정\계정이름>python --version Python 3.7.4 C:\Users\96041>python Python 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32 Warning: This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment please see https://conda.io/activation Type "help", "copyright", "credits"..

특징 장점 1. 간결하고 쉬운 문법 2. 높은 가독성 3. 높은 확장성(GLUE LANGUAGE) Python의 종류 : 구현체 CPython : C로 작성된 파이썬 인터프리터(*) JYthon : JAVA로 작성된 파이썬 인터프리터 IronPython : .NET 플랫폼용 파이썬 인터프리터. C#으로 구현 PyPy : Python으로 작성된 파이썬 인터프리터 ***Python의 버전 Python 활용분야 PloyGlot 유효한 형태의 여러 프로그래밍 언어로 작성된 컴퓨터 프로그램 또는 스크립트로, 컴파일 또는 해석에 사용되는 프로그래밍 언어와 상관없이 동일한 작업 또는 출력을 수행합니다. 프로그래밍 언어 순위