Open Source

Looking at open source projects and communities and how they are shaping the future of software.

Python in education

Python is at the center of fundamental changes in computing education. Tour the features that make Python appropriate for education, and learn how an active Python community supports educational outreach.

Building logging services with Scala

Logging and monitoring services help support teams track and react to problems encountered by users. This webcast offers a brief introduction to the Scala programming language and shows how it can be used to create logging services in a REST API.

Functional programming and Python

Python supports several programming styles -- imperative, object oriented, and functional. Most programmers are only familiar with two, yet functional programming appears to be coming back in vogue.