@miguendes
Machine Learning Software Engineer - Hobbyst Technical Writer - Interested in Software Testing, Best Practices, Scalability, and Python.
AI Software Engineer based in London, UK with 6+ years of professional experience developing and releasing software in different programming languages - Hobbyist Technical Writer - Interested in Software Testing, Best Practices, Scalability, Machine Learning/AI, and Python.
Nothing here yet.
Comparing strings is a fundamental task common to any programming language. When it comes to Python, there are several ways of doing it. The best one will always depend on the use case, but we can narrow them down to a few that best fit this goal. In...

Some weeks I ago I faced this problem in one of my projects after upgrading pylint to 2.11. The error was: script.py:7:8: C0209: Formatting a regular string which could be a f-string (consider-using-f-string) At first I found it very confusing; my c...

When I started learning Python, there was one thing I always had trouble with: dealing with directories and file paths! I remember the struggle to manipulate paths as strings using the os module. I was constantly looking up error messages related to ...
