Continued Fractions for Representing Real Numbers
This is something I learned at EuroPython 2011. I think it came up in a lightning talk by Alex Martelli, but I don’t recall exactly.Continued fractions are a representation of real numbers that allows...
View ArticleEuroPython 2011 Notes
These are some of my notes from EuroPython 2011. I mostly collect projects and tools that are of immediate interest to me in my own work. If you’re interested in the complete list of talks and would...
View ArticleSupercharging C++ Code With Embedded Python – EuroPython 2012 Talk
This is the talk that I gave at EuroPython 2012 in Florence, Italy. It was a 60-minute talk, so it’s light on technical details. I am planning to publish follow-up articles that provide step-by-step...
View ArticleEmbedding Python – Tutorial – Part 1
This is a follow-up to my talk at EuroPython 2012, “Supercharging C++ Code with Embedded Python“. An embedded Python interpreter allows users to extend the functionality of the program by writing...
View ArticleEuroPython 2013: Add Music to Python
I gave a talk about Libspotify at the EuroPython 2013 conference in Florence, Italy this week.The talk shows you how to build cool stuff around music in your Python applications.Libspotify to access...
View Article