Coder's Club 1.1
  • Contents
      • Welcome to Coder’s Club
      • Shells and Consoles: Windows into your Computer
      • Feeling our Way Around
      • Functions
      • Scripts/Programs
      • Guessing Game
      • Heart Click
      • Heart Click in Functions
      • Heart Click ++
      • Checkup: Where are You?
      • Installing Python at Home
      • Useful Links for Learning
      • It Crashes!
      • How do Computers Represent Images?
  • « Shells and Co...
  • Values and Assignment »

Feeling our Way Around¶

So we have figured out how to Start Python and say hello. But now we want to get our feet under us. These exercises are going to give you a feel for the most basic types of operations in programming.

We’re going to start out with numbers and math, then build up to more involved things.

  • Values and Assignment
    • Exercise
  • Variables
    • Exercise
    • Extra Exercise
  • Math
    • Exercise
  • More Math
    • Exercise
    • Extra Exercise
  • Booleans
  • Comparisons
  • Boolean Combinations
  • Boolean Tests
    • if Statements
  • String Comparisons
  • Types
    • Integers (int)
    • Floats (float)
    • Strings (str)
    • Booleans (bool)
    • Exercise
    • Extra Exercise
  • Type Conversions
    • Exercise
  • Getting Input
    • Exercise
  • Lists
    • Tuples
  • List Indexing
    • List Slicing
    • Other Objects
    • Exercise
  • Dictionaries
    • Creating Dictionaries
    • Adding, Accessing Keys
    • Deleting Keys
    • Checking for Keys
    • Key Matching
    • Namespaces
  • Exceptions and Tracebacks
    • Exercise

Back to top

Created using Sphinx 4.1.2.