Creating a sunrise/sunset calendar in Python
A Python script to generate an HTML calendar of sunrise and sunset times
more ...A Python script to generate an HTML calendar of sunrise and sunset times
more ...A short snippet of Python code to get the current list of AWS regions
more ...Spark 1.1 was released a few weeks ago, and I've been curious about using it from a standalone Python script. While Spark has Java and Scala bindings, the Python one appeals to me most--I'd really like to be able to use Spark from within a standalone Python script, and then step through it in PyCharm, which is the IDE I really enjoy. Here's how to do that on Mac OS X 10.9
more ...