Menu

Tree [r4493] / trunk / py4science / workbook /
 History

HTTPS access


File Date Author Commit
 examples_skel 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 fig 2007-11-23 jswhit [r4427] update basemap example
 scripts 2007-10-26 jdh2358 [r4015] added more convolution figs
 Makefile 2007-10-30 jdh2358 [r4069] added make clean
 README 2007-11-03 jdh2358 [r4100] added readme and exercise template
 basemap.tex 2007-11-23 jswhit [r4426] remove spurious pagebreak
 convolution.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 examples_solved 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 fft_imdenoise.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 files_etc.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 glass_dots.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 intro.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 intro.tex 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 intro_dynsys.tex 2007-10-30 jdh2358 [r4065] added lotka volterra skeleton to workbook
 intro_linalg.tex 2007-10-26 jdh2358 [r4022] added some more workbook files
 intro_sigproc.tex 2007-10-28 jdh2358 [r4040] fixed some bugs in convolve
 intro_stats.tex 2007-10-27 jdh2358 [r4033] late nite pomona workbook build
 lotka_volterra.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 main.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 main.tex 2007-11-21 jswhit [r4409] add 'Plotting on Maps' chapter
 preamble.tex 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 qsort.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 qsort.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 quad_newton.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 quad_newton.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 stats_descriptives.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 stats_distributions.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 template.tex 2007-11-03 jdh2358 [r4100] added readme and exercise template
 trapezoid.lyx 2007-10-14 fer_perez [r3943] Fix typo in a formula.
 trapezoid.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 wallis_pi.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 wallis_pi.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 wordfreqs.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 wordfreqs.tex 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build

Read Me

This is the workbook for the py4science course.  It is made up of a
bunch of different units, each of which lives in a separate *.tex
file.  To make a new unit, copy template.tex to yourfile.tex and fill
it in.  We use the latex listing package for including python source
code.

For every unit, create an example in ../examples/your_example.py, a
skeleton in ../examples/your_example_skel.py, and a symlink from
../examples/your_example_skel.py -> examples_skel/your_example.py
(../examples is in the top level of the py4science repository).  If
there are any figures, you should create a PNG and EPS version of each
and add them to the fig subdirectory of the workbook directory.  You
will need to svn add your tex file, example, skeleton, skeleton
symlink, and figures.

You can build the workbook in skeleton form with

  > make skeletons  # create workbook_skeletons.pdf

and in solved form with

  > make solved     # creates workbook_solved.pdf
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.