Flask (3) 썸네일형 리스트형 [Python/Mysql] Python MySQL Connection Pool (flask) https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool.html MySQL :: MySQL Connector/Python Developer Guide :: 10.3 pooling.MySQLConnectionPool Class PREV HOME UP NEXT dev.mysql.com 간단한 소스 import mysql.connector import mysql.connector.pooling dbconfig = { "database": "test", "user": "joe", } cnxpool = mysql.connector.pooling.MySQLConnectionPool(pool_name = "mypool.. [PYTHON] 파이썬 Flask 사용법 2 (Jinja2 템플릿, 변수, 조건문/반복문) jinja.palletsprojects.com/en/2.11.x/templates/ Template Designer Documentation — Jinja Documentation (2.11.x) This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. As the template engine is very flexible, the configuration from the application can be slightly different from t jinja.palletsprojects.com hleec.. [Flask] Flask Tutorial: Routes pythonbasics.org/flask-tutorial-routes/ Flask Tutorial: Routes - Python Tutorial Modern web apps use a technique named routing. This helps the user remember the URLs. For instance, instead of having /booking.php they see /booking/. Instead of /account.asp?id=1234/ they’d see /account/1234/. Related course: Python Flask: Create Web Ap pythonbasics.org 이전 1 다음