Today, I was curious why we often represent values in computer memory with hexadecimal numbers. I found the...
Pytest imports test modules into a flat namespace unless you have __init__.py files in the test folders. This...
VS Code has a super useful feature called tasks. These allow you to define and chain arbitrary shell commands...
I’ve written a few more articles on Real Python since my last post:
For about a year, I’ve been writing for a website called Real Python. They publish tutorials and video courses...
Nikola is an awesome static website generator built in Python. I recently used it to develop the new website...