Practical development environment and workflow guides. We try very hard not to make assumptions about what you already know.
- Get Set Up to Install and Run Python Scripts on Your Computer with pip - Get from "I found a Python script" to "it's running on my computer" with a clean, sustainable setup.
- Python Virtual Environment Cheat Sheet - For later, when you want to refer to the steps covered in the detailed guide for a second, third, fourth script.
- Manage private and public GitHub repos from a single local git repository - Use two different GitHub repositories mapped to a single local repository directory.
- How to Annotate Code Without Modifying Source Files - Take notes on source codebases where you cannot easily or safely modify and add traditional code comments.
- How to Download and Install Programs from GitHub - Guide on how to install open source programs from releases distributed on GitHub
- More practical workflow guides
For typos or small edits, just click the edit button on any page and submit a pull request.
- Fork the repo
- Make your changes
- Submit a pull request with a description of what you changed and why
Questions? Open an issue first to discuss bigger changes.