Porting your projects from Python 2 to 3 : The lay of the land
Apr 28, 2020 by Noufal Ibrahim
First of a multipart series describing the technical challenges involving moving an application from Python 2 to Python 3.
SQLAlchemy and full text searching in postgresql
Mar 08, 2019 by Noufal Ibrahim
A report on how we added a new type to SQLAlchemy to get it working for an internal project.
Text processing in UNIX
Feb 13, 2018 by Noufal Ibrahim
Using basic UNIX tools to analyse a text file and create a summary of it's contents.