Marlene Mhangami is a Zimbabwean software engineer and senior developer advocate at Microsoft and GitHub focused on Python, artificial intelligence, and developer tools. She co-founded ZimboPy, helped organize the inaugural PyCon Africa, and served as vice chair of the Python Software Foundation before turning her attention to data infrastructure and the reliability of AI-assisted software development.
Mhangami studied molecular biology in the United States before learning Python through community-led programming initiatives in Harare. In 2017, she co-founded ZimboPy to help Zimbabwean girls and young women learn programming, build projects, and connect with professional mentors. She also helped lead Purple Lipstick, a Zimbabwean nonprofit supporting opportunities for young women. Her account of discovering Python connects her early technical interests with unequal access to education and professional networks.
She joined the Python Software Foundation board in 2017, worked on communications and translation initiatives, and advocated for educational resources accessible beyond the United States and in places with unreliable internet connections. She chaired the first PyCon Africa, held in Accra in 2019, and subsequently served as Python Software Foundation vice chair during the 2020–2021 and 2021–2022 terms. She also serves as co-chair of the Association for Computing Machinery’s Practitioner Board.
At Voltron Data, Mhangami worked on developer advocacy around data infrastructure, contributed to Apache Arrow, and explained how Ibis lets Python developers query different database backends without unnecessarily loading datasets into local memory. In March 2024, she joined Microsoft as an Azure developer advocate focused on Python and AI and moved to London. Her subsequent work spans Microsoft and GitHub developer tools, coding agents, and interactive AI applications.
What she argues for
- Maintainability over AI-generated code volume. Mhangami rejects commits, pull requests, and code coverage as sufficient measures of productivity. Coding agents amplify existing conditions: clear documentation, modular architecture, meaningful tests, and deliberate refactoring make them useful; poorly maintained codebases accumulate additional complexity.
- Behavior-driven testing for coding agents. She favors starting with a customer-facing feature, generating a failing test for observable behavior, letting an agent implement the feature, and reserving human attention for review and refactoring. Her Playwright and GitHub Copilot demonstration tests storefront search, product categories, and price filters. She recommends committing a clean baseline before agent-driven changes and attaching browser-test screenshots to pull requests.
- Interactive MCP applications. Mhangami advocates replacing text-only agent responses with interfaces users can manipulate inside tools such as Visual Studio Code. Her explanation of MCP app architecture describes servers returning UI resources, hosts rendering them inside sandboxed iframes, and established server registries reducing discovery risks.
- Iterative deep-research agents. As content owner of a Microsoft Build workshop on research agents, she helped develop a workflow combining reasoning models, web search, LangGraph, reflection, and repeated investigation of unresolved questions before producing a final report.