Articles by tag: cpython
Python from scratch: how to learn without mistakes
Learn how to properly start with Python: sources of knowledge, comparison with PHP/Go, role of books and videos. Expert tips for middle/senior developers. Start learning effectively.
venv Architecture in Python: How pyvenv.cfg Manages sys.path
Deep technical analysis of the internal structure of virtual environments in CPython. How isolation works without Docker and containers.