다룰 내용
- Connect your Python app with a MySQL database
- Bring data from a MySQL database into Python for further analysis
- Execute SQL queries from your Python application
- Handle exceptions while accessing the database
- Prevent SQL injection attacks on your application
출처 : realpython.com/python-mysql/
'Developing.. > Python' 카테고리의 다른 글
Multithreading in Python - Qthread (0) | 2021.02.05 |
---|---|
Data Handling in Python - Json (0) | 2021.02.05 |
Concurrency in python- Async IO (0) | 2021.02.05 |
ML module 을 REST api 배포하기 (0) | 2021.02.05 |
API tutorials in Python - REST API 중심으로 (0) | 2021.02.05 |