I am a firm believer in being a person of integrity. So as I move through the creation of my cheatsheets, I want to give props where due.
TBD - but it's gonna happen. Cause ...
Documentation. ^_^
- Anaconda
- Jupyter Notebook - more specifically here
- virtualenvwrapper
- git stash
- how to undo a git add FILENAME or git add .
- git fetch
- how to check the difference between changes for a file before or after a commit
- how to delete branch locally or on server
- how to clone all branches from GitHub repo
- how to ignore files & folders in git
- how to find remote info
- Thanks Udacity for this git commit style guide
- git diff explanation
- git stash explanation
- quit git diff
- difference between git fetch and git pull
- quit diff or log
- git basic branching & merging
- GitHub Markdown
- Additional GitHub syntax
- GitHub info to link an issue via a commit message
- Hitchhiker's Guide To Python: Pipenv & Virtual Environments
- Python 3 SEtup & Installation Guide
- jmcnamara of XlsxWriter, the 2nd GitHub passion project I've found and wanted to contribute to (and partial inspiration for the README)
- This blog is about setting up your environment variables
- RealPython's Primer For Virtual Environment
- Geeks For Geeks' Python Virtual Environment Into
- https://pip.pypa.io/en/stable/quickstart/
- Hitchhiker's Guide for virtualenvwrapper
- virtualenvwrapper project directory management
- virtual environments
- Timmy Reilly's Pip & Virtualenv Install On Windows
- Virtualenvwrapper PDF (mostly used for python environment variable setup)
- Medium article on Configuring Python Environment With Virtual Wrapper