Status Quo of Virtual Environments
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the intricacies of Python virtual environments in this 30-minute talk from EuroPython 2019. Delve into the technical details of how virtual environments function, their importance in managing dependencies and package versions, and their implementation across various Python interpreters. Learn about the differences between virtualenv and venv, understand the creation and activation processes for virtual environments, and discover their applications in diverse Python ecosystems including CPython, PyPy, and Jython. Gain insights from a project maintainer on the relevance of virtualenv in the era of Python 3.4+ with built-in venv support. Perfect for developers seeking a deeper understanding of this fundamental Python tool for efficient project management and dependency isolation.
Syllabus
Bernat Gabor - status quo of virtual environments
Taught by
EuroPython Conference
Related Courses
Opening PyPy's Magic Black BoxEuroPython Conference via YouTube Adventures in Compatibility - Emulating CPython's C API in PyPy
EuroPython Conference via YouTube PyPy Meets Python 3 and Numpy
EuroPython Conference via YouTube A Faster Python? You Have These Choices
EuroPython Conference via YouTube Fast Python! Coding Competitions with CPython and PyPy
EuroPython Conference via YouTube