Menu

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

HTTPS access


File Date Author Commit
 fig 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 problems_skel 2007-12-02 fer_perez [r4539] Partial commit, I have a bit of a mess here...
 scripts 2007-10-26 jdh2358 [r4015] added more convolution figs
 Makefile 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 README 2007-11-03 jdh2358 [r4100] added readme and exercise template
 basemap.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 convolution.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 examples 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 examples_solved 2007-10-30 jdh2358 [r4067] added solved vs skeletons Makefile build
 fft_imdenoise.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 files_etc.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 glass_dots.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 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
 intro_to_python.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 ipython_tut.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 lotka_volterra.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 main.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 main.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 matplotlib_tut.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 preamble.tex 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 problems_solved 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 python.bib 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 python2.bib 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 qsort.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 qsort.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 quad_newton.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 quad_newton.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 snippets 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 stats_descriptives.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 stats_distributions.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 template.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 trapezoid.lyx 2007-10-14 fer_perez [r3943] Fix typo in a formula.
 trapezoid.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 wallis_pi.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 wallis_pi.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 why_python.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 wordfreqs.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 wordfreqs.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.
 wrapping.tex 2007-12-03 fer_perez [r4548] Commits to continue the merged book.

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.