You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zella-graphics/README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,19 @@
5
5
6
6
Home Page: [Python Programming: An Introduction to Computer Science](http://mcsp.wartburg.edu/zelle/python/)
7
7
8
+
with [documentation](https://mcsp.wartburg.edu/zelle/python/graphics/graphics/index.html) and [examples](https://mcsp.wartburg.edu/zelle/python/ppics3/code/)
9
+
8
10
There are links to three editions which have a little different code. Some functions from one edition don't exist in another.
9
11
10
12
I use [Third Edition](http://mcsp.wartburg.edu/zelle/python/ppics3/index.html) (v.5)
11
13
14
+
[Source code](http://www.science.smith.edu/dftwiki/index.php/Zelle%27s_Graphics.py_for_Python_3) to see all classes and functions.
15
+
12
16
---
13
17
14
-
`Graphics` use `Tkinter` in background which has more usefull functions. But you have access to this functions too.
18
+
`Graphics` uses `Tkinter` in background which has more useful functions. But you have access to this functions too.
0 commit comments