This tutorial will take place on Tuesday 21st June, from 14.30 to 18.30 (2.30pm to 6.30pm) in Training Pizza Napoli.
Participants should bring with them a laptop computer with the following installed:
The Firefox web browser, with the Firebug add-on.
A programmer’s editor, preferably with a JavaScript mode.
I use emacs, together with js2-mode.
A command line JavaScript interpreter.
For Linux I suggest SpiderMonkey.
$ sudo apt-get install spidermonkey-bin # Ubuntu
(No longer, I’m told, available for Ubuntu 10.4.)
This documentation, downloaded from Bitbucket downloads.
The Python documentation, download from Python docs site.
We start at 14.30 prompt, with software already installed if possible.
I hope to run seven sessions, each about 30 minutes long. They’ll be about 20-30 minutes for breaks, as we need then. I hope each session will be 15 minutes of me talking followed by 15 minutes of programming. The topics I’m intending to cover are
We’ll certainly have a break here.
We finish at 18.30.
This tutorial aimed at Python web developers who already know a bit of JavaScript, and who need to understand JavaScript better.
The tutorial has two related objectives. One is a good understanding of the counters example. The other is a good understanding of the things that make JavaScript so different from Python (apart from JavaScript being the only language supported by web browsers).
If you’re thinking of taking this tutorial take the Gotcha quiz and read through the Counters example. If you understand what’s there a bit, and would like to understand it more, then this tutorial is for you.
If you’re going to attend the tutorial, I’d appreciate an email from you that tells me a little bit about yourself and what you’d like to get from the tutorial. If you have specific questions about JavaScript, I’d like to here them also. (I can be contacted at Jonathan.Fine1 at gmail.com.)
You can also, I believe, just turn up on the day, if there is space. Don’t forget to install the software on your laptop.