Home
Blog
About
☀️
Python
Generating Realistic Test Data with Faker in Python
04-07-2023
Use Faker and pytest to generate realistic names, emails, and more. It is fast, easy and GDPR-safe. Test smarter, not harder!
Solved world's hardest sudoku with python
27-12-2022
Is it possible to solve World’s hardest sudoku with python-constraint? I tried it and discovered it is possible.
Who owns the crododile ?
13-12-2022
I discovered a few weeks ago an interesting library. The library python-constraint is created to solve Constraint Satisfaction Problems. With this library I can solve some zebra puzzles.
Testing with FastAPI
08-11-2022
How do we test our tests? Can it be done without production code? Yes with FastAPI it is possible.
Generate test data with pytest fixtures
02-03-2022
Turn repetitive API tests into clean, reusable pytest setups. Learn how fixtures and parametrization help separate test logic from data. Even load dynamic test cases from files using generators for maximum flexibility.
Days between two dates
24-02-2021
I need to calculate in some automated tests the days between two dates. Between the start and end date. Here is my solution.
Count number of digits in a string
10-02-2021
I explain how to count the number of digits in a string with Python. I also how I extract the digits out strings.
Three words in python strings
03-02-2021
In this post I will solve a problem to distinguish between words and numbers. I will see if I can search for three words in python strings.
Sort numbers with python
23-01-2021
In this post I will give a solution a fictive sorting problem. I want to sort numbers with python. Sorting is a part of many tasks. It is useful to know how to use the sorting function in python.
Volgende
1
2