Django Python
January 26, 2025 / January 27, 2025 by Brian Kennedy | Leave a Comment
Running Django in a VS Code dev container is a great way to standardize your development environment while leveraging the power of Docker. With a dev container, you can eliminate “it works on my machine” problems and create a portable development setup. In this tutorial, I’ll walk you through the process of setting up Django […]
Read more »
Tagged
Python
September 5, 2023 / January 27, 2025 by Brian Kennedy | Leave a Comment
Welcome to the world of Python! If you’re transitioning from another programming language or if you’ve been dabbling in various languages and decided to give Python a deeper look, there are some essential quirks and features you should be aware of. Python, often lauded for its readability and elegance, does have its unique characteristics. In […]