Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions deloitte-python-1-aug-2022/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Girl Develop It Python 1 Class, Aug 2022

## Overview
This course is a special series customized for the Deloitte WinC (Women in Computing) group. It's based on the standard GDI Python 1 curriculum, but adjusted for the interests of the group and for alignment with [PCEP exam topics](https://pythoninstitute.org/pcep-exam-syllabus), as Deloitte offered participants the option to take the exam at no cost.

This course covers the very basics of the Python programming language, including:
- Data types
- Expressions/operators
- Functions
- Loops
- Data structures (lists, tuples, dictionaries)

This class series consists of 6 2-hr sessions:

- [Class 1](https://github.com/lizkrznarich/gdi-python-1/tree/main/class1): Intro to Python
- [Class 2](https://github.com/lizkrznarich/gdi-python-1/tree/main/class2): Functions
- [Class 3](https://github.com/lizkrznarich/gdi-python-1/tree/main/class3): Conditionals
- [Class 4](https://github.com/lizkrznarich/gdi-python-1/tree/main/class4): Loops
- [Class 5](https://github.com/lizkrznarich/gdi-python-1/tree/main/class5): Lists
- [Class 6](https://github.com/lizkrznarich/gdi-python-1/tree/main/class6): Tuples & Dictionaries

## Using slides
Slides are in HTML - access them at the links above, or download this repository to your computer and open the classX.html file inside each classX folder in a browser (ex: [class1/class1.html](https://github.com/lizkrznarich/gdi-python-1/blob/main/class1/class1.html))
Loading