Introduction to Python Programming Language
  • Introduction
  • Welcome
  • First Program
  • Basics1
  • Commenting
Variables and data types
  • Variables
  • Variables-2
  • User entered data
  • Operators
  • Basic Operators in python
Creating executable files
  • Creating a file and .exe file
Decision making in python
  • If statement
  • If-else statements
  • Program to print odd or even
  • Program to find vowel
  • Find the greatest number
Loops
  • For Loops
  • While Loops
  • Program to print factorial of number
  • Program for multiplication table
  • Multi multiplication table
  • Exponential Program
  • Break statement
  • Continue statement
  • Password Example program
Functions and Modules
  • Functions and Modules
  • User defined functions
  • Functions with arguements
  • Creating modules and importing in our program
Strings in python
  • Strings
  • Strings2
List, Tuple and Dictionary
  • List introduction
  • List methods
  • Tuples
  • Dictionaries
Time, Date and Calendar modules
  • Time module
  • Time module example
  • Delay time example
  • Small assignment
  • Calendar module
Working with Files
  • Files Introduction
  • Rename and Remove files
  • Working with folders
  • Exceptions
  • Formatting inside print()
  • .format() function
OOP in Python : Object Oriented Concepts
  • Class and Object Introduction
  • Class creation
  • Constructor method
  • Student class example
  • Special functions
  • Inheritance
  • Overloading
GUI Programming in Python
  • Before GUI
  • Creating window
  • Changing size and position
  • Adding Labels to window
  • grid and place to change label position
Button and Text Box
  • Adding buttons
  • Adding methods to buttons
  • Creating text box
  • two windows
menubar and menulist
  • Adding menubar
  • Adding menulist
  • Adding functionality to menulist
  • Changing font
Message box and extras
  • message box
  • tkinker important functions
  • Creating a counter
  • colorchooser
  • askopenfile
  • content inside file
Radio buttons
  • radio buttons intro
  • Radiobutton example
  • Radio button interaction
  • Radio button example
  • Indicatoron radiobutton
Check Buttons
  • Check button
  • Check button values
  • checkbutton on menu list
Text box using Entry class
  • Entry class
  • insert and delete in Entry