This website places cookies on your device to give you the best user experience. By using our website, you agree to the placement of these cookies. To learn more, read our Privacy Policy.
Accept and Close
Contact Us 24/7
Advanced Search…
Python Django Plone React Saltstack Amazon Web Services
Sections
  • App Dev
  • AI/ML
  • Big Data
  • Cloud
  • Projects
  • Blog
    • < Back Blog
    • AWS
    • Best Practices
    • Cloud
    • Cool Factor
    • Django
    • Machine Learning
    • Open Source
    • Performance
    • Plone
    • Plone Podcast
    • Python
    • Ready to discuss a Project? Let's Talk

  • Company
    • < Back Company
    • Who We Are
    • Our Clients
    • Technologies we love
    • Our Flex6™ Process
    • News
    • Events
    • Careers
    • Services Fees
    • BEST™
    • Contact Us
    • Ready to discuss a Project? Let's Talk

Ready to discuss a Project? Let's Talk

Six Feet Up
Python Python can be a tricky language to tackle, but the Sixies are here to help. Check out our blog posts on Python... https://sixfeetup.com/blog/python-blog https://sixfeetup.com/@@site-logo/logo.png

Python

Two IT Professionals discussing desktop computer display

How to Leapfrog a Massive Django/Python Upgrade Successfully

  • Django
  • Best Practices
  • Python

Migrating from Django 1.7 to 3.1 is no small task. Besides having to deal with the upgrade of Django itself, you shouldn't forget that an upgrade like this implies an upgrade from Python 2 to 3 as well.

Read More

Roché Compaan | February 17, 2021

Process thousands of JSON files

Get your JSON Configuration In Line with GenSON

  • Python

Using JSONSchema and Python GenSON to standardize thousands of JSON files

Read More

Glenn Franxman | January 29, 2021

Why Python?

4 Reasons to go with Python over ${language}

  • Python

It can be hard to know which programming language is "the right tool for the job", but there's one language that keeps coming to mind...

Read More

Calvin Hendryx-Parker | October 28, 2020

Rocket emerging from laptop

Electron, Desktop Development at the Speed of Electricity

  • Python
  • Open Source

If you have used Electron before, your initial experiences may have been less than ideal. It might be time to give it a second (or first, or third) look!

Read More

Shane Hathaway | August 24, 2020

Glasses with computer screen in background

10 Tips for Upgrading to Python 3

  • Python
  • Best Practices
  • Open Source

Upgrading legacy systems to Python 3 doesn't have to be a hassle. Here are 10 tips and tricks to help with your upgrade project...

Read More

Kim Nguyen | December 19, 2019

Top Reasons to Upgrade to Python 3, A Review

Why You Should Upgrade to Python 3

  • Python
  • Best Practices
  • Open Source

Python 2's End of Life is January 1, 2020. At Six Feet Up, we're prepared a critical list of reasons why you need to upgrade to Python 3...

Read More

Chrissy Wainwright | December 19, 2019

Man looking through binoculars

What is Faceted Search or Faceted Navigation?

  • Python
  • Django
  • Plone
  • Best Practices

Faceted search provides site visitors with a quick and intuitive way to narrow down their search results in real time...

Read More

Calvin Hendryx-Parker | July 24, 2019

Robot Looking at Data on a Computer

How to start with Machine Learning

  • Open Source
  • Python
  • Cool Factor
  • AWS
  • Cloud
  • Machine Learning

Machine Learning initiatives can be powerful when you need to analyze large amounts of data, especially when it makes sense to analyze data points together to gain greater insights or find patterns...

Read More

Calvin Hendryx-Parker | June 3, 2019

How to write an RFP

How to write an RFP for your Web Portal project

  • Best Practices
  • Python
  • Django
  • Plone

Whether your web portal project is about a corporate intranet, an online collaboration platform for researchers or a app designed to help members manage their data, you will most likely need to write an RFP to identify possible suitable vendors...

Read More

Gabrielle Hendryx-Parker | May 17, 2019

Use PyCharm to power your Django and Plone projects

Kick Start your Django/Plone Buildout with PyCharm

  • Python
  • Django
  • Plone

PyCharm has great features, such as a Debugger, code completion, syntax highlighting and code formatting for Buildout configuration files. Here are several tips to help you get going...

Read More

Calvin Hendryx-Parker | August 5, 2017

Celery logo with construction workers walking in front

High Availability and Horizontal Scaling with Celery

  • Python
  • Open Source

Long running tasks can be put on a Celery job queue to help decouple and run asynchronous work loads, and therefore strengthen the main program...

Read More

