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: astroJarHead/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.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    27ec727 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Add TODOs for class and static methods in Book class

    Added TODO comments for class methods, static methods, and instance methods in the Book class.
    astroJarHead authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    260a15e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Clean up stock.py by removing comments and variables

    Removed comments and unused variables from stock.py.
    astroJarHead authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    79b5807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0de3ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b021ded View commit details
    Browse the repository at this point in the history
  4. Refactor classes to use inheritance for publications

    Changed per the lesson
    astroJarHead authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    550553e View commit details
    Browse the repository at this point in the history
Loading