DavidBeazley

Programming Talks tagged with: "DavidBeazley"

Learn Python Through Public Data Hacking

Learn Python Through Public Data HackingDavid Beazley What's more fun than learning Python? Learning Python by hacking on public data! In this tutorial, you'll learn Python basics by reading files, scraping the web, building data structures, and analyzing real world data. By the end, you w ...

Python 3 Metaprogramming

Python 3 MetaprogrammingDavid Beazley Some of the most significant changes in Python 3 are related to metaprogramming. In this tutorial, I'll cover decorators, class decorators, descriptors, and metaclasses. However, the focus will be on idioms and examples that are only ...