Chris Moffitt: Visualizing Google Forms Data with Seaborn
IntroductionThis is the second article in a series describing how to use Google Forms to collect information via simple web forms, read it into a pandas dataframe and analyze it. This article will...
View ArticleJames Mills: A Compose for Docker Machines
Introducing a new tool factory for composing Docker machines wrapping around docker-machine itself.This lets you define a factory.yml file like this: machines: test: driver: digitalocean And run: $...
View ArticleContinuum Analytics Blog: Continuum Analytics - July Tech Events
The Continuum Team is hitting some big conferences this month, and we hope you’ll join us for exciting talks on Bokeh, Numba, Blaze, Anaconda, and more. From our hometown of Austin, Texas all the way...
View ArticleContinuum Analytics Blog: Find Continuum at SciPy Austin 2015
Continuum is a sponsor of this year’s SciPy Conference in Austin, TX. We invite you to join us at the fourteenth annual Scientific Computing with Python conference, and to check out some really...
View ArticlePython Software Foundation: PyCon Singapore
The PSF is happy to report that the third annual PyCon Singapore took place June 17 to 19, 2015. This event, organized by the Python User Group Singapore, is a testament to the robust presence of the...
View ArticleDaily Tech Video (Python): [Video 223] Julian Berman: Building an interpreter...
PyPy, an alternative implementation of Python, has been gaining attention and interest over the last few years, in no small part because of its high speed. PyPy has, at its core, a small language...
View ArticleJames Mills: A Docker-based mini-PaaS
The WhySo by now everyone has heard of Docker right? (If not, you have some catching up to do!)Why have I created this mini-PaaS based around Docker? What's wrong with the many myriad of platforms and...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 2.
In their amazing book “The 5 Elements of Effective Thinking” the authors Burger and Starbird share a story about how they observed Tony Plog, an internationally acclaimed trumpet virtuoso, conduct a...
View ArticleGraham Dumpleton: Using Apache to start and manage Docker containers.
In the last couple of posts (1, 2) I described what needed to be done when migrating a Python web site running under Apache/mod_wsgi to running inside of a Docker container. This included the steps...
View ArticleSumith: GSoC Progress - Week 6
Hello, received a mail few minutes into typing this, passed the midterm review successfully :) Just left me wondering how do these guys process so many evaluations so quickly. I do have to confirm with...
View ArticleBruno Rocha: Dealing with linked containers dependency in docker-compose
In docker-compose a common problem is starting services and daemons in containers that depends on services running on linked containers, in example: your app depends on elasticsearch but it is not...
View ArticleDavid MacIver: Want to take a weekend to write tests?
I’d like to get more people using Hypothesis, and I’d like to raise the general quality of open source software. For bonus, lets see if we can help people out who wouldn’t normally contribute to open...
View ArticleEuropython: EuroPython 2015 Keynote: Holger Krekel
We are pleased to introduce our next keynote speaker for EuroPython 2015: Holger Krekel. He will be giving a keynote on Wednesday, July 22.About Holger KrekelHolger is a prolific Python developer with...
View ArticleABlog for Sphinx: ABlog v0.7.3 released
ABlog v0.7.3 makes use of python-dateutil for parsing post dates, so now you can be flexible with the format you use in posts. Thanks to Andy Maloney for this improvement.
View ArticleABlog for Sphinx: ABlog v0.7.5 released
ABlog v0.7.5 is released to fix Windows specific path resolving issue with archive pages. Thanks to Peter Mills for reporting this issue.
View ArticleDavid MacIver: Properties for testing optimisation
I’ve been thinking a bunch recently about how to use Hypothesis to test constrained optimisation problems. I put together this talk for pydata London, and yesterday I sketched out these tests for how...
View ArticleDavid MacIver: Using z3 to try to solve Feedback Arc Set for Tournaments
I’ve been meaning to check out Z3 for a while – it’s an open source theorem prover from Microsoft with great looking Python bindings. I’m partly interested just out of pure curiousity, partly because...
View ArticlePython Insider: Python 3.5.0b3 released
Python 3.5.0b3 is now available for download.This is a preview release, and its use is not recommended for production settings. Python 3.5 has now entered "feature freeze"; by default new features may...
View ArticleTennessee Leeuwenburg: Quick example: A heat map of pedestrian counts
It might not look like it, but I have been super-busy lately working on data science and machine learning tech. I've been going on a bit of a vision quest trying to wrap my head around the whole thing....
View ArticleBruno Rocha: 10 rules of open source projects
1. Something incomplete is better than nothing at allIf you have a piece of code and you find some value on it, share it to the community, if this is a code snippet share in the form of a gist, even if...
View Article