Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 654 Bytes

IntroPython.md

File metadata and controls

13 lines (9 loc) · 654 Bytes
layout title nav_order
default
Intro to Python Programming
7

Workshop Title Slide

Introduction to Python Programming

This beginner level workshop will introduce you to the basic concepts of one of the world’s most popular programming languages, Python. In this tutorial, you’ll learn how to store data using Python’s data types and variables, control the flow of a program using control structures, and create reusable code using functions. No prior knowledge of Python is required.

The materials for this workshop are available here: https://scds.github.io/intro-python/