Is Python going to be better than R for Big Data Analytics and Data Science? #rstats #python

Uptil now the R ecosystem of package developers has mostly shrugged away the Big Data question. In   a fascinating insight Hadley Wickham said this in a recent interview- shockingly it mimicks the FUD you know who has been accused of ( source https://peadarcoyle.wordpress.com/2015/08/02/interview-with-a-data-scientist-hadley-wickham/ 5. How do you respond when you hear the phrase ‘big […]

Read More

Funding OSS

It’s time to have a conversation, folks. At PyCon AU this year, Russell Keith-Magee just gave an extremely interesting talk about the difficulty of funding OSS sustainably. I recommend watching that talk before reading the rest of this post if you have the time. Russell’s talk ends with something of a call to arms: he […]

Read More

New project: upass — console UI for pass

pass is the standard Unix password manager. And I just wrote a slightly friendlier, clickier interface with urwid and Python. Project page Screenshots GitHub Downloads (PyPI) upass is using urwid, which means it has a friendly full-screen console interface. It shows your directory structure (with flattened subdirectories) and calls pass when requested. (It does not […]

Read More

10 rules of open source projects

1. Something incomplete is better than nothing at all If you have a piece of code and you think it is useful. Share it to the community, if this is a code snippet you can share in the form of a gist on github.  Even if this is an incomplete peace of software put it on github. Maybe missing documentation, tests […]

Read More

Pillow 2-9-0 Is Almost Out

Pillow 2.9.0 will be released on July 1, 2015. Pre-release Please help the Pillow Fighters prepare for the Pillow 2.9.0 release by downloading and testing this pre-release: https://github.com/python-pillow/Pillow/archive/2.9.0.dev2.zip Report issues As you might expect, we’d like to avoid the creation of a 2.9.1 release within 24-48 hours of 2.9.0 due to any unforeseen circumstances. If […]

Read More