Query
Search Results- DJANGOPYTHONBE
๐ Django ๊ธฐ๋ณธ
style: numbermin_depth: 2max_depth: 3varied_style: truedjango ํ๋ ์์ํฌdjango์ ๊ฐ๋ django ํด๋ ์ฐธ์กฐ ๋ค์ ๋ ์ ์ ๊ด์ฉ์ ์ ์ ์ธ ์น์ ๋์ ์ธ ์น์ผ๋ก ๋ฐ๊ฟ ๊ธฐ๋ณธ์ ์ธ ๊ตฌ์กฐ, ํ์ํ ์ฝ๋๋ฅผ ์ ๊ณตํด์ค ์ ํ๋ธ, ๋์ฌ, ์ธ์คํ๊ทธ๋จ ๋ฑMVC(Model View Controller), MTV(Model ...
- DJANGOPYTHONBE
๐ Django WSGI ๊ธฐ๋ณธ
WSGI(Web Server Gateway Interface)WSGI๋?Django ๊ฐ์ Python ๊ณ์ด ์น ์ดํ๋ฆฌ์ผ์ด์ ์๋ฒ์์ ์น ์๋ฒ์ ํต์ ํ ๋, ๋ฏธ๋ค์จ์ด๋ก ์์ฉํ๋ฉฐ, ์น์๋ฒ์ ์น ์ดํ๋ฆฌ์ผ์ด์ ์๋ฒ์ ํธํ์ฑ ๊ด๊ณ์์ด ํต์ ํ ์ ์๊ฒ ํด์ฃผ๊ณ , ์ฌ๋ฌ ์์ปค๋ฅผ ํตํด ์์ฒญ์ ๋๊ธฐ์ , ํน์ ๋น๋๊ธฐ์ ์ผ๋ก ๋น ๋ฅด๊ฒ ์ฒ๋ฆฌํ๊ฒ ๋์์ค๋ค. ...
- DJANGOPYTHONBE
๐ Django CRUD
style: numbermin_depth: 2max_depth: 3varied_style: trueDjango CRUD(Create, Read, Update, Delete ) ๋ง๋ค๊ธฐDjango ํ๋ก์ ํธ ์์ฑ๊ณผ ๊ฐ์ ํ๊ฒฝ ์ค์ mkdir ๋์ํด๋์ด๋ฆ, cd ๋์ํด๋ ์ด๋ฆ์ผ๋ก ํด๋๋ฅผ ์์ฑํ๊ณ ์ด๋ํ๋ค python -m venv venv๋ก ํด๋น ๋๋ ํ ๋ฆฌ์ ํด...
- FLASKPYTHONGRAPHQLBE
๐ GraphQL with flask
https://dev.to/mesadhan/python-flask-graphql-with-graphene-nla (Md. Sadhan Sarker)์ ๊ธ์ ๋ฒ์ญ, ์ ๋ฆฌํ ๊ธ์ ๋๋ค.style: numbermin_depth: 2max_depth: 3varied_style: trueGraphQL with flaskGraphQL์ API๋ฅผ ์ํ query lang...
- ์๊ณ ๋ฆฌ์ฆPYTHON
๐ Python for algorithms-Libraries
Python for Algorithms-Librariesmin_depth: 2max_depth: 3varied_style: true๊ฐํธํ๊ฒ ์ฌ์ฉํ ์ ์๋ ํ์ด์ฌ ์ฝ๋๋คTemplate.py ์๊ฐ ๋น๊ต, ํ ์คํธ ์ผ์ด์ค ์ ๋ ฅ๊ณผ ์ถ๋ ฅ, ์ ๋ต ๋น๊ต ๋ฑ์ ํ ํ์ผ์ ๋ด์ template.title: Template.py#!/usr/bin/env python3# -...
- ์๊ณ ๋ฆฌ์ฆPYTHON
๐ Python for Algorithms-Graph
min_depth: 2max_depth: 3varied_style: truePython for Algorithms-Graph๋ ธ๋์ ๊ทธ๋ํ, ๊ฐ์ ์ ๋ํ ํ์๊ณผ ์๋ฃ๊ตฌ์กฐ๊ทธ๋ํ ์ํBFS์ DFS ๋ ๋ค $O(n^2)$์ ์๊ฐ ๋ณต์ก๋๋ฅผ ๊ฐ์ง๋ค.BFS(๋๋น ์ฐ์ ํ์)title: BFS ํ์ด์ฌ ์ฝ๋ ์์def BFS(node_num, start, graph): ...
- ์๊ณ ๋ฆฌ์ฆPYTHON
๐ Python for Algorithms-Tree
min_depth: 2max_depth: 3varied_style: truePython for Algorithms-Tree๋น์ ํ ๊ตฌ์กฐ, ์์๋ค ๊ฐ์ 1:n, ๊ณ์ธตํ ๊ด๊ณ๋ฅผ ๊ฐ์ง๋ค.์ํธ ๋ฐฐํ ์งํฉ์๋ก์ ์งํฉ(disjoint set) ํน์ ์ํธ ๋ฐฐํ ์งํฉ์ ์งํฉ ๊ฐ์ ์ค๋ณต๋๋(๊ต์งํฉ) ์์๊ฐ ์๋ ์งํฉ๋ค์ด๋ค.๋ฌธ์ ๋ฅผ ํ ๋ ์๋ก ๊ต์งํฉ์ด ์๋ ์งํฉ๋ค์ ์ ๋ฑ์ด ...
- ์๊ณ ๋ฆฌ์ฆPYTHON
๐ Python for Algorithms-etc
min_depth: 2max_depth: 3varied_style: truePython for Algorithms-etc์ค์ํtitle: ์ค์ํ ์์์ปจ๋ฒก์ค ํCCW(Counter Clock Wise)๋ฒกํฐ์ ์ธ์ (Cross Product)๋ฅผ ์ด์ฉํด ์ ์ ์์ ๊ธฐ์ค์ผ๋ก ๋ค๋ฅธ ์ ์ ์๋์ ์์น๋ฅผ ์์๋title: CCW ์์def ccw(fr_point, to_...
- AITOOLPYTHON
๐ Numpy ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐ
style: numbermin_depth: 2max_depth: 3varied_style: trueNumpy ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐNumpy ํ์ฉNumpy๋? ์ผ๋ฐ์ ์ผ๋ก ๊ณผํ๊ณ์ฐ์์ ๋ง์ด ์ฌ์ฉํ๋ ์ ํ๋์์ ๊ณ์ฐ์์ ํ์ด์ฌ์ผ๋ก ๊ตฌํํ ์ ์๋๋ก ๋์์ฃผ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ. ๊ณ ์ฑ๋ฅ ๊ณผํ ๊ณ์ฐ์ฉ ํจํค์ง,Numerical Python์ ์ค์ธ๋ง Matrix์ Vector์ ๊ฐ...
- AITOOLPYTHON
๐ Pandas ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐ
style: numbermin_depth: 2max_depth: 3varied_style: truePandas ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐ naver AI boostcamp์ ๊ฐ์๋ฅผ ์ ๋ฆฌํ ๋ด์ฉ์ ๋๋ค.pandas ์๊ฐ[img 0. pandas logo]๊ตฌ์กฐํ๋ ๋ฐ์ดํฐ์ ์ฒ๋ฆฌ๋ฅผ ์ง์ํ๋ Python ๋ผ์ด๋ธ๋ฌ๋ฆฌ Python๊ณ์ ์์ PAnel DAta์ ์ค์ธ ๋ง nump...
- AITOOLPYTHON
๐ Pytorch ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐ
style: numbermin_depth: 2max_depth: 3varied_style: truePyTorch ๊ธฐ๋ณธ ๋ฐฐ์ฐ๊ธฐ ๋ณธ ์๋ฃ๋ Naver BoostAI camp์ ๊ฐ์๋ฅผ ์ ๋ฆฌํ ๋ด์ฉ์ ๋๋คPyTorch ์์[img 0. PyTorch logo] PyTorch : Keras + Tensorflow ์ ๊ฒฝ์ํ๋ facebook ์ง์์ ๋ฅ๋ฌ๋ ํ๋ ์์...
- AIPYTHONCV
๐ ์ด๋ฏธ์ง ๋ถ๋ฅ ๊ฐ๋
style: numbermin_depth: 2max_depth: 3varied_style: true์ด๋ฏธ์ง ๋ถ๋ฅ(Image Classification Competition) ๊ฐ๋ ๋ค์ด๋ฒ AI BoostCamp์ P stage ์ด๋ฏธ์ง ๋ถ๋ฅ ๊ฐ์๋ฅผ ์ ๋ฆฌํ์์ต๋๋ค.## Competition with AI StagesCompetition์ด๋?์ฌ๋ฌ ํ์ฌ, ๋จ์ฒด ๋ฑ์...
- AIPYTHONCV
๐ ์ปดํจํฐ๋น์ ๊ธฐ๋ณธ
style: numbermin_depth: 2max_depth: 3varied_style: true์ปดํจํฐ๋น์ (Computer Vision, CV) ๊ธฐ๋ณธ ๋ค์ด๋ฒ AI ๋ถ์คํธ ์บ ํ์ CV ๊ฐ์๋ฅผ ์ ๋ฆฌํ ๋ด์ฉ์ ๋๋ค.Image Classification 1Course overviewArtificial Intelligence(AI) : ์ฌ๋์ ์ง๋ฅ์ ์ปดํจํฐ ์์คํ ...
- AITOOLPYTHONDATA_VIS
๐ DataVis-seaborn๊ณผ matplotlib ๋ฐฐ์ฐ๊ธฐ
style: numbermin_depth: 2max_depth: 3varied_style: trueDataVis-seaborn๊ณผ matplotlib ๋ฐฐ์ฐ๊ธฐ naver AI boost camp์ ๊ฐ์๋ฅผ ์ ๋ฆฌํ ๋ด์ฉ์ ๋๋ค.conda install seabornconda install matplotlibpip install jupyterthemes # matp...
- ์๊ณ ๋ฆฌ์ฆPYTHONHIDE
๐ Python for Algorithms-DP&Merge
min_depth: 2max_depth: 3varied_style: truePython for Algorithms-DP๋์ ๊ณํ๋ฒ (DP)์ ์ฒด์ ์ผ๋ก ์์ ํ์ ๊ตฌํ ๋ฉ๋ชจ์ด์ ์ด์ ๊ตฌํ์ ํตํด ํ์ด๋ธ๋ค.์ต์ ํ ๋ฌธ์ ํ์ด ๋ ์ํผ์ต์ ๋ถ๋ถ ๊ตฌ์กฐ์ธ ๋ฌธ์ ์ ๊ฒฝ์ฐ DP๋ฅผ ์ด์ฉํด ์ต์ ์ ๊ฒฐ๊ณผ๋ฅผ ์ป์ ์ ์๋ค. ์ต์ ๋ถ๋ถ ๊ตฌ์กฐ : ๊ฐ ๋ถ๋ถ ๋ฌธ์ ์ ์ต์ ํด๋ง ์์ผ๋ฉด ์ ์ฒด...