Back
Featured image of post Python Programming Language

Python Programming Language

My long history with Python

Open Source Packages

pyreadline3

The pyreadline3 package is based on the stale package pyreadline located here. The original pyreadline package is a python implementation of GNU readline functionality. It is based on the ctypes based UNC readline package by Gary Bishop. It is not complete. It has been tested for use with Windows 10.

Version 3.0+ of pyreadline3 runs on Python 3.8+.

The latest development version is always available at the project git repository


pyzmqrpc3

This Python package adds basic Remote Procedure Call (RPC) functionalities to ZeroMQ. The supported command/service architecture allows for complex serialization of user defined data and modern-looking implementation.

The latest development version is always available at the project git repository


SCons protoc Support

Add the protoc compiler support to the scons build system. Here is the pull request.