Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LinkedInLearning/python-object-oriented-programming-4413110
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: davebha/python-object-oriented-programming-4413110
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 21 files changed
  • 1 contributor

Commits on Jul 21, 2026

  1. Finished chapter 1

    davebha committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f375391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf58d0 View commit details
    Browse the repository at this point in the history
  3. Fixed issues with abstract_start to implement methods from GraphicalS…

    …hape abstract base class
    davebha committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    d17d18b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e3548 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce9197f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    177de66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    baf32e9 View commit details
    Browse the repository at this point in the history
  8. Overrided eq and ge and lt comparison methods to add ability to compa…

    …re objects by attribute(s)
    davebha committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    1b34c3a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. Configuration menu
    Copy the full SHA
    3eed1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7387a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. Finished ch3/challenge.py

    davebha committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    03cdbae View commit details
    Browse the repository at this point in the history
  2. Finished Ch2/challenge.py

    davebha committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    bcb1e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f890472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    733689a View commit details
    Browse the repository at this point in the history
  5. Override __post_init_ to add a new 'description' attribute that combi…

    …nes title,author and pages attributes in Ch 4/postinit_start.py
    davebha committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    b374360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b83077 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66e2433 View commit details
    Browse the repository at this point in the history
Loading