Tutorials are often lacking. For instance, none seems to deal virtual environments, one of the most important concepts of python.
That's probably because before python 3.3 virtual environments were a third party solution and not part of the standard library. When we finally get good python 3 tutorials maybe they'll include venv.
Tutorials are often lacking. For instance, none seems to deal virtual environments, one of the most important concepts of python.
That's probably because before python 3.3 virtual environments were a third party solution and not part of the standard library. When we finally get good python 3 tutorials maybe they'll include venv.