파이썬을 여러 프로젝트에 활용하다 보면, 프로젝트마다 패키지 버전이 달라서 충돌이 생기는 경우가 많아진다. 예를 들어 어떤 프로젝트에서는 requests==2.27 버전을 써야
Continue reading![[Python] 'venv' 사용법: 활용부터 에러 해결까지 - 1 image 54 [Python] 'venv' 사용법: 활용부터 에러 해결까지 PythonDevelopment](https://i0.wp.com/blog.deeplink.kr/wp-content/uploads/2023/09/image-54.png?resize=797%2C550&ssl=1)
파이썬을 여러 프로젝트에 활용하다 보면, 프로젝트마다 패키지 버전이 달라서 충돌이 생기는 경우가 많아진다. 예를 들어 어떤 프로젝트에서는 requests==2.27 버전을 써야
Continue readingWhile developing in Python, you often find yourself checking various things through print statements. For debugging, constantly printing outputs and
Continue reading