0% found this document useful (0 votes)
431 views

Python Course Outline

This document outlines a course on game development in Python. The course contains 3 modules: an introduction to game development; Python fundamentals including data types, operators, control flow, and classes; and creating a full game from scratch using the Pygame module. Students will learn game technologies, Python syntax and structures, and apply their Python skills to build a complete game.

Uploaded by

sales zf
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
431 views

Python Course Outline

This document outlines a course on game development in Python. The course contains 3 modules: an introduction to game development; Python fundamentals including data types, operators, control flow, and classes; and creating a full game from scratch using the Pygame module. Students will learn game technologies, Python syntax and structures, and apply their Python skills to build a complete game.

Uploaded by

sales zf
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

SCHOOL NAME

Your Name |

Course: Game Development Python

Module 1: Introduction to Game Development

Introduction to game technologies


Understanding the front-end model
Basics of Python

Module 2: Python Fundamentals

Structure and syntax of python


Python indentation
Python comments
Python variables
Python data types
Python numbers
Python casting
Python strings
Python Booleans
Python operators
Python lists
Python tuples
Python sets
Python dictionaries
Python If Else statements
Python while loop
Python for loop
Python function
Python lambda
Python arrays
Python classes/objects
Python inheritance
Python iterators
Python polymorphism
Python scope
Python dates
Python math

Module 3: Python Fundamentals


Creating full functioning game in python from scratch using pygame module.

You might also like