Intro to Python
Share
Explore

icon picker
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
1
Section
Description
1
Learn what programming is and write your first program
2
Learn how to store variables and the basics of programming instructions
3
Learn how to execute instructions based on a condition
4
Learn how to write reusable blocks of codes using functions
5
Learn how to use data structures to organize and store your data
6
Learn how to use loops to repeat instructions
7
Learn how to manipulate strings
8
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 ➡️


Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.