Setting up PostgreSQL with Python 3 and psycopg
A guide for installing and using PostgreSQL with Python 3 and psycopg2 on Ubuntu 16.04 Xenial Xerus.
Read more »For the next part of my blog series on pulling apart Python’s syntactic sugar, I’m going to be tackling rich comparison operators: ==, !=, >, <, >=, <=. For this post I am going to be picking apart the example of a > b. … Read more