DjangoCon EU 2013: Brandon Rhodes - Keynote

Videos from DjangoCon Europe 2013 are kindly provided by Heroku, a cloud application platform -- a new way of building and deploying web apps: http://heroku.com/

Related Talks

DjangoCon EU 2013: Steven Holmes - Does your stuff scale?

DjangoCon EU 2013: Steven Holmes - Does your stuff scale?Videos from DjangoCon Europe 2013 are kindly provided by Heroku, a cloud application platform -- a new way of building and deploying web apps: http://heroku.com/ ...

Scott Hanselman, "Virtual Machines, JavaScript and Assembler" - Fluent 2014 Keynote

Scott Hanselman, "Virtual Machines, JavaScript and Assembler" -  Fluent 2014 KeynoteDon't miss an upload! Subscribe! http://goo.gl/szEauh How does the pervasiveness of JavaScript on the client change how we architect applications? We can create hundreds virtual machines in the cloud, but we are using the millions of visual machines that visit our sites every day? Suddenly we are scripting against thousands of Virtual ...

The Cython Compiler for Python

an hour
The Cython Compiler for PythonThe Cython compiler is the most widely used static compiler for Python. It is used to speed up Python code and to extend CPython with fast native extension modules that process huge amounts of data all around the world. This talk by one of the core developers gives an intro ...

Optimizing the Emergent Structures of C++

Chandler Carruth
2 hours
Optimizing the Emergent Structures of C++We are confronted today with the increasing complexity of our C++ software systems. To manage this complexity and build larger applications and systems, C++ strives to form emergent structures (often found in nature, such as snowflakes' symmetrical structures), where simple patterns combine to form a remarkably complex and powerful system. ...

Go for Pythonistas

Francesc Campoy Flores
an hour
Go for PythonistasIn this talk Francesc Campoy Flores presents Go for Pythonistas. Slides are available at http://talks.golang.org/2013/go4python.slide He looks at the similarities and differences between Python and Go, skipping the basics and focusing on some advanced, in-depth topics. Plus, we'll get our hands dirty with some Go exercises. It displays some techniques typical from dynamic languages ...

Keynote at PyCon Brasil 2015 (Screencast)

Keynote at PyCon Brasil 2015 (Screencast)A discussion of asyncio, the new async/await syntax in Python 3.5, and a future view of async Python without the asyncio package. Plus, live coding. Code samples at https://gist.github.com/dabeaz/fc5c08040effca799759 ...

Juan Manuel Santos - Salting things up in the sysadmin's world

Juan Manuel Santos - Salting things up in the sysadmin's worldJuan Manuel Santos - Salting things up in the sysadmin's world [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain] SaltStack is a thriving configuration management system written in Python that leverages YAML and Jinja2 which, by now, probably needs no introduction. This talk will cover a brief summary of why we need configuration management tools, followed by a ...