Python 3

[Python] FastAPI 란 무엇일까? 설치 방법 및 실행 예제

파이썬 공부중에 FastAPI에 대해 알게 되어 정리해보고자 합니다. FastAPI 란? 파이썬 기반의 웹 프레임워크 입니다. 조작법은 단순하고, 성능적으로도 우세함을 보장합니다. 또한, 기본으로 Swagger를 제공하고 있어 문서를 자동화할 수 있으며, 테스트도 손쉽게 할 수 있습니다. https://fastapi.tiangolo.com/ FastAPI FastAPI FastAPI framework, high performance, easy to learn, fast to code, ready for production Documentation: https://fastapi.tiangolo.com Source Code: https://github.com/tiangolo/fastapi FastAPI is..

Python 2024.04.02

[Python] 파이썬 시작하기! (feat. Visual Studio Code)

이번에 파이썬 공부를 새로 시작하여 차근차근 기록해보려고 합니다. 제가 찾아본 바로는 Python IDE로 Visual Studio Code를 많이 사용하고 있는듯 하여 저 또한 개발툴로 이를 선택하게 되었습니다. Visual Studio Code 설정 1. Visual Studio Code 다운로드 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 applications. Visual Studio Code is free and ..

Python 2024.03.15