Explore >> Select a destination


You are here

www.valentinog.com
| | quakkels.com
1.3 parsecs away

Travel
| | Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now.
| | sam.hooke.me
1.8 parsecs away

Travel
| | The home page of Sam Hooke.
| | www.mattlayman.com
1.9 parsecs away

Travel
| | On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app.
| | vickiboykis.com
12.3 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.