In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.
Author
Bob Belderbos
Latest articles
by
-
-
In this post I will give you 5 tips to speed up your code.
-
A review of Dan Bader’s Python tricks book.
-
After last post on OOP a logical follow-up is Python’s data model. We use the great Fluent Python book to code up an example of our own, showing the powerful way you can leverage this data model. You can download the notebook here.
-
I created a notebook on OOP (object oriented programming) in Python.
-
In this article some important anti-patterns regarding error handling and how to solve them making your code more Pythonic and easier to maintain.
-
Itertools is a very useful module. In this short post I show some 5 examples how you can use it. Some of this stuff might be useful in next week’s challenge …
-
Transforming Code into Beautiful, Idiomatic Python is a must-watch to write more Pythonic code. In this post some highlights.
-
I finished reading Grokking Algorithms, it’s a very accessible resource for learning algorithms / data structures, highly recommended.