Skip to main content

2 posts tagged with "Python"

View All Tags

Announcing Official Support for OpenFeature

· 6 min read
Zayyad Muhammad Sani
You live, you learn.

At ConfigCat, we've seen firsthand how feature flags help teams ship faster with less risk and build more resilient, user-friendly applications. We want more people to experience these benefits, so we've decided to officially support OpenFeature.

Our OpenFeature providers were previously developed and maintained by open-source contributors. Moving forward, we've opted to develop and maintain some providers in-house, while continuing to collaborate with open-source contributors for others.

In the upcoming sections, we'll explore how to integrate OpenFeature into a Python application that currently uses the ConfigCat Python SDK.

Announcing official OpenFeature support cover

How to A/B Test Your Python Application

· 9 min read
Chavez Harris
Build. Break. Learn. Repeat.

Will showing the number of book copies sold on my website encourage more people to buy it? To answer this question confidently, I can rely upon A/B testing for guidance. This method of testing allows us to evaluate two versions of a website or app by releasing them to different user segments to see which one performs better.

Cover photo