Calvin Hendryx-Parker | February 1, 2017

Magnifying glass on graphic of bug

Write Better Programs with pytest

  • Python
  • Best Practices

Getting a set of fast running tests can dramatically speed up the development process as well as ensure developers don't introduce regressions...

Read More

Calvin Hendryx-Parker | September 26, 2016

Birds sitting on telephone wire

A More Flexible and Intuitive Python-Based LDAP Library

  • Python

A new, pure Python LDAP library is out and easier to work with…

Read More

Rob McBroom | August 30, 2016

Slingshot with rocks with Python and YAML logos

Managing complex Bacula configurations with YAML, Jinja and Python

  • Python
  • Performance

How to make sure all servers are backed up, and do so in a way to avoid a performance hit…

Read More

Calvin Hendryx-Parker | August 12, 2016

PyCon 2016 logo with blue mountains in background

My Take-Aways From PyCon 2016

  • Cool Factor
  • Python

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

Read More

Calvin Hendryx-Parker | June 17, 2016

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

  • Python
  • Best Practices

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

Calvin Hendryx-Parker | March 13, 2015

PyTennessee logo with Rob and Calvin in background

PyTennessee 2015 Recap

  • Python
  • Cool Factor

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

Read More

March 7, 2015

Python logo on gray background

Building Python Command Line Tools, Part 3: Bootstrapping Pyramid

  • Python
  • Best Practices

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

Calvin Hendryx-Parker | March 2, 2015

5 Critical Considerations for Python Testing

  • Python
  • Best Practices
  • Performance

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

February 26, 2015

Building Python Command Line Tools, Part 2: Console Scripts

  • Python
  • Django
  • Best Practices

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

Calvin Hendryx-Parker | February 9, 2015

Building Python Command Line Tools, Part 1: ArgParse

  • Python
  • Django

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

Calvin Hendryx-Parker | January 26, 2015

An Introduction to BeautifulSoup

  • Python
  • Cool Factor

This article will help you save effort processing HTML content using BeautifulSoup.

Read More

Rob McBroom | December 19, 2014

Debugging Python code with pdb

  • Python
  • How To

This post offers an introduction to the interactive Python Debugger tool (pdb), including basic commands, examples, alternative implementations, and helpful links.

Read More

Clayton Parker | December 9, 2014

Locust logo with green background

Performance Testing with Locust

  • Python
  • How To
  • Performance

During a recent load-test, we successfully used the Python plugin Locust to create a working test as an alternative to Jmeter.

Read More

Rob McBroom | November 17, 2014

SaltStack for server configuration management and more

  • Python
  • Best Practices

SaltStack (Salt) is currently one of the fastest growing configuration management systems. It's written in Python and uses ZeroMQ to communicate nearly instantaneously with all of the servers in your infrastructure that it calls minions. Here is how we use Salt and why.

Read More

Calvin Hendryx-Parker | October 21, 2014

Python Django Training Course Now Available

  • Python
  • Django
  • Open Source

We’ve taken the challenge of finding well-trained Python developers into our own hands. Clayton and I will be teaching 5-day immersive trainings on Python and Django at Eleven Fifty in Carmel, Indiana.

Read More

Calvin Hendryx-Parker | October 8, 2014

Python Myths Dispelled

  • Python

Python is used by major organizations for mission critical applications in Indianapolis and around the U.S.

Read More

Calvin Hendryx-Parker | July 30, 2014

Free Guide

Use this free guide when interviewing technology partners to determine if they are a good fit for your next project.

How to Pick the Right Technology Partner Cover

Newsletter Sign Up

Get our latest posts and tips delivered to your inbox.

Categories

  • AWS
  • Best Practices
  • Cloud
  • Cool Factor
  • Django
  • Machine Learning
  • Open Source
  • Performance
  • Plone
  • Plone Podcast
  • Python

Follow Us

  • Facebook
  • Twitter
  • LinkedIn
  • YouTube

Contact Us

Main Office Location
Six Feet Up Headquarters
9084 Technology Drive - Suite 100
Fishers, IN 46038 - USA
Phone: +1 (317) 861-5948
Fax: +1 (775) 295-6925
Email:

Mailing Address
Six Feet Up, Inc.
5604 W Hackberry Trail
New Palestine, IN 46163

Tweets by sixfeetup

Hear From Us

No spam, ever. Your information will only ever be used for Six Feet Up’s monthly news.

App Dev | AI/ML | Big Data | Cloud | Projects | Blog | Company

© 2021 Six Feet Up, Inc. All rights reserved. Powered by Plone Section 508 WCAG Accessibility Privacy Sitemap