Helpful Hints
Here are some helpful tricks I've learned along the way:
- Python tutorial
- collections container types
- Python Standard Library
- How To Install & Manage Multiple Python Versions On Windows 10 --- with additional great tips here in a StackOverflow comment
Here are additional articles for virtual environments:
- virtualenv (my favorite kind of virtual environment) as per the COSC Department of Princeton