Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Have students create a program in Python that draws a map of the stars in order to gain practice using dictionaries to manipulate real data.

Share Have students create a program in Python that draws a map of the stars in order to gain practice using dictionaries to manipulate real data. with FacebookShare Have students create a program in Python that draws a map of the stars in order to gain practice using dictionaries to manipulate real data. with Twitter
  • Manipulating real data makes students feel like they’re the programs they’re writing are real, meaningful, and relevant.
  • For a more advanced version of this problem, have students create a program in Java.
  • To see the full assignment, visit Stanford’s nifty assignment page.

More about this tip

Tags

  • Python
  • Meaningful and Relevant Content
  • CS 1
  • Intro Programming
  • CS 2
  • Java
  • Interdisciplinary Connections to CS
External Source
Stanford's Nifty Assignment by Karen Reid
Other Tips By
Other Tips By Karen Reid

Similar tips

Use the Barrel of Monkeys toy as a visual aid to explain linked lists.
Misconception: Students think that both the IF and the ELSE cases of a conditional are executed every single time a conditional runs.
Misconception: Return is a mystery to students because they may not understand that functions have an entry point and an exit point. This results in mistakes such as assuming Python will return the right thing.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy