Massachusetts families: use our coupon code KTWEEKLONG20 by March 30 to get 20% off an in-person camp this April or Summer Break!

Python Level 2

[PYTHON 2]

Full Course

$1010 USD
Before any discounts or coupons
for 18 hours

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