Differences between revisions 1 and 30 (spanning 29 versions)
Revision 1 as of 2004-04-01 17:03:12
Size: 4424
Editor: pcp07849395pcs
Comment:
Revision 30 as of 2010-07-19 18:47:10
Size: 9031
Editor: TMCB-U110-3N10E-CE1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]] Note that in order to edit text on this wiki page you will need to be registered with and logged into the wiki. See the FrontPage for more info. If you are unable to edit this page, feel free to send the info you wanted to add to altis@semi-retired.com.

<<TableOfContents>>
Line 14: Line 16:
 * Yorktown High School, in Arlington Virginia ([http://www.elkner.net/ Jeff Elkner])
 * Yorktown High School, in Arlington Virginia ([[http://www.elkner.net/|Jeff Elkner]])
 * Canterbury School, in Fort Wayne, IN ([[http://tech.canterburyschool.org/tech/VernCeder|Vern Ceder]])
 * [[http://www.gfc.edu.co/colegio/proyectos/spt/|Gimnasio Fidel Cano]], Bogotá, Colombia ([[http://igor.tamarapatino.org|Igor Támara]])
Line 23: Line 26:
 * RMIT University
  * Computer science teaches course with Python

 * University of Queensland
  * [[http://www.itee.uq.edu.au/~csse1001/|CSSE1001 Introduction to Software Engineering I]]

Line 25: Line 35:
 * University of Toronto
  * The CS department has introduced [[http://www.artsandscience.utoronto.ca/ofr/calendar/crs_csc.htm#CSC120H1|Computer Science for the Sciences]], an introductory course aimed at (mainly) life sciences students.
  * [[http://www.cdf.toronto.edu/~csc207h/winter|CSC207H]] is a third-semester course that teaches several weeks of Python.
  * A few 2nd- and 3rd-year theory courses have students implement some algorithms in Python.
Line 26: Line 41:
  * One of the more prestigious engineering/comp-sci schools in Canada is using it officially in [http://www.student.cs.uwaterloo.ca/~cs488/ CS488 (Intro to 3D graphics)], and I'm told there's lots of use among faculty, staff and students. I don't think they actually teach much Python, they're focused on teaching OpenGL/graphics programming, but they do wind up using it as the framework into which the students slot their code.   * One of the more prestigious engineering/comp-sci schools in Canada is using it officially in [[http://www.student.cs.uwaterloo.ca/~cs488/|CS488 (Intro to 3D graphics)]], and I'm told there's lots of use among faculty, staff and students. I don't think they actually teach much Python, they're focused on teaching OpenGL/graphics programming, but they do wind up using it as the framework into which the students slot their code.

 * Wilfrid Laurier University
  * Python is taught in the Introduction to Programming ([[http://www.wlu.ca/physcomp/cp104/|CP104]]) and Data Structures ([[http://www.wlu.ca/physcomp/cp114/|CP114]]) courses.
Line 30: Line 48:
  * Note: Cégeps are collegiate level schools giving a 2 year pre-university program or a 3 year professionnal program such as [http://www.cvm.qc.ca/informatique/pages/main.html Computing Technology]   * Note: Cégeps are collegiate level schools giving a 2 year pre-university program or a 3 year professionnal program such as [[http://www.cvm.qc.ca/informatique/pages/main.html|Computing Technology]]

 * Simon Fraser University
  * Python is used in CMPT 120 (Intro to CS and Programming I). This course is designed for new Computing Science majors with little or no programming background. Other students throughout the University are also encouraged to take this course for breadth.
  * Python is also used to introduce server-side web programming in CMPT 165 (Intro to the Internet and WWW).
  * Several more specialized courses use Python as well. This includes web systems, computational linguistics, and others.

== Finland ==
 * University of Helsinki
  * Programming in Python, voluntary intermediate level course.
  * http://www.cs.helsinki.fi/u/jttoivon/python-09/
Line 37: Line 65:
 * Université Paris Sud (Paris XI) - IUT d'Orsay
  * Python is used as computer science learning language for the "DUT Mesures Physiques" cursus
  * http://www.iut-orsay.fr/dptmphy/Pedagogie/
Line 41: Line 73:
 * Institut Pasteur - Cours d'Informatique en Biologie
  * Python is used a the main language for teaching programming.
  * Course description: http://www.pasteur.fr/formation/infobio/
  * Online Python course: http://www.pasteur.fr/formation/infobio/python/

 * Lycée Louis Armand (Nogent sur Marne) - BTS Informatique de gestion option Administrateur de réseaux
  * Python is used as a first programming language.
  * Python is used to write network oriented applications.

== Singapore ==

 * Republic Polytechnic
  * Python is used as the main language for teaching introductory programming in a problem-based
    learning approach.
  * http://www.rp.sg/courses/ict/it/course_structure.asp

== Spain ==

 * Universitat Politècnica de Catalunya (UPC). Polytechnical University of Catalonia.
  * EPSE Manresa. Python is used as the main language for teaching introductory programming in a first
        Computer Science year.
  * http://www.upc.edu
 * IES Pirámide (Huesca).
  * http://www.iespiramide.org
  * Maths and Game Programming. Materials: http://sites.google.com/site/laislalibre/
Line 46: Line 104:
 * University of Wolverhampton
 * Coventry University http://www.coventry.ac.uk
Line 55: Line 115:
 * Chapman University, Orange
Line 67: Line 128:
 * Florida Community College at Jacksonville
Line 71: Line 133:
  * [http://coweb.cc.gatech.edu/cs1315 Introduction to Media Computation]   * [[http://coweb.cc.gatech.edu/cs1315|Introduction to Media Computation]]
Line 82: Line 144:
 * Luther College
Line 93: Line 156:
 * Western Michigan University
Line 106: Line 170:
=== New York ===
 * Binghamton University
   * Introduction to programming for students without any programming experience.
   * Python is used in this course using John Zelle's book
   * Course homepage: http://bingweb.binghamton.edu/~cs110/


=== North Carolina ===
 * Brunswick Community College, Supply NC

 * North Carolina State University
  * The Physics department uses it for teaching Physics for Engineers and Scientists I and II (PY 205, PY 208, more info at courses.ncsu.edu)
  * VPython is used for labs and web-based assignments. Students simulate different scenarios by writing code to create them based on the formulas used in lecture.
Line 124: Line 201:

=== Utah ===

 * Brigham Young University
    * CS 100 (Not required for CS majors)

=== Virginia ===

 * Washington and Lee University
    * CS1 and CS2 using Lambert’s CS1/CS2 book
Line 136: Line 223:
 * [http://www.fbeedle.com/99-6.html Python Programming: An Introduction to Computer Science] by John Zelle. Also see John Zelle's [http://mcsp.wartburg.edu/zelle/python/ Teaching with Python].  * [[http://www.fbeedle.com/99-6.html|Python Programming: An Introduction to Computer Science]] by John Zelle. Also see John Zelle's [[http://mcsp.wartburg.edu/zelle/python/|Teaching with Python]].
Line 139: Line 226:
 * [http://www.greenteapress.com/thinkpython/ How to Think Like a Computer Scientist: Learning with Python] by Allen Downey, Jeff Elkner and Chris Meyers  * [[http://www.greenteapress.com/thinkpython/|How to Think Like a Computer Scientist: Learning with Python]] by Allen Downey, Jeff Elkner and Chris Meyers
 * [[http://home.wlu.edu/~lambertk/python/|Fundamentals of Python: From First Programs Through Data Structures]] by Kenneth Lambert
Line 143: Line 231:
 * [http://www.python.org/other/python.mov Introducing Python] (Quicktime video, 14 minutes long, 68MB)  * [[http://www.python.org/other/python.mov|Introducing Python]] (Quicktime video, 14 minutes long, 68MB)

Note that in order to edit text on this wiki page you will need to be registered with and logged into the wiki. See the FrontPage for more info. If you are unable to edit this page, feel free to send the info you wanted to add to altis@semi-retired.com.

Introduction

This is a listing of schools that are using Python in their curriculum.

I would like to confirm each of the schools below by linking to a specific web page with a course listing and/or the professor(s) teaching classes that involve the use of Python. Each listing should be expanded with a description of how Python is being used. -- KevinAltis

Need to copy info from:

High Schools

Colleges and Universities

Australia

  • University of New South Wales
    • Computer science taught/teaches course(s) with Python (as of about 2001)
  • RMIT University
    • Computer science teaches course with Python
  • University of Queensland

Canada

  • University of Toronto
    • The CS department has introduced Computer Science for the Sciences, an introductory course aimed at (mainly) life sciences students.

    • CSC207H is a third-semester course that teaches several weeks of Python.

    • A few 2nd- and 3rd-year theory courses have students implement some algorithms in Python.
  • University of Waterloo
    • One of the more prestigious engineering/comp-sci schools in Canada is using it officially in CS488 (Intro to 3D graphics), and I'm told there's lots of use among faculty, staff and students. I don't think they actually teach much Python, they're focused on teaching OpenGL/graphics programming, but they do wind up using it as the framework into which the students slot their code.

  • Wilfrid Laurier University
    • Python is taught in the Introduction to Programming (CP104) and Data Structures (CP114) courses.

  • Cégep du Vieux-Montréal
    • Used for Advanced Web Development course (420-B63-VM)
    • Note: Cégeps are collegiate level schools giving a 2 year pre-university program or a 3 year professionnal program such as Computing Technology

  • Simon Fraser University
    • Python is used in CMPT 120 (Intro to CS and Programming I). This course is designed for new Computing Science majors with little or no programming background. Other students throughout the University are also encouraged to take this course for breadth.
    • Python is also used to introduce server-side web programming in CMPT 165 (Intro to the Internet and WWW).
    • Several more specialized courses use Python as well. This includes web systems, computational linguistics, and others.

Finland

France

Singapore

Spain

United Kingdom

United States

California

Colorado

  • University of Northern Colorado

Connecticut

  • Wesleyan University

Florida

  • University of Florida
  • Florida Community College at Jacksonville

Georgia

Idaho

  • Lewis & Clark State College

Iowa

  • University of Iowa
  • Wartburg College
    • Zelle's school
  • Luther College

Kentucky

  • Morehead State University

Massachusetts

  • Hampshire College

Michigan

  • Western Michigan University
  • Kalamazoo College

Minnesota

  • Minnesota State at Bemidji

Mississippi

  • Mississippi College

Missouri

  • Southeast Missouri State

New York

  • Binghamton University
    • Introduction to programming for students without any programming experience.
    • Python is used in this course using John Zelle's book
    • Course homepage: http://bingweb.binghamton.edu/~cs110/

North Carolina

  • Brunswick Community College, Supply NC
  • North Carolina State University
    • The Physics department uses it for teaching Physics for Engineers and Scientists I and II (PY 205, PY 208, more info at courses.ncsu.edu)
    • VPython is used for labs and web-based assignments. Students simulate different scenarios by writing code to create them based on the formulas used in lecture.

Ohio

  • Capital University
    • Python is used in the traditional CS1 course using John Zelle's book
    • Python and C++ are used in CS2
    • lab assignments in many courses may be written in Python or C++
    • contact person: David Reed (dreed (at) capital.edu)
  • Kent State

Oregon

  • Mt Hood Community College

Pennsylvania

  • Bryn Mawr College

Utah

  • Brigham Young University
    • CS 100 (Not required for CS majors)

Virginia

  • Washington and Lee University
    • CS1 and CS2 using Lambert’s CS1/CS2 book

need to confirm

Books

Other Materials

Related Pages

SchoolsUsingPython (last edited 2023-08-04 02:05:13 by AbhishekSingh)

Unable to edit the page? See the FrontPage for instructions.