forked from csev/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about2.php
74 lines (74 loc) · 2.46 KB
/
about2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php include("header.php"); ?>
<?php include("nav.php");?>
<div class="hide-for-large" id="mobile-support"></div>
<div id="first-row" class="row">
<div class="small-12 columns">
<p>
PythonLearn is intended to collect a set of generic Python Learning Resources
to allow self-paced learning of the Python Language.
The materials from the site are collected from several courses at
the University of Michigan that use Python:
<ul>
<li> <a href="https://wiki.eecs.umich.edu/eecs182/index.php/Main_Page" target=_new>
EECS/SI 182 - Building Applications for Information Environments
</a>
<li><a href="https://www.si.umich.edu/programs/courses/502" >
SI 502 - Networked Computing: Storage, Communication, and Processing
</a>
<li><a href="https://www.si.umich.edu/programs/courses/539">
SI 539 - Design of Complex Web Sites</a>.
</p>
</ul>
<h3>Other Python Courses</h3>
<p>
This is a list of other courses that I have found using Python
to teach introductory materials.
<ul>
<li>
<a href=http://www.cs.luc.edu/~anh/python/hands-on/ target=_new>
Loyola University Chicago - Dr. Andrew N. Harrington</a>
<li>
<a href=http://mcsp.wartburg.edu/zelle/cs220/ target=_new >
Wartburg College -
John M. Zelle -
CS 220: OOP and Data Structures
</a></li>
<li>
<a href=http://coweb.cc.gatech.edu/cs1315 target=_new>
Gergia Tech -
Colin Potts and Monica Sweat</a>
</a></li>
<li><a href=http://www.cs.sfu.ca/CC/120/diana/ target=_new>
Simon Frasier University -
Diana Cukierman -
CMPT 120 -
</a></li>
<li><a href=http://web.cse.msu.edu/~cse231/ target=_new>
Michigan State University -
Richard Enbody and Bill Punch -
CSE 231: Introduction to Programming I
</a></li>
<li><a href=http://www.cs.brynmawr.edu/cs110/dx/ target=_new >
Bryn Mawr University -
Dianna Xu and Deepak Kuma
</a></li>
<li><a href=http://courses.csail.mit.edu/6.01/ target=_new>
MIT -
Intro to EECS I</a>
</ul>
<a href=http://www.python.org/ target=_new>
<img src=python-powered-h-100x130.png align=right border=0 width=45/>
</a>
<p>
If you are teaching an introductory programming course using Python
at the college level - please drop me a note.
</p>
<p>
<strong>Note to people teaching Python: </strong> These materials are
Copyright Creattive Commons Attribution 2.5. You are welcome to use these
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
be freely given - Charles Severance (www.dr-chuck.com).
</p>
</div>
</div>
<?php include("footer.php"); ?>