Summer term starts on June 17! Get $100 off your enrollment when you refer a friend.

Python Level 2

[PYTHON 2]

Full Course

$1010 USD
Before any discounts or coupons
for 18 hours

Class Package

Class Project(s)
Students will make projects including a variety of games and applications. These can range from simple to medium complexity.

Our Proprietary In-Browser Coding Platform.

The KTBYTE team developed the KTCoder™ with our students in mind! Our platform supports block-based and typed out code in the most popular coding languages: Java, Python, and C++. This revolutionary all-in-one coding platform supports our interactive online classes, our specialized curriculum, and (most importantly) our students' passion for learning.
Student Progress Report
KTBYTE will e-mail parents with behavior and grade progess reports.
Certificate of Completion
Students can request a certificate of completion once they finish the course

Class Description:

Python Level 2 builds on the foundations of Python to take your understanding to the next level. The course begins by reviewing Tkinter, a powerful Python library that enables the creation of graphical user interfaces, including shapes, images, text, and buttons. With Tkinter, you will learn how to visualize more advanced Python features such as classes, advanced functions, algorithms, and file input/output. Additionally, the course will introduce you to the basics of APIs (Application Programming Interfaces) and how they can be used to connect to external data sources. By the end of the course, you will have the skills and knowledge necessary to create a final project utilizing everything you have learned throughout the class.

Prerequisites:

Age 11+, Python Level 1 or Instructor Permisssion

Related Classes

Syllabus

Course Overview, Python Review

Reviewing the course progression, and reviewing importing files, VS Code, and Basic Python

Overview of Tkinter

Learning about / reviewing Tkinter, including windows, canvases, and widgets

Overview of Tkinter

Learning about / reviewing Tkinter, including canvas, buttons, and binding

Tkinter with Images

Learning about how to add Images to Tkinter

Classes with Tkinter (pt1)

Learning about classes in Python, using Tkinter as a way to visualize these concept

Classes with Tkinter (pt2)

Learning about classes in Python, using Tkinter as a way to visualize these concept

Classes with Tkinter (pt3)

Learning about classes in Python, using Tkinter as a way to visualize these concept

Textboxes in Tkinter

Learning about how to use textboxes in Tkinter

File I/O in Tkinter

Learning about how to input and output files in Python, and how to save a Tkinter window as a PNG

Lists, Dicts, and JSONs

Reviewing Lists and Dicts, and learning about how they relate to JSONs

APIs

Understanding what APIs are

Weather API

Using the Weather API

Final Project: Weather!

Creating out final project, which uses Tkinter to display weather information from a Weather API, using everything we've learned in this class