Skip to content
The Baffled Architect

The Baffled Architect

Every day is a school day

Tag: Coding

Development

Rainbows, decorators arguments & threads

Posted on June 13, 2022 by Dougie Richardson

Playing with Rainbow Hat I learned a few things about Python as a result I found out what a decorator is, the difference between args and kwargs and threads. I…

Posted in CodingTagged Coding, Python
Working together

Python List Comprehension

Posted on June 13, 2022 by Dougie Richardson

I’ve been spending time with Python recently and am beginning to really like some of the language’s features. List comprehension creates a list by evaluating an expression on each item…

Posted in CodingTagged Coding, Python

Using Threading rather than Thread

Posted on June 12, 2022 by Dougie Richardson

In an earlier post, I used Threads but the thread module in Python when I should be using threading. The documentation for threading says it builds upon the thread module (renamed _thread):…

Posted in CodingTagged Coding, Python
← Previous 1 2 3 4 Next →

© 2026 The Baffled Architect - Every day is a school day.

Theme: Baffled Architect