본문 바로가기

PYTHON5

22.02 스터디 시작 (22.05.17 업데이트) 2월, 2개의 스터디를 시작했다. + 1개의 인프런 강의 수강 Flutter 초급 스터디 (02.08 ~ 03.22) 앱 개발에 관심이 있어 시작하게 되었다. 올해 1개 이상의 앱을 론칭하는 것이 목표이다. -> 프릿 런칭 Python 아키텍처 패턴 스터디(02.12 ~ 파토) 회사에서 업무가 백엔드 -> 프론트엔드로 변경되며 파이썬과 멀어지고 내가 입사하며 기대했던 업무와는 많이 벗어났기 때문에(물론 지금도 재미있지만) 스스로 경험하기 위해 시작하게 되었다. 'Architecture Patterns with Python' 이라는 책을 이해하는 것이 이 스터디의 목적이다. 스터디가 끝날 무렵에는 공부하며 인상깊었던 점, 배웠던 점 등을 유연하게 얘기할 수 있었으면 좋겠다. [인프런] 한입 크기로 잘라먹는.. 2022. 2. 14.
[FastAPI] FastAPI (1) - 설치 입사 과제할 때 맛보기로 사용해본 후 다시 공부하게 되었다. 들어가며 다른 FastAPI 설치 방법과는 다르게 manage-fastapi 사용했다. (출처는 아래) fastapi best structure 라는 키워드로 검색했을 때 제안해준 라이브러리이다. https://github.com/ycd/manage-fastapi GitHub - ycd/manage-fastapi: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy. :rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy. - GitHub - ycd/man.. 2021. 9. 9.
Poetry 설치 및 사용방법 회사 업무에서 처음 접한 툴이다. 개발 환경을 깨꿈히 만들 수 있다. 넘나 간편하다. Poetry 공식 문서에서는 아래와 같이 정의한다. Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. 간단히 살펴보자. 설치 $ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python .zshrc 파일을 열어보면 poetry 경로가 자동으.. 2021. 8. 28.
Python read_excel 에러 ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead. - 아래 코드 실행 $ pip install openpyxl 2021. 4. 2.
Piecewise-Linear-Regression 구현하기 github.com/yiho119/Piecewise-Linear-Regression yiho119/Piecewise-Linear-Regression Contribute to yiho119/Piecewise-Linear-Regression development by creating an account on GitHub. github.com 2021. 3. 4.