‹ olav.it

Tag: Python

Configuring Pipenv in Visual Studio Code

Pipenv is a more modern way to manage project dependencies in Python. However, if you want to use Visual Studio Code's Python plugin for your project, you need to tell it where it can find your virtualenv.

A Djangonaut's Experience With .NET MVC

Django has been my web framework of choice, ever since I switched from PHP many years ago. This semester I've been taking a web programming course, where we had to use .NET MVC, so I thought I'd share some of my thoughts on it, and how it compares to Django.