Skip to content
Tag

Everything tagged #python

3 articles, newest first.

EngineeringMar 12, 2023 · 3 min read

Getting Started with Django

From an empty Linux machine to a working Django app: environment, project, models, views, templates, and URLs.

103 min read
Getting Started with Django
EngineeringMar 12, 2023 · 1 min read

How to Stop Conda Activating the Base Environment Automatically

Conda was slowing my machine down, so I stopped it from activating the base environment in every new shell.

001 min read
How to Stop Conda Activating the Base Environment Automatically
EngineeringMar 06, 2023 · 2 min read

Fixing pip's externally-managed-environment Error

Python 3.11 refused the install because the environment is externally managed. That is a deliberate protection, and there are three ways past it.

002 min read
Fixing pip's externally-managed-environment Error