Check Python site-packages for Updates
A while ago, I found a nice little script called check_for_updates.py which uses PIP to check your installed Python packages for updates. However, it didn’t work under Python …
A Simple Web Bot with Requests and BeautifulSoup
Today I helped a colleague debugging a web bot written in Java. Since I did’t really work with Java since a few years, I thought it would be easier …
Designing and Testing PyZMQ Applications – Part 3
The third and last part of this series is again just about testing. While the previous article focused on unit testing, this one will be about testing complete PyZMQ processes …
Designing and Testing PyZMQ Applications – Part 2
This is the second part of the series Designing and Testing PyZMQ Applications. In the first part, I wrote about designing a PyZMQ application, so this time it’s all …
Designing and Testing PyZMQ Applications – Part 1
Book review: NumPy 1.5 Beginner’s Guide
I recently got the chance to review the book NumPy 1.5 Beginner’s Guide by Ivan Idris and published by Packt Publishing.
It covers many aspects of NumPy and …
page 5 of 11