An Introduction to Functional Programming Basics with Python

Functional programming is a style of coding whose primary purpose is to do rather than to perform a task. Functional programming comes from a style of mathematical thinking… Read more

Similar

A Project Skeleton for Python Projects

As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages - you know, the repositories that get uploaded into devpi or... (more…)

Read more »