Python

psycopg2 bulk insert
Naysan Saran

getting ids of multiple rows inserted in psycopg2

dataframe을 copy_from으로 bulk insert 미친 속도다..
psycopg2 で Pandas DataFrame を Bulk Insert する - Qiita

dataframe to list
to_recordes 후에 tolist

users = segment_users[['cage_episode_id', 'cage_segment_condition_id', 'cage_segment_evaluation_id', 'service_user_id', 'account_id']].to_records(index=False).tolist()

Data

Keggle Beginner Guide 캐글 비기너 가이드
캐글 입문자를 위한 가이드 문서 - 미완성의신

Git

^[[AGithub 프로필에 나의 Daliy 코딩 시간을 적용해보자!

Flask

비동기로 응답하기
Celery를 이용한 분산처리 프로세스 작성하기

flask 와 celery 함께 사용하기
Asynchronous Task in Flask Using Celery

celery에서 요청하고 ajax로 응답 받기
Using Celery With Flask

연동 최신 샘플. create_app 팩토리 설정 있음.
Flask + Celery = how to.

celery 활용 (pdf 변환)
Celery를 이용한 긴 작업 처리

factory pattern 사용하는 이유??
Flask Factory Pattern to setup your project.

Python

python flask 등등 notion 에 잘 정리된 링크
Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.