learning Python Programming and also Intro to Games

Categories: Python Programming
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Course Duration: 8 Weeks (2 lessons per week)

Target Audience: Beginners (Ages 10+), no prior programming experience required

Course Goal: To introduce foundational Python programming concepts in a fun, engaging way, with a gradual lead-in to game development.

Course Content

Week 1: Getting Started
In week 1 the basis goal is to get started with the basics.

Week 2: Variables & Data Types
Variables are containers that computer programs use to store information pertinent to what that computer program will do. Data Types are the different types of Variables and how Python uses these variables when building logic

Week 3: Making Decisions
In both computer programs and the AI world, computer programs need a way to make decisions. Booleans and Conditionals provide a way to make this happen.