Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 2.97 KB

RandomStrings.md

File metadata and controls

56 lines (47 loc) · 2.97 KB

Class 1: Strings & Random Numbers

Activity

  • Review prerequisite skills and knowledge
  • Discuss course focus and project goals in Tweet Generator intro slides
  • Show examples of completed projects and similar websites

Objectives

After completing this class session and the associated tutorial challenges, students will be able to ...

  • Create Python scripts and modules
  • Access command-line arguments
  • Read files and extract lines of text
  • Remove whitespace from strings
  • Store and access elements in a list
  • Generate random integers in a range

Challenges

Visit Make School's Online Academy to find the Tweet Generator tutorial.

These challenges are the baseline required to complete the project and course. Be sure to complete these before next class session and before starting on the stretch challenges below.

Stretch Challenges

These challenges are more difficult and help you push your skills and understanding to the next level. They are often found in the "Where to Go From Here" section at the bottom of most tutorial pages, although a few bonus challenges are only included here.

Resources