Python

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
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
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