Server-Side Script/Python10 json & working with json in django what is JSON? & let's see how to handle JSON data in Django using python JSON: JavaScript Object Notation => a standard text-based data format for representing structured data - commonly used for transmitting data in web applications (server client) - json exists as a string => needs to be converted to a native JavaScript object when assessing the data - json is just a data format + 어떠한 통신 방법, 프.. 2021. 6. 24. python 환경설정 Django(장고): 파이썬으로 만들어진 무료 opensource web application framework 쉽고 빠르게 웹사이트를 개발할 수 있도록 돕는 구성요소로 이루어진 web framework : sign-in/login/logout/admin/form/file-uploads ModelTemplateView: MTV형식 [model=>data handling | View=>controller | Template=>HTML file] virtual environment: virtualenv => project 기초 전부를 python/django와 분리: 웹사이트가 변경되어도 개발 중인 것에 영향을 미치지 않음, version 관리 control Anaconda(아나콘다): python 기본 p.. 2021. 5. 25. 이전 1 2 3 다음