About the teamThe Platform team at Bulb are building a completely greenfield system responsible for things like Billing, Metering and Account Management. This software will be at the very heart of Bulb’s business and is absolutely vital to our day... (more…)
Read more »
“ouro7” by Rex Housour, used under CC BY-SA 2.0, cropped original In the world of programming, there’s something known as a “loop”. Loops are great because, with a few simple lines of c…...
Read more »
So, you're an advanced beginner
– you've learned your way past Python basics and can solve real problems. (more…)
Read more »
The Python HTTP library requests
is probably my favourite HTTP utility in all the languages I program
in. It's simple, intuitive and ubiquitous in the Python community. Most of the
programs that interface with HTTP use either requests or urllib3 from
the ... (more…)
Read more »
Type annotations and support for passing nested values with data classes provides a significant improvement to the Python experience. (more…)
Read more »