Python Games

Slug: python-games

← Back to Classes List | ← Dev Index

Quick Info

Level:
intermediate
Source:
weekly
Active:
Yes ✓
Categories:
Python
Topics:
python, games, oop, programming
Enrollments:
Enroll in Weekly Group Classes
Programs:
Python Programming (1 cats) [1 topics] +enroll

Complete Database Record (JSON)

{
  "slug": "python-games",
  "title": "Python Games",
  "source": "weekly",
  "level": "intermediate",
  "blurb": "Build larger, object-oriented programs by creating engaging games in Python.",
  "description": "Students expand beyond syntax to learn event handling, game physics, and\nsoftware architecture by producing complete, playable games.",
  "content": "Python Games takes students beyond basic syntax to develop substantial\nprogramming skills through game development. Students learn object-oriented\nprogramming principles, event handling, game physics, and software architecture\nby building complete, playable games. Projects help students understand how to\nstructure larger programs, debug complex code, and think like professional\ndevelopers. The skills learned in this course are applicable far beyond games\nand prepare students for professional software development. Students can also\ndeploy their Python games to run on the web, making them shareable with friends\nand family.",
  "active": true,
  "image": "python_games.png",
  "curriculum": "https://github.com/league-curriculum/Python-Games",
  "categories": [
    {
      "slug": "python",
      "title": "Python",
      "source": "categories"
    }
  ],
  "topics": [
    "python",
    "games",
    "oop",
    "programming"
  ],
  "ctas": [],
  "enrollments": [
    {
      "slug": "enroll-group-classes",
      "title": "Enroll in Weekly Group Classes",
      "source": "enrollments"
    }
  ],
  "meetups": [],
  "programs": [
    {
      "slug": "python-programming",
      "title": "Python Programming",
      "source": "programs",
      "categories": [
        {
          "slug": "group-classes",
          "title": "Weekly Group Classes"
        }
      ],
      "enrollments": [
        {
          "slug": "enroll-group-classes",
          "title": "Enroll in Weekly Group Classes"
        }
      ],
      "ctas": [],
      "meetups": []
    }
  ]
}