Archive for October, 2006

New Ruby ShowMeDos: The Original Rails Screencasts

Monday, October 30th, 2006

David Heinemeier Hansson kindly gave us permission to host copies of the original three Rails videos which helped spark the Rails movement. See how to use Rails to build a blog in 15 minutes, interface with Flickr and painlessly migrate database schemas.

New Python ShowMeDo: Introducing the pydb Debugger

Tuesday, October 24th, 2006

Rocky Bernstein introduces his work on the pydb debugger, an improvement over the stock pdb debugger. He shows how to debug a sample problem (gcd.py) and discusses some of the merits of the new debugger. There is some work in progress to integrate pydb with a forthcoming build of the IPython enhanced shell.

New Python ShowMeDos: Introducing Python Resources

Saturday, October 21st, 2006

I (Ian Ozsvald, joint founder of ShowMeDo) give a two-part Introduction to Python Resources that can be found on the web. This is the compiled version of four years of experience that I’d give to any new Python user.

I cover the obvious Python sites, book recommendations, the PythonChallenge game, blogs and some high-profile examples of established Python projects. All in the two videos last 30 minutes. I’d welcome feedback, especially if I’ve missed out any important resources!

85,564 ShowMeDos Served

Thursday, October 19th, 2006

Holy Moley Batman, we have served a staggering 85,564 videos since January.

Not at all bad for a site that we have only grown in our evenings and weekends. Kyran and I are very glad to know that we’re delivering such a useful site, and send thanks to our authors who help provide us with such great tutorial material.

Don’t forget to give us feedback and let us know which topics you’d like to see!

New site on-line

Thursday, October 19th, 2006

Righto, we have more improvements to the site on-line. First off, on the home-page you’ll now see a larger menu of six sets of videos, this should make it easier to find the latest videos.

Secondly, and this is quite a big change - now all of our videos run as embedded Flash videos, a la YouTube. If you can use YouTube then our videos will work just the same (though of course ours are of a more useful size for screencasting). Would you let us know how you like these changes?

New Ruby ShowMeDo: Using and Configuring Ruby’s IRB

Sunday, October 8th, 2006

In many ways irb is to Ruby what IPython is to Python. Irb is a interactive shell for the Ruby language that allows you to test your code and make sure that you have the syntax and logic correct before it goes into your application.

Eric Lake shows you how to use irb and also how to configure the prompt and enable tab completion.  Vote for this video over at dzone.com.

New Python ShowMeDos: Web Testing with PAMIE

Sunday, October 1st, 2006

Robert Marchetti is our newest author, in this two-part series he shows you how to automate your web testing using his Python tool - PAMIE - which interfaces with Internet Explorer.

See how to connect to and control an IE instance, allowing you to navigate to Google and select a result. Also see how you can use an XML file to automate the testing of a large number of form fields.

If you like this video, you can vote for it over at dzone.com.