Explore >> Select a destination


You are here

vuyisile.com
| | henrikwarne.com
12.2 parsecs away

Travel
| | Last week I attended a software development conference, QCon in New York. Here are my impressions of it, as well as some thoughts on programming conferences in general. For me, there are several reasons to attend developer conferences. You have a chance to hear what is going on in the field of software development -...
| | www.paulox.net
11.4 parsecs away

Travel
| | Free Software and Open Source code that I shared with thecommunity.
| | www.jeffreydonenfeld.com
23.1 parsecs away

Travel
| | Today I took my first flight lesson and flew the Robinson R22 Beta Helicopter. My flight instructor was Pilot Jefferson Vicente of Heliflights.net. After a bit of ground review of the basics, which I had learned previously from the industry standard text "Principles of Helicopter Flight", we hopped in the chopper and took off from...
| | vickiboykis.com
74.0 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.