Asking how much a website costs is like asking how much a house costs. The answer depends on what you want. You’ll pay different prices for a two-bedroom cottage and a seven-bedroom rambler. In both cases, the difference can mean …
Back in 2018, I wrote about using setup.py in your Django/Python project. Five years later, setup.py is being phased out in favor of pyproject.toml. I’m a big fan of this change. With setup.py you could really go off the rails …
Whether you are a billion-dollar business, mom-and-pop shop, or mission-driven organization, your website is a key step along your audience’s journey, so it’s essential to get it right. You’ve known this from day one.
But your organization isn’t static. It …
Your website is the hub of your business. It holds the promise of competitive advantage and the responsibility of delivering excellent customer service.
Designing and building any new web application or restructuring your web development operations is a substantial undertaking, …
Last year Drexel University, in partnership with the Big Cities Health Coalition, contacted us to build a website to visualize health data for urban areas in the United States. Their data analysts gathered data around metrics like HIV infections, COVID …
A content management system (CMS) makes managing and publishing content to your website a breeze. And most digital marketing teams adopt one of the popular ready-made platforms, like WordPress or Drupal, when first launching their business.
However, as with any …
Whether you are a publisher or marketer, content is pivotal to your role. It either is your product or your product’s success depends on it. But generating the engaging content your brand requires is only half of your challenge. In …
We spend a lot of energy at Lincoln Loop to ensure that the tools we build for our clients are working as hard as possible for them. One thing that we consider is a thoughtfully-designed Open Graph meta tag system. …
tl;dr I built a benchmark for Python Package managers, you can view it at https://lincolnloop.github.io/python-package-manager-shootout/
When starting a new Python project, you have a few different options for how you want to manage your dependencies. Like Node.js has npm, yarn, …
One of the first things you need to do when starting a new Django project is to choose which version of Django you are going to use. At any given time, there could be as many as three supported Django …