March 2024

DjangoPython
2024-03-28 00:41 (23 months ago)

When looking at the assertEqual method in Django's unit tests, the first argument is named 'first' and the second argument is named 'second'. It appears that there is no difference in the usage of these variables.

DjangoPython
2024-03-24 04:53 (23 months ago)

This blog post covers the steps to build a Python 3.12 environment and discusses how to create a new virtual environment using Pipenv. It focuses on a specific issue that might arise when running the `pipenv install` command, which results in the error: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? The post provides a detailed checklist and solutions to address this error.

Categories

Archive