Skip to content

Commit 4fcef94

Browse files
committed
Initial commit.
1 parent bcfc924 commit 4fcef94

897 files changed

Lines changed: 719635 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AA_EDIT_COMMANDS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:%s/http:..afs.dr-chuck.com.books/http:\/\/www-personal.umich.edu\/\~csev\/books/g
2+

BookCoverPreviewFront.jpg

68.4 KB
Loading

BookCoverPreviewFrontSquare.jpg

66.3 KB
Loading

Python-For-Informatics-008.azw3

681 KB
Binary file not shown.

Python-For-Informatics-008.epub

478 KB
Binary file not shown.

Python-For-Informatics-008.mobi

813 KB
Binary file not shown.

about-old.php

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"DTD/xhtml1-strict.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<?php include("header.php"); ?>
6+
</head>
7+
<body>
8+
<?php include("nav-old.php"); ?>
9+
<div id="main">
10+
<p>
11+
PythonLearn is intended to collect a set of generic Python Learning Resources
12+
to allow self-paced learning of the Python Language.
13+
The materials from the site are collected from several courses at
14+
the Univrsity of Michigan that use Python:
15+
<ul>
16+
<li> <a href=http://www.si182.com target=_new>
17+
EECS/SI 182 - Building Applications for Information Environments
18+
</a>
19+
<li><a href=http://www.si502.com >
20+
SI 502 - Networked Computing: Storage, Communication, and Processing
21+
</a>
22+
<li><a href=http://www.si539.com >
23+
SI 539 - Design of Complex Web Sites</a>.
24+
</p>
25+
</ul>
26+
<h3>Other Python Courses</h3>
27+
<p>
28+
This is a list of other courses that I have found using Python
29+
to teach introductory materials.
30+
<ul>
31+
<li>
32+
<a href=http://www.cs.luc.edu/~anh/python/hands-on/ target=_new>
33+
Loyola University Chicago - Dr. Andrew N. Harrington</a>
34+
<li>
35+
<a href=http://mcsp.wartburg.edu/zelle/cs220/ target=_new >
36+
Wartburg College -
37+
John M. Zelle -
38+
CS 220: OOP and Data Structures
39+
</a></li>
40+
<li>
41+
<a href=http://coweb.cc.gatech.edu/cs1315 target=_new>
42+
Gergia Tech -
43+
Colin Potts and Monica Sweat</a>
44+
</a></li>
45+
<li><a href=http://www.cs.sfu.ca/CC/120/diana/ target=_new>
46+
Simon Frasier University -
47+
Diana Cukierman -
48+
CMPT 120 -
49+
</a></li>
50+
<li><a href=http://web.cse.msu.edu/~cse231/ target=_new>
51+
Michigan State University -
52+
Richard Enbody and Bill Punch -
53+
CSE 231: Introduction to Programming I
54+
</a></li>
55+
<li><a href=http://www.cs.brynmawr.edu/cs110/dx/ target=_new >
56+
Bryn Mawr University -
57+
Dianna Xu and Deepak Kuma
58+
</a></li>
59+
<li><a href=http://courses.csail.mit.edu/6.01/ target=_new>
60+
MIT -
61+
Intro to EECS I</a>
62+
</ul>
63+
<a href=http://www.python.org/ target=_new>
64+
<img src=python-powered-h-100x130.png align=right border=0 width=45/>
65+
</a>
66+
<p>
67+
If you are teaching an introductory programming course using Python
68+
at the college level - please drop me a note.
69+
</p>
70+
<p>
71+
<strong>Note to people teaching Python: </strong> These materials are
72+
Copyright Creattive Commons Attribution 2.5. You are welcome to use these
73+
in your courses any way you like. You can make copies and host them yourselves if you like. Let me know if you need written permission - it will
74+
be freely given - Charles Severance (www.dr-chuck.com).
75+
</p>
76+
</div>
77+
<?php include("footer.php"); ?>
78+
</body>
79+
</html>

about.php

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"DTD/xhtml1-strict.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<?php include("header.php"); ?>
6+
</head>
7+
<body>
8+
<?php include("nav.php"); ?>
9+
<div id="main">
10+
<p>
11+
PythonLearn is intended to collect a set of generic Python Learning Resources
12+
to allow self-paced learning of the Python Language.
13+
The materials from the site are collected from several courses at
14+
the Univrsity of Michigan that use Python:
15+
<ul>
16+
<li> <a href=http://www.si182.com target=_new>
17+
EECS/SI 182 - Building Applications for Information Environments
18+
</a>
19+
<li><a href=http://www.si502.com >
20+
SI 502 - Networked Computing: Storage, Communication, and Processing
21+
</a>
22+
<li><a href=http://www.si539.com >
23+
SI 539 - Design of Complex Web Sites</a>.
24+
</p>
25+
</ul>
26+
<h3>Other Python Courses</h3>
27+
<p>
28+
This is a list of other courses that I have found using Python
29+
to teach introductory materials.
30+
<ul>
31+
<li>
32+
<a href=http://www.cs.luc.edu/~anh/python/hands-on/ target=_new>
33+
Loyola University Chicago - Dr. Andrew N. Harrington</a>
34+
<li>
35+
<a href=http://mcsp.wartburg.edu/zelle/cs220/ target=_new >
36+
Wartburg College -
37+
John M. Zelle -
38+
CS 220: OOP and Data Structures
39+
</a></li>
40+
<li>
41+
<a href=http://coweb.cc.gatech.edu/cs1315 target=_new>
42+
Gergia Tech -
43+
Colin Potts and Monica Sweat</a>
44+
</a></li>
45+
<li><a href=http://www.cs.sfu.ca/CC/120/diana/ target=_new>
46+
Simon Frasier University -
47+
Diana Cukierman -
48+
CMPT 120 -
49+
</a></li>
50+
<li><a href=http://web.cse.msu.edu/~cse231/ target=_new>
51+
Michigan State University -
52+
Richard Enbody and Bill Punch -
53+
CSE 231: Introduction to Programming I
54+
</a></li>
55+
<li><a href=http://www.cs.brynmawr.edu/cs110/dx/ target=_new >
56+
Bryn Mawr University -
57+
Dianna Xu and Deepak Kuma
58+
</a></li>
59+
<li><a href=http://courses.csail.mit.edu/6.01/ target=_new>
60+
MIT -
61+
Intro to EECS I</a>
62+
</ul>
63+
<a href=http://www.python.org/ target=_new>
64+
<img src=python-powered-h-100x130.png align=right border=0 width=45/>
65+
</a>
66+
<p>
67+
If you are teaching an introductory programming course using Python
68+
at the college level - please drop me a note.
69+
</p>
70+
<p>
71+
<strong>Note to people teaching Python: </strong> These materials are
72+
Copyright Creattive Commons Attribution 2.5. You are welcome to use these
73+
in your courses any way you like. You can make copies and host them yourselves if you like. Let me know if you need written permission - it will
74+
be freely given - Charles Severance (www.dr-chuck.com).
75+
</p>
76+
</div>
77+
<?php include("footer.php"); ?>
78+
</body>
79+
</html>

0 commit comments

Comments
 (0)