Skip to content

Commit e9205ff

Browse files
author
Andreas Kugel
committed
update
1 parent f6ea3cb commit e9205ff

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# python4zkm
2-
Introductionary Python3 samples related to the very basics of data and visualization.
3-
4-
Inspired by and used during an "action-tour" at the "open codes" exhibition at the
5-
[ZKM](https://open-codes.zkm.de/en), Karlsruhe, Germany
2+
Introductionary Python3 samples related to digital artworts, demonstrating principles of data, images, sound, and visualizations.
3+
Inspired by the [open codes](https://open-codes.zkm.de/en) exhibition at the
4+
[ZKM](https://zkm.de/), Karlsruhe, Germany
65

76
The related workshop [Code like an Artist](https://www.meet-and-code.org/de/de/event-show/1872
87
) ist recognized by the international [meet and code](https://www.meet-and-code.org/de/de/
98
) program.
109

11-
1210
<img src="https://zkm.de/media/styles/r17_1280/public/bild/ocii_plakat_dina1_final.jpg?itok=77xfS05w&c=e425af2cad7290dca592b01cdf1b1ca4" width="250">
1311

14-
More information on the related artworks is be in the [docs folder](../master/doc/opencodes.md)
12+
More information on the related artworks and the samples is in the [doc folder](../master/doc/opencodes.md)
13+
The code samples don't aim to demonstrate best-practice in terms of coding style and documentation
14+
(not even on English syntax and grammar). Instead, they try to give an introduction in a very brief manner to
15+
everything from "what is a variable" to "how to crate a movie" and beyond.
1516

1617
To run all samples you need to install the following modules:
1718

@@ -36,16 +37,15 @@ To run all samples you need to install the following modules:
3637

3738
I hope I got all of them. In case I didn't you will get a warning about missing modules....
3839

39-
4040
In addition, you need the following packages in your system installation:
4141

4242
* espeak for text to speech output
43-
* Image processing examples qould profit from opencv2, but this requires a lot of additional stuff on WIndows, so I tried to avoid it. In case you want to go that way:
43+
* Image processing examples would profit from opencv2, but this requires a lot of additional stuff on WIndows, so I tried to avoid it. In case you want to go that way:
4444
* * Install OpenCV3
4545
* * Get a basic VisualStudio installation. Please refer to the OpenCV3 tutorials like
4646
* * * here: https://docs.opencv.org/master/d3/d52/tutorial_windows_install.htm
4747
* For stockParse you need an API key from Quandl (the stock data provider)
48-
* * Sign up for a free key at https://quandl.com and add the key to a file
48+
* * Sign up for a free key [here](https://quandl.com) and add the key to a file
4949
* * private.py with the content:
5050
* * * quandl_key = "<the key you got from quandl>"
5151
* * stockParse imports the key from this private file

0 commit comments

Comments
 (0)