A Python developer’s guide to the optimal setup for collaboration, production readiness and time saving. The setup instructions for recommended tools can be found in the python-dev-setup repo, which will be referenced throughout the article. The variety of options available for accomplishing the 5 key tasks of environment setup
Table of contents
Fall in Love with Your Environment SetupWhat exactly do I mean by “environment setup”?Why is environment setup important?I hear you but what do I need to do?1. Version Control Your Code2. Run Scripts from Command Line3. Edit and Debug Your Code4. Manage the Python Version You Use to Run Your Code5. Manage the Python Package Versions You Use to Run Your Code1 Comment
Sort: