일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- vuejs
- LeetCode
- Redis
- 생성형
- 오픈시프트
- 도커
- 솔루션조사
- fast api
- k8s
- Machine Learning
- 컨설턴트
- OpenShift
- 생성형 AI
- kubernetes
- POD
- Docker
- GPT
- SpringBoot
- 머신러닝
- 컨설팅
- vue.js
- 쿠버네티스
- 로깅
- BFS
- LLaMa
- Python
- 리트코드
- jpa
- fastapi
- 메세지큐
- Today
- Total
목록파이썬 (2)
수 많은 우문은 현답을 만든다
개요이번엔 Fast API 서비스와 Database를 연동하는 작업을 해보겠다. 데이터베이스 설치개발하려는 서비스 요건상 JSON 포맷을 써야하는 데이터가 많기 때문에 MongoDB를 설치하자. 1. 다운로드Download MongoDB Community Server | MongoDB Try MongoDB Community EditionTry MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for your next big project!www.mongodb.com위 링크에 접속해서 .msi 파일을 받는다. 2. 환경 설정특별한 변..
안녕하세요, 조영호입니다. Hi, Today I am going to share the basic grammar of Python programming language. Python is commonly used for NLP(Natural Language Processing) and Big-data processing. Actually, I use JAVA programming language usually but I studied Python at this time to be ready for extending my skill. I prepared important points of python grammar. Remark for Korean (한글 주석) # -*- coding: utf-8 -*- ..