JSON 응답뷰 만들기

API 서버는 무엇일까요? 앱/웹 서비스를 만드는 개발자들이 이용하는 데이터 위주의 서비스 API 서버는 시간이 지나도...

5 minute read

장고 쉘(Django shell)

What is django shell? It’s kind of python shell which has django project setting python...

4 minute read

Overview feature engineering

Let’s study about overview of feature engineering. I will talk about the shadow color subject...

2 minute read

Decision Tree (Reference ML KAIST)

Before dividing into Decision Tree, what is machine learning? A computer program is said that...

4 minute read

Necessary command for anaconda

Real necessary command for conda conda create –name(-n) test python=3.6 conda info –envs activate, deactivate...

2 minute read

Data extraction with urllib

Data extraction with urllib import os import sys import urllib.request as ur Set image url...

9 minute read