Skip to content

An introductory lab exercise, related to the Agenda main project

License

Notifications You must be signed in to change notification settings

ScArWlvrne/lab01-intervals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab01-intervals

An introductory lab exercise for CIS 211, related to the Agenda main project. This exercise introduces

  • classes, which is how we add new types of objects to Python,
  • objects, which are the values of the new types we create,
  • methods, which are like functions specialized to classes, and
  • "magic" methods (aka "special" methods), which are automatically invoked through some built-in functions like str, or through operations like +

This exercise is designed to be led by a graduate teaching assistant in a scheduled lab.

Look in doc/HOWTO.md for detailed directions.

About

An introductory lab exercise, related to the Agenda main project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%