Complete Python Programming – Part 1

Complete Python Programming – Part 1

Lessons

  1. Week 1

    1. Lecture 01

      • Introduction
      • The Programming Cycle for Python
      • Getting Started
    2. Lecture 02

      • Variables and Simple Data Types
      • Elements of Python
    3. Lecture 03

      • Type Conversion
      • Expressions
      • Assignment Statement
      • Arithmetic Operators
      • Operator Precedence
      • Boolean Expression
  2. Week 2

    1. Lecture 04

      • Introducing lists
    2. Lecture 05

      • Working with lists
    3. Lecture 06

      • For Loop
      • Nested Loops
      • Tuples
      • Unpacking Sequences
      • Lists
  3. Week 3

    1. Lecture 07

      • Mutable Sequences
      • List Comprehension
      • Sets
      • If staements - part 1
    2. Lecture 08

      • If staements - part 2
    3. Lecture 09

      • Conditionals
      • Conditionals (Continued)
      • Expression Evaluation
      • Float Representation
  4. Week 4

    1. Lecture 10

      • Dictionaries - part 1
    2. Lecture 11

      • Dictionaries - part 2
    3. Lecture 12

      • User input and while loops - part 1
  5. Week 5

    1. Lecture 13

      • User input and while loops - part 2
      • Loops
      • Loops (Continued)
    2. Lecture 14

      • Break and Continue
      • Functions - part 1