Mar 29 · 5 min read · Environment Management: venv, conda, and uv Compared Managing Python environments effectively is crucial for developers aiming to maintain clean, reproducible, and conflict-free projects. With the rise of various environment management tools, it can ...
Join discussionJan 5 · 3 min read · 안녕하세요. 시니어 백엔드 엔지니어로 살다 보니, 가끔은 코드보다 내 **개발 환경(Local Environment)**이 더 꼬여있다는 걸 깨달을 때가 있습니다. 처음 설치했던 Anaconda(또는 Miniconda). 시간이 지날수록 터미널 왼쪽에 붙어있는 (base)라는 글자와 알 수 없는 패키지 의존성 충돌이 깔끔한 환경을 구축하고 싶은 개발자의 본능을 자극할 때가 있습니다. 오늘은 제 M2 MacBook Pro 16인치에서 묵직하게 자...
Join discussionSep 7, 2025 · 3 min read · One of the main reasons I built my lab was to have a powerful, centralized environment for all my coding projects. My daily driver is a capable laptop, but running resource-intensive tasks on it can quickly drain the battery and slow things down. By ...
Join discussion
Jun 24, 2025 · 24 min read · So, you’ve got an idea for a Python project—awesome! But what’s next? Whether you're creating a data science tool, a web scraper, an automation script, or a full web app, turning your idea into a live project can feel a bit daunting, especially if yo...
Join discussionApr 5, 2025 · 2 min read · Why Use Miniconda? Conda is an extremely popular environment management system in data science. However, the de-facto installation method for Windows is Anaconda, which adds a lot of bloat. You could use conda from the CLI with Anaconda installed, bu...
Join discussion
Apr 2, 2025 · 2 min read · Before discussing into the implementation, we need to set up our working environment properly. This includes creating a virtual environment, installing dependencies, and configuring essential filees 1. Creating a Virtual Environment Using a virtual e...
Join discussionDec 25, 2024 · 1 min read · 상황 터미널에 들어갔더니 아무것도 안 했는데 바로 ‘Error while loading conda entry point…‘ 라는 에러 메시지가 떴다. 🔍에러 내용 Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory) 🛠️ 해결 방법 아래 명령...
Join discussionDec 10, 2024 · 12 min read · Getting started with Python programming can often feel overwhelming, especially when setting up the environment and managing libraries. This is where Anaconda shines. More than just a Python distribution, Anaconda provides a complete ecosystem tailor...
Join discussion