JavaScript Required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Intro to Python
Share
Explore
Intro to Python
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
KC
Kelsey Chan
|
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
Table of Contents
1
Search
Section
Description
1
What is a program?
Learn what programming is and write your first program
2
Variables, Expressions, and Statements
Learn how to store variables and the basics of programming instructions
3
Conditionals
Learn how to execute instructions based on a condition
4
Functions
Learn how to write reusable blocks of codes using functions
5
Lists, Sets, and Dictionaries
Learn how to use data structures to organize and store your data
6
Loops
Learn how to use loops to repeat instructions
7
Strings
Learn how to manipulate strings
8
Guess the Word
Build your own “guess the word” game using the concepts you’ve learned
There are no rows in this table
Here are the
slides
that accompany this workshop.
Next Section ➡️
Learn Python
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.