일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Python
- 컨설팅
- 리트코드
- 솔루션조사
- OpenShift
- fast api
- GPT
- 오픈시프트
- 컨설턴트
- 메세지큐
- 생성형 AI
- kubernetes
- vuejs
- fastapi
- 로깅
- 머신러닝
- POD
- 쿠버네티스
- jpa
- Machine Learning
- BFS
- vue.js
- SpringBoot
- k8s
- LLaMa
- 도커
- LeetCode
- Docker
- Redis
- 생성형
- Today
- Total
목록파이썬 (2)
수 많은 우문은 현답을 만든다
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/1kcow/btsISWzN3bd/VPbg9FnPWp3bvMdjqKnfK0/img.png)
개요이번엔 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. 환경 설정특별한 변..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/D81eA/btqFyEc623K/gzB7kgbYfIZM6T5liodZ20/img.jpg)
안녕하세요, 조영호입니다. 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 -*- ..