Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix Spanish version of exercise 19 to have original strings in EnglishHEADmasterPhilip Withnall2013-09-105-12/+22
| | | | | This mean’s it’s actually possible to translate them to Spanish, as the instructions require.
* Minor typo fixes in the Spanish version of the part 3 textPhilip Withnall2013-09-092-8/+8
|
* Minor typo fixes in the English versions of the part 3 exercisesPhilip Withnall2013-09-055-5/+4
|
* Add Spanish translations of the exercises for part 3Philip Withnall2013-09-0522-4/+1097
|
* Fix spelling: change ‘propriedad’ to ‘propiedad’Philip Withnall2013-09-044-9/+9
| | | | Whoops.
* Add some notes and bugs found while presenting part 2Philip Withnall2013-09-048-0/+187
|
* Add English exercises for part 3 of the coursePhilip Withnall2013-09-0323-4/+1086
|
* Add missing Spanish exercises from part 2 to the MakefilePhilip Withnall2013-09-031-0/+6
| | | | So they actually get packaged.
* Finish and translate the part 3 slides and handoutPhilip Withnall2013-09-036-5/+1251
|
* Rename example files to be ASCII-onlyPhilip Withnall2013-08-302-0/+0
| | | | The zip utility doesn’t like Unicode filenames at all.
* Add an introductory slide before each part of the presentationPhilip Withnall2013-08-301-2/+5
| | | | | Also disable part 3 temporarily, so that I can present part 2 without it getting in the way.
* Use ‘UI’ instead of ‘GUI’ to unify the English and Spanish acronymsPhilip Withnall2013-08-301-6/+6
|
* Move miscellany slide into the part 2 TeX filePhilip Withnall2013-08-302-9/+44
|
* Minor typo fixes to part 1 of the documentPhilip Withnall2013-08-301-12/+12
|
* Add more TODO itemsPhilip Withnall2013-08-282-0/+31
|
* Add Make recipes to package exercisesPhilip Withnall2013-08-282-1/+25
|
* Add TODO items as new bug reportsPhilip Withnall2013-08-286-0/+181
|
* Add a few paragraphs explaining tuplesPhilip Withnall2013-08-272-18/+68
| | | | | | | They’re used in the exercises, and are a little too fundamental to ignore completely in the course. Also expand the description of dictionaries.
* Add a section explaining operatorsPhilip Withnall2013-08-272-1/+152
| | | | | This should hopefully clear up some of the confusion about runtime evaluation order of operators, and of their types.
* Add Spanish versions of the part 2 exercisesPhilip Withnall2013-08-2512-0/+574
|
* Typo fixes for the English versions of the part 2 exercisesPhilip Withnall2013-08-253-3/+3
|
* Add bugs-everywhere bug tracking supportPhilip Withnall2013-08-2418-0/+438
| | | | | Also add an initial batch of bugs based on feedback from delivering the first training session.
* Add English versions of the exercises for the second partPhilip Withnall2013-08-2413-0/+563
| | | | These still need to be translated to Spanish.
* Translate and tidy up the second partPhilip Withnall2013-08-233-53/+178
|
* Write ‘Python functions and classes’ partPhilip Withnall2013-08-231-30/+245
| | | | | This section is complete in English, but is yet to be translated to Spanish. Mañana.
* Remove line numbers from code examples by defaultPhilip Withnall2013-08-231-1/+1
| | | | | They were confusing matters and weren’t useful for reference due to the examples being so short.
* Minor line-wrapping fixPhilip Withnall2013-08-231-1/+2
|
* Fix slide content not appearing in presentation.pdfPhilip Withnall2013-08-234-4/+10
| | | | | | Due to moving to a second level of \input{}. This was being treated as non-slide text by Beamer and hence was omitted from the slides. Oops.
* Minor corrections to the Spanish version of part 1Philip Withnall2013-08-222-6/+14
|
* Split slides.tex out into a separate TeX file per partPhilip Withnall2013-08-225-798/+812
| | | | This makes things a little easier to manage.
* Remove Unicode characters from code blocks in Part 2Philip Withnall2013-08-221-5/+5
| | | | The listings module doesn’t like them, unfortunately.
* Fix cleaning up PDFs with `make clean`Philip Withnall2013-08-221-0/+1
|
* Support building the PDFs in a specified languagePhilip Withnall2013-08-221-4/+8
| | | | | | | To do so: make presentation.pdf LANG=en or: make all LANG=es
* Initial commit of version 1 of the presentationPhilip Withnall2013-08-2242-0/+1833