Course Details

Foundation in Python - Programme Contents

Introduction to Python

  • What is a programming language?
  • What is Python?
  • What is Python used for?

Introduction to Flowchart

  • What is a flowchart and Why is it important in programming?
  • Flowchart symbols and shapes
  • The correct way to draw flowcharts

Variables

  • What is a variable?
  • Data types
  • Make a variable and declare it

Strings

  • Assign string to a variable
  • Strings are arrays
  • Slicing Strings
  • String Concatenation
  • String methods

Operators

  • Arithmetic operators
  • Assignment operators
  • Comparison operators
  • Logical operators

Functions

  • What is a function?
  • Creating a function
  • Calling a function
  • Parameters and Arguments

Conditions and Loops

  • Decision Making (If, If - Else, If - Else If - Else)
  • Loops (While, Do - While, For)

User Inputs

  • User Input from Keyboard – input() function

Python GUI Programming

  • GUI Programming With Tkinter
  • Adding a Widget
  • Working With Widgets

We’re delivering the best customer experience