/PythonForBeginners

This is class material for python for beginners

Primary LanguageJupyter Notebook

PythonForBeginners

This is class material for python for beginners. It covers only the basic syntax with some practice material and a project.

Class Material

Lecture 1

Topics Covered

  • Setup
  • Syntax
  • Variables
  • Control Statement, Loops
  • Numbers Type and Computing

Lecture 2

Topics Covered

  • Practice Numbers
  • Boolean
  • Strings

Lecture 3

Topics Covered

  • Lists
  • Sets
  • Dictionary
  • Operators
  • Loops

Lecture 4

Topics Covered

  • Functions
  • Class Exercise

Lecture 5

Topics Covered

  • Last HW Discussion
  • Project Introduction

Projects

Simple Scrabble

Reference Materials