저는 보통 기계 학습 분야에서 일하고 있으므로 제 배경은 대부분 통계 / ML에 있으며 공식적인 웹 배경은 없습니다. Usually for my project, I work on python which is connected to my local mysql db... to fetch data adn everything. Now, my work is mostly complete.. everything is console based.. (like traditional programs). How do I integrate it on the front end. I understand that this is more like a server side scripting. So, lets take an example of google. In the front end.. someone enters a search query.. and in the backend lets say there is a program in C++ which executes that query. How did this interaction takes place.. if front end is written in lets say php.. I assume shell execution of program is a bad bad way to run programs.. ?? Any suggestion will be greatly appreciated. 감사
해결 방법
Ignacio가 제안한대로 먼저 프로젝트를위한 API를 설계해야합니다. 이것은 기본적으로 프로젝트에 지원되는 쿼리가 무엇인지 (그리고 어떻게) 명확하게 표시됩니다.
참조 페이지 https://stackoverflow.com/questions/8773701
'파이썬' 카테고리의 다른 글
파이썬 내장 Python 함수의 소스 코드를 찾으십니까? (0) | 2020.09.20 |
---|---|
파이썬 Sending JSON request with Python (0) | 2020.09.20 |
파이썬 How to exit in Python 3.2? (0) | 2020.09.20 |
파이썬 Python에서 지원 중단 경고를 무시하는 방법 (0) | 2020.09.20 |
파이썬 Mac OS 10.7에서 Python 용 개발 환경 인 IDLE을 시작하려면 어떻게해야합니까? (0) | 2020.09.20 |
댓글