python

python

django - 장고 프로젝트 초기 세팅

장고 프로젝트 진행 전 해야할 초기 세팅

Read
python

python - 데코레이터 복습

로그인 데코레이터를 구현하기 전 데코레이터 실행 순서 짚고 넘어가기

Read
python

Python - 자료 구조 1 (list, tuple)

자료 구조의 정의와 중요성, 그리고 자료 구조 종류의 일부인 array(list)와 tuple에 대해서 알아본다.

Read
python

Python - list

파이썬 자료구조 중 하나인 리스트

Read
python

Python - Literal string interpolation (f-string)

파이썬 문자열 포매팅 방식 중 하나인 f-string

Read