Skip to content

Commit

Permalink
part05: Make Exercise 5.A more interesting. (Hopefully!)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 12, 2016
1 parent 081a2f0 commit 1b3c4b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified docs/programmers/tutorials/workflows/part05.pdf
Binary file not shown.
13 changes: 10 additions & 3 deletions docs/programmers/tutorials/workflows/part05.tex
Expand Up @@ -252,9 +252,16 @@ \part{Post-processing}
\begin{frame}
\begin{exercise*}[5.A]

Modify the \texttt{GrayscaleApp} application to print a message
``\texttt{Conversion of '\emph{filename}' done.}'' whenever
running the \texttt{convert} program terminates.
In the \texttt{colorize.py} script from Exercise 4.A, modify the
\texttt{ColorizeApp} application to move the output picture file
into directory \texttt{/home/ubuntu/pictures}. You might need to
store the output file name to have it available when the
application has terminated running.

\+
(You might want to check out
\url{http://stackoverflow.com/a/8858026/459543} if you're unsure
how to move/rename a file with Python.)
\end{exercise*}
\end{frame}

Expand Down

0 comments on commit 1b3c4b8

Please sign in to comment.