Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 635 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 635 Bytes

EXLskills Python Introduction Course

This repository contains the first introductory class for python for EXLskills

The format for this course is as follows:

  1. Basic Python
  • 1.0 Variables
  • 1.1 Manipulating Variables
  • 1.2 Operators
  • Exam
  1. Logic
  • 2.0 Learning Booleans
  • 2.1 Complex python using if statements
  • Exam
  1. Functions
  • 3.0 Introduction to Functions
  • 3.1 Advanced Function Use
  • Exam
  1. Collections (Data Structures)
  • 4.0 Intro
  • 4.1 Tuples
  • 4.2 Sets
  • 4.3 Dictionaries
  • Exam
  1. Advanced Python
  • 5.0 List Comprehension
  • 5.1 Advanced Dictionary Uses
  • Exam
  1. Final Exam