[SQLite3] index column 중복 방지 및 인자 미입력시 PK 값 자동 증가 in Python Posted on 2021-10-02 | In Did Unknown SQLite에서 unique index column을 지정하여 중복을 방지하고, 인자 미입력시 Primary key ID 값을 자동으로 증가시키는 방법 Read more »
[DE] Deployment and DashBoard Posted on 2021-10-01 | In Data Engineering 개발과 배포환경에 대한 관리, Heroku, Cloud DB, Metabase 활용, WSGI Read more »
[DE] Docker basic Posted on 2021-09-30 | In Data Engineering Docker Hub에서 image를 검색한 뒤 사용, Container 구축 Read more »
[Python] Flask Posted on 2021-09-29 | In Data Engineering 파이썬의 Flask와 Server, Jinja Template과 Bootstrap 사용 Read more »
[tweepy] twitter API user 및 search 크롤링 함수 Posted on 2021-09-27 | In Did Unknown 트위터 API를 tweepy로 유저 및 키워드 검색을 통한 정보를 크롤링하는 함수 구현 Read more »
[DE] API Posted on 2021-09-25 | In Data Engineering API의 이해 및 사용, RESTful API에 대한 설명, API의 데이터를 받아와 DB에 저장 Read more »
[MongoDB] Python Pymongo handling exemple Posted on 2021-09-24 | In Did Unknown 파이썬에서 Pymongo를 활용하여 MongoDB를 다루는 여러가지 방법 예제 Read more »
[Beautifulsoup] Naver Movie Reveiw Web Scraping and Exeport SQLite in Python Posted on 2021-09-19 | In Did Unknown 파이썬을 이용하여 네이버 영화에서 리뷰의 한줄평과 점수를 beautifulsoup로 스크래핑하여 리스트로 저장 및 평균 점수를 구하고 SQLite를 통해 DB를 저장하는 과정 Read more »