Recent programming posts

Effective Python Outline

2022-01-20 | programming, Python, Effective Python

General Python About, goals and objectives; leverage the work of others, use established libraries String manipulation and slicing Lists and slicing Dictionaries Sets Strings and Unicode,

View post

Code Snippets

2022-02-02 | programming, code, Python

Computer Setup Add to PATH variable: single location (\S\bin) for personal scripts includes publish.bat script Add to PYTHONPATH variable: current projects

View post

Programming Your Career

2019-01-07 | writing, programming, career, actuary

I love to program, and I am convinced programming has been beneficial to my career. Other actuaries proudly proclaim their reluctance or inability to program, and a recent Wall

View post

The Aggregate Package

2022-01-28 | programming, Python, aggregate, aggregate loss distributions

The aggregate Python package makes working with aggregate loss distributions easy.

View post

Regular Expressions

2022-01-28 | programming, Python, regular expressions

Regular expressions are a wonderful shorthand way to select and manipulate strings.

View post

Python Environments

2022-01-28 | Python, programming, environments

View post

Code Snippets

2022-01-28 | python, programming, code, snippets

General Imports import numpy as np import pandas as pd import matplotlib as mpl import matplotlib.pyplot as plt from great import test_df

View post