My favorite terrible Python error message

Students in my Python classes occasionally get the following error message: TypeError: object() takes no parameters This error message is technically true, as I’ll explain in a moment. But it’s surprising and confusing for people who are new to Python, be… Read more

Similar

Using Python -m

Core Python developer, Brett Cannon, wrote a compelling case for using "python -m pip". I think we can do better. Let's use "python -m" whenever we can. What about building a python tooling ecosystem ala g... (more…)

Read more »