Skip to content
Intro to Python
  • Pages
    • icon picker
      Introduction
    • Learn Python
      • What is a program?
      • Variables, Expressions, and Statements
      • Conditionals
      • Functions
      • Lists, Sets, and Dictionaries
      • Loops
      • Strings
    • Guess the Word
    • Summary
    • Resources
    • Help
    • Data

Introduction

Quick start to Python
KW
Kelsey Wong
This doc will teach you basic programming concepts using Python and guide you through the process of building your own “guess the word” game!
This tutorial will not teach you everything, but it should give you a brief introduction to thinking about and writing programs in Python.
Table of Contents
Section
Description
Learn what programming is and write your first program
Learn how to store variables and the basics of programming instructions
Learn how to execute instructions based on a condition
Learn how to write reusable blocks of codes using functions
Learn how to use data structures to organize and store your data
Learn how to use loops to repeat instructions
Learn how to manipulate strings
Build your own “guess the word” game using the concepts you’ve learned
There are no rows in this table

Here are the that accompany this workshop.

Next Section ➡️


 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.