Menu

Tree [r6218] / 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-04 fer_perez [r4573] Get skeleton to build correctly, rewrite makefi...
 scripts 2007-10-26 jdh2358 [r4015] added more convolution figs
 Makefile 2007-12-04 fer_perez [r4574] small makefile fixes
 README 2007-12-03 jdh2358 [r4554] updated win32 requirements doc
 basemap.tex 2007-12-04 jswhit [r4589] fix typo
 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-04 fer_perez [r4581] Updates I forgot to commit yesterday...
 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_pyrex.tex 2007-12-07 jdh2358 [r4664] minor tweaks to pyrex
 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 [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 introduction.tex 2007-12-03 fer_perez [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 ipython_tut.tex 2007-12-03 fer_perez [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 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-07 jdh2358 [r4664] minor tweaks to pyrex
 matplotlib_tut.tex 2007-12-03 fer_perez [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 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.
 pyrex_ringbuf.tex 2007-12-07 jdh2358 [r4663] updated pyrex workbook
 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 [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 quad_newton.lyx 2007-10-14 fer_perez [r3942] - Fixes to main book so it compiles to PDF dire...
 quad_newton.tex 2007-12-04 fer_perez [r4581] Updates I forgot to commit yesterday...
 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 [r4556] Reorganize a bit. Waste 2 hours dealing with u...
 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 [r4556] Reorganize a bit. Waste 2 hours dealing with u...

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
../problems_solved/your_problem.py, and a skeleton in
../problems_skel/your_problem_skel.py.  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, problem, 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.