Python Intermediate Course | Live Online Coding Classes infyni Kids

Live Online Python Course – Level 2

An interactive and engaging live Python course designed for learners who have a basic understanding of Python and want to advance their skills. This course explores game development, data structures, GUI programming, and real-world applications.

Live Course

Live Class: Wednesday, 12 Feb

Enrolled: 1

Duration: 25 Hours

Sessions: 4 classes per month

Offered by: infyni

Live Course

$35.28 /per month

Enrollment Closed Notify Me

About Course

This Python Level 2 course is perfect for students who already know the basics and are ready to expand their knowledge. Learners will build their first game using Turtle Graphics, explore advanced concepts like tuples, dictionaries, and recursion, and dive into GUI development with Tkinter. The course also covers web scraping, API integration, and real-world applications such as age calculators and text-to-speech tools. By the end, students will be confident in developing functional Python applications.

Key Benefits:

Live, interactive sessions with expert instructors.
Hands-on coding experience with real-world projects.
Step-by-step guidance from basic to advanced topics.
Develop GUI applications using Tkinter.
Work on practical exercises and mini-projects.


What You’ll Learn:

Game Development with Python

  • Introduction to Turtle Graphics.
  • Building your first Python game.

Advanced Data Structures & Functions

  • Understanding tuples and dictionaries.
  • Using lambda functions and recursion.
  • Typecasting and working with sets.

Error Handling & Debugging

  • Exception handling in Python.

Graphical User Interface (GUI) Programming

  • Basics of Tkinter: Creating a login application.
  • Date, time, and calendar applications.
  • Developing an age calculator.
  • Creating a text-to-speech application or photo album.
  • Implementing a cash tally application.

Web Scraping & APIs

  • Building a web scraping application using Python.
  • Working with APIs to develop interactive applications.

Final Exercise & Project

  • Hands-on coding exercises.
  • Developing a complete application.
  • Course conclusion and next steps.

Skills You Will Gain

Python Programming Skills Game Development GUI Development with Tkinter Application Development Working with Date, Time, and Calendars
  • Topics
  • Instructor (1)
  • Recap of Python basics
  • Understanding intermediate-level Python concepts
  • Overview of the course structure and goals
  • Introduction to Turtle Graphics
  • Drawing shapes and patterns
  • Developing a simple game (e.g., Race Game or Pong)
  • Understanding Tuples (immutability, indexing, slicing)
  • Dictionary operations (keys, values, methods)
  • Use cases and practical applications
  • Understanding Lambda functions
  • Functional programming in Python
  • Recursive functions and their applications
  • Optimizing recursion with memorization
  • Typecasting in Python (implicit & explicit)
  • Understanding Sets and Set operations
  • Use cases for Sets in programming
  • Understanding errors and exceptions
  • Using try, except, finally blocks
  • Raising exceptions and custom exceptions
  • Debugging techniques