Communication

Speaking is easy. Communicating is exhausting. Forming the right words in the right sequence to convey a sound message; all so people can immediately forget . Only communicate what is worth repeating.

Technology Adoption

Technology is readily adopted by employees if one of the following is true: The task at hand must be accomplished, and the new technology is the only means to accomplish the task–i.e. cannot be circumvented The technology is intuitive and saves people time The technology makes something that people want possible, or is intuitive and …

Setup Python2.7 with VirtualEnv and Powershell on Windows 10

Follow these steps: 1) Download Python2.7 and install for your windows user 2) Download PIP, open command line, change directory(cd) to download directory, execute $>python pip-setup.py 3) Execute $>pip install virtualenv 4) Execute $>pip install virtualenvwrapper-powershell 5) Determine where Powershell saves modules for your user, execute $>Get-ChildItem Env:PSModulePath 6) Open a windows file search and …