psutil 3.0

Here we are. It’s been a long time since my last blog post and my last psutil release. The reason? I’ve been travelling! I mean… a lot. I’ve spent 3 months in Berlin, 3 weeks in Japan and 2 months in New York City. While I was there I finally had the chance to meet […]

Read More

The Developers Conference 2015 Sp Trilha Python

Olá,Eu, o Diego Garcia e o @gutomaia estamos organizando a trilha de‪#‎python‬ do The Developer’s Conference SP 2015, Um dos maiores eventos de tecnologia do Brasil. Gostariamos de sua ajuda para escolher os temas a serem abordados, preencha o formulário para sugerir temas ou propor uma palestra: http://goo.gl/forms/P2HgcnBFsA Além das palestras que já podem ser submetidas através do site oficial […]

Read More

Let LoopBack Do It: A Walkthrough of the Node API Framework You’ve Been Dreaming Of

While Ruby has Rails and Python has Django, the dominant application development framework for Node has yet to be established. But, there is a powerful contender gaining steam: LoopBack, an open source API framework built by StrongLoop, the creators of Express. Let’s take a closer look at LoopBack and it’s capabilities by turning everything into […]

Read More

The Minimum Viable Test Suite

In the last post we detailed how to validate email addresses during user registration. This time, we’ll add unit and integration tests (yay!) to our application using the Flask-Testing extension, covering the most important features. This type of testing is called Minimum Viable Testing (or Risk-based Testing) and is designed to test the high-risk functionality, […]

Read More

Pillow 2015 Report

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. The state of the Pillow Pillow Fighter #2 Eric Soroos had some time constraints recently so I managed the Pillow 2.8 release. While preparing the release I also reviewed and updated the entire […]

Read More

Rust for Python Programmers

Now that Rust 1.0 is out and quite stable, I thought it might be interesting to write an introduction to Rust for Python programmers. This guide goes over the basics of the language and compares different constructs and how they behave. Rust language wise is a completely different beast compared to Python. Not just because […]

Read More