Django
[Django] Django
기록하는_사람
2022. 12. 6. 21:12
Django
📌 Django
: Python으로 작성된 오픈 소스 웹 프레임워크 중 하나.
💡 Flask
: Python으로 작성된 오픈 소스 웹 프레임워크 중 하나.
Django 준비
📌 Python 인터프리터 설치
https://codingrecord2209.tistory.com/1
[Python] Python 설치
Python 설치 1. 아래 사이트에 접속한다. https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org 2. Downloads 아래 가장 최신 버전의 Python을 다운로드한다. Add Python 3.10 t
codingrecord2209.tistory.com
📌 IDE 설치
https://codingrecord2209.tistory.com/6
[Python] Visual Studio Code 설치 및 기본 설정 세팅
Visual Studio Code 설치 1. 아래 사이트에 접속한다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applicati
codingrecord2209.tistory.com