Programming for fun and profit

A blog about software engineering, programming languages and technical tinkering


Tue 03 July 2018

Awesome Python Podcasts

Posted by Simon Larsén in Programming   

Whenever I find myself occupied with some monotonous task, I very much enjoy listening to podcasts. As programming is my number one passion, and Python is my favorite language, I tend to listen to podcasts that relate to them. In this post, I'll give a brief overview of my three …

Read more...




Thu 05 April 2018

Properties as Pythonic getters

Posted by Simon Larsén in Programming   

If you come from either Java or C++, you've probably written your fair share of getter and setter (also called accessor and mutator) methods. It is common for programmers that transition from such a language to Python to carry over this practice. In many cases in Python, we simply forego …

Read more...