한낮의 천문학

Jooeun Ahn

Love is our sword, Humor is our shield.

Showing all posts tagged "Python"

[Python] Iterables vs. Iterators vs. Generators

파이썬의 기본 컨셉 중 빈번히 헷갈리는 Iterables, Iterators, Generators를 잘 정리한 글이 있어 번역 및 나름대로 정리를 해 보았습니다. 번역이 이상...

Django, Query and Database layer

Django는 ORM을 채택하고 있으며, 다른 ORM과 같이 여러 종류의 Data를 DB 종류와는 독립적인 형태로 객체화 한다. 그리고 생성된 객체에는 Method Set을 ...

Django App Design

Django를 사용하다보면 Django에서의 ‘App’이라는 개념에 혼동이 생기기 쉽다.(우리가 흔히 생각하는 모바일에서의 그 App이 아니기 때문이다.) App Desig...