What are some hidden features of Python?
25th March 2013
My answer to What are some hidden features of Python? on Quora
Generators and Iterators are pretty amazing. These two tutorials will really open your eyes as to how powerful they can be:
Both by David Beazley. To my mind they are the most fascinating Python tutorials out there.
More recent articles
- Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes - 6th September 2024
- Building a tool showing how Gemini Pro can return bounding boxes for objects in images - 26th August 2024
- Claude's API now supports CORS requests, enabling client-side applications - 23rd August 2024