02 May 2017
Like many, I was disappointed to discover Rosetta Stone’s military contract expired in 2011. However, don’t fall for the 10% military discount they offer in consolation, you can still get Rosetta Stone for free by visiting your local MWR Library!
26 Mar 2016
I am learning how to use PyQt to create a Python GUI. These are the steps in installing PyQt5 on Mac OS X. I am running El Capitan 10.11.4 with Homebrew.
08 Jan 2016
Virtual environments make using Python a bit more manageable, especially when it comes to deploying Python programs and creating the requirements (able to use pip freeze > requirements.txt
and only use packages necessary to that individual project). However, I commonly find myself forgetting some of the more basic commands. For Python 2 use pip
, for Python 3 use pip3
.