Skip to content

Commit

Permalink
Initialize 04_example_starter_OOP_2
Browse files Browse the repository at this point in the history
  • Loading branch information
viewsdevelop authored Feb 21, 2023
0 parents commit 2ec76c7
Show file tree
Hide file tree
Showing 12 changed files with 457 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 04_OOP_2/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "Object Oriented Programming in Python"

[packages]
ipdb = "*"

[dev-packages]
ipdb = "*"

[requires]
python_version = "3.8"
356 changes: 356 additions & 0 deletions 04_OOP_2/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions 04_OOP_2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OOP 2: Class Methods & Class Variables

## Learning Goals

- Demonstrate Decorators
- `@decorator`
- Demonstrate class variables
- Defining class variables
- Updating class variables
- Demonstrate class methods
- Defining class methods
- `@classmethod`
- `cls keyword`
- Object Inheritance
- Stretch Goals
- Super
Binary file added 04_OOP_2/assets/cookie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_OOP_2/assets/gracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_OOP_2/assets/rose.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2ec76c7

Please sign in to comment.