Contact Us
24/7
Python BlogDjango BlogSearch for Kubernetes Big DataSearch for Kubernetes AWS BlogCloud Services

Blog

Implement Text Similarity with Embeddings in DjangoImplement Text Similarity with Embeddings in Django

Implement Text Similarity with Embeddings in Django

Messy data breaks traditional matching — semantic search with embeddings delivers accurate search results from inconsistent inputs.

READ MORE
|
May 20, 2025
How AWS Lambda Simplifies Software DevelopmentHow AWS Lambda Simplifies Software Development
|
July 29, 2016

How AWS Lambda Simplifies Software Development

Lambda is Amazon Web Services' server-less infrastructure. It makes it possible to run small tasks that respond to various kinds of events without actually running any servers...

READ MORE
Plone 5's Best TinyMCE Plugin for Content ManagersPlone 5's Best TinyMCE Plugin for Content Managers
|
June 22, 2016

Plone 5's Best TinyMCE Plugin for Content Managers

Templates help content editors manage rich content within their site without knowledge of HTML. The new Plone 5 has support for a TinyMCE plugin called Templates...

READ MORE
My Take-Aways From PyCon 2016My Take-Aways From PyCon 2016
|
June 17, 2016

My Take-Aways From PyCon 2016

Useful tidbits of information collected at the annual Python conference in Portland, OR...

READ MORE
FreeNAS to Add Bhyve SupportFreeNAS to Add Bhyve Support
|
April 12, 2016

FreeNAS to Add Bhyve Support

We can now run hybrid cloud services that combine the storage and virtualization layer to simplify hosting operations...

READ MORE
14th ShipIt Day a Success at Six Feet Up14th ShipIt Day a Success at Six Feet Up
|
March 23, 2016

14th ShipIt Day a Success at Six Feet Up

Six Feet Up hosted its 14th ShipIt Day, where team members work on a project of their choice for 24 hours. Here's what we accomplished...

READ MORE
Best Practices for Customizing Your Live Plone SiteBest Practices for Customizing Your Live Plone Site
|
March 17, 2015

Best Practices for Customizing Your Live Plone Site

Learn when TTW customizations should be avoided, how to make customizations properly, and how to put a customization process in place.

READ MORE
Building Python Command Line Tools, Part 4: CSV Importing and Time ZonesBuilding Python Command Line Tools, Part 4: CSV Importing and Time Zones
|
March 13, 2015

Building Python Command Line Tools, Part 4: CSV Importing and Time Zones

In the final part of our series on Python Command Line Tools, we'll put our application to work. I'll show you how to import the CSV module and handle timezones post import.

READ MORE
PyTennessee 2015 RecapPyTennessee 2015 Recap
|
March 7, 2015

PyTennessee 2015 Recap

Here's a recap from the Sixies who headed South to PyTennessee...

READ MORE
Building Python Command Line Tools, Part 3: Bootstrapping PyramidBuilding Python Command Line Tools, Part 3: Bootstrapping Pyramid
|
March 2, 2015

Building Python Command Line Tools, Part 3: Bootstrapping Pyramid

For the third part of our series on Python Command Line Tools, I'll show you how to use your console_script to bootstrap a Pyramid App.

READ MORE