Introduction & Setup
  • Introduction
  • Setup On Mac OS X
  • Setup On Linux/Ubuntu
  • Setup On Windows
  • Run Code Online
  • Quiz 1 - Intro
Basics
  • Comments
  • Variables & Variable Types
  • Lists
  • Tuples
  • Dictionary
  • Data Type Conversion
  • Arithmetic Operators
  • Comparison Operators
  • Assignment Operators
  • Bitwise Operators
  • Logical Operators
  • Membership Operators
  • Identity Operators
  • Operator Precedence
  • Decision Making
  • Loops
  • Loop Control Statements
  • Numbers
  • Strings
  • Lists In Depth
  • Tuples In Depth
  • Dictionary In Depth
  • Date & Time
  • Functions
  • Modules
  • File Inputs & Ouputs
  • Handling Exceptions
  • Quiz 2 - Basics
Classes/Objects
  • Simple Example
  • Creating Instance Objects
  • Accessing Attributes
  • Constructor New & Init Method
  • Destroying Objects
  • Class Inheritance
  • Overriding Methods
  • Overloading Methods
  • Overloading Operators
  • Data Hiding
  • Quiz 3 - Classes/Objects
Regular Expressions
  • Match Function
  • Search Function
  • Advanced Expressions
  • Search & Replace
  • Quiz 4 - Regular Expressions
CGI Programming
  • Basic CGI Programming
  • GET Method
  • POST Method
  • Cookies
  • Quiz 5 - CGI Programming
Database
  • Setup Database
  • Connect To Database
  • Create Table
  • INSERT Operation
  • READ Operation
  • UPDATE Operation
  • DELETE Opereation
  • Simple Network Example
  • Simple Client
  • Quiz 6 - Database
Multithreading
  • Initiate a New Thread
  • Create Thread
  • Synchronise Threads
  • Multithreaded Priority Queue
  • Quiz 7 - Multithreading
XML
  • Parse an XML File
GUI
  • Introduction
  • Button
  • Canvas
  • Checkbutton
  • Entry
  • Frame
  • Label
  • Listbox
  • Menubutton
  • Menu
  • Message
  • Radiobutton
  • Scale
  • Scrollbar
  • Text
  • Toplevel
  • Spinbox
  • PanedWindow
  • MessageBox
  • LabelFrame