Python

<< ALL BLOG POSTS
Why You Should Upgrade to Python 3Why You Should Upgrade to Python 3
|
December 19, 2019

Why You Should Upgrade to Python 3

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
What is Faceted Search or Faceted Navigation?What is Faceted Search or Faceted Navigation?
|
July 24, 2019

What is Faceted Search or Faceted Navigation?

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

READ MORE
How to start with Machine LearningHow to start with Machine Learning
|
June 3, 2019

How to start with 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
How to write an RFP for your Web Portal projectHow to write an RFP for your Web Portal project
|
May 17, 2019

How to write an RFP for your Web Portal project

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
Kick Start your Django/Plone Buildout with PyCharmKick Start your Django/Plone Buildout with PyCharm
|
August 5, 2017

Kick Start your Django/Plone Buildout with PyCharm

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
High Availability and Horizontal Scaling with CeleryHigh Availability and Horizontal Scaling with Celery
|
February 1, 2017

High Availability and Horizontal Scaling with Celery

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
Write Better Programs with pytestWrite Better Programs with pytest
|
September 26, 2016

Write Better Programs with pytest

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
A More Flexible and Intuitive Python-Based LDAP LibraryA More Flexible and Intuitive Python-Based LDAP Library
|
August 30, 2016

A More Flexible and Intuitive Python-Based LDAP Library

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

READ MORE
Managing complex Bacula configurations with YAML, Jinja and PythonManaging complex Bacula configurations with YAML, Jinja and Python
|
August 12, 2016

Managing complex Bacula configurations with YAML, Jinja and Python

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

READ MORE