SQLite Programming With Python
This video shows how to use SQLite with Python. Using this tool means that you can use SQLite as your database to store data and drive the behaviour of your Python application.
Programming Videos and Tutorials
This video shows how to use SQLite with Python. Using this tool means that you can use SQLite as your database to store data and drive the behaviour of your Python application.
This short videos shows how you can implement closures in Java. Video Producer / Source Code: http://pettergraff.blogspot.com/2010/11/closures-in-java.html
Wrangler is an interactive refactoring tool for Erlang, integrated into both emacs and Eclipse. Wrangler’s refactorings cover structural changes such as function, variable and module renaming, function extraction and generalization. Wrangler recognizes macros in code, and can be used on a single file or across a whole project. Wrangler can …
This video show how you can write Titanium Desktop and Titanium Mobile applications with Python. It explains also how Titanium uses Python on the back-end. Video Producer: Bay Area Python User Group
In this screencast, the core developers of Clojure, present a basic introduction to coding in Clojure and show some of its strengths and distinctive coding style.
Martin Odersky presents some of the core technology that was developed in Scala to deal with the parallelism challenge: Parallel collections, actors, and parallel domain-specific languages. They have in common that each involves a sophisticated implementation, yet provides a simple, intuitive toolkit to the developer.