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

Blog

Automating GitHub Issue Creation with Claude CodeAutomating GitHub Issue Creation with Claude Code

Automating GitHub Issue Creation with Claude Code

Learn how Six Feet Up automates GitHub issue creation with Claude, Claude Code, and GitHub CLI to streamline workflows and reduce manual effort.

READ MORE
|
July 9, 2025
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
5 Critical Considerations for Python Testing5 Critical Considerations for Python Testing
|
February 26, 2015

5 Critical Considerations for Python Testing

Resulting from our recent Python Testing and Debugging event, check out these five key considerations developers should understand before diving into Python testing.

READ MORE
How We Made our Site ResponsiveHow We Made our Site Responsive
|
February 19, 2015

How We Made our Site Responsive

Mobile and responsive development are key in today's web design practice, but how do you make an existing production site fully responsive? Here's how we did it.

READ MORE
Journey To Find the Best Support SystemJourney To Find the Best Support System
|
February 14, 2015

Journey To Find the Best Support System

This article provides a side by side comparison of six customer support and ticketing systems. You will find out what we learned through the evaluation process and which system met all of the support and workflow requirements for our team.

READ MORE
Displaying EasySlideshow on your Homepage with DiazoDisplaying EasySlideshow on your Homepage with Diazo
|
February 11, 2015

Displaying EasySlideshow on your Homepage with Diazo

Now that you've learned how to use EasySlideshow, this article will give instruction on how to display it within your site's pages.

READ MORE
Building Python Command Line Tools, Part 2: Console ScriptsBuilding Python Command Line Tools, Part 2: Console Scripts
|
February 9, 2015

Building Python Command Line Tools, Part 2: Console Scripts

In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.

READ MORE
How To Use EasySlideshowHow To Use EasySlideshow
|
February 4, 2015

How To Use EasySlideshow

This article provides step by step instruction for using Easyslideshow within Plone post install and activation.

READ MORE
Allow users to create content using PloneFormGenAllow users to create content using PloneFormGen
|
January 28, 2015

Allow users to create content using PloneFormGen

In the following article you'll find out how to create site content via PloneFormGen using a Custom Script Adapter or by using an add-on adapter called "PloneFormGen Save Data to Content" (uwosh.pfg.d2c).

READ MORE
Building Python Command Line Tools, Part 1: ArgParseBuilding Python Command Line Tools, Part 1: ArgParse
|
January 26, 2015

Building Python Command Line Tools, Part 1: ArgParse

This article is part one of a four-part series on building and using python command line tools. Get ready to learn how to parse command line arguments and import csv files for a Django or Pyramid app.

READ MORE