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: BethanyG/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/python
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.
  • 4 commits
  • 29 files changed
  • 2 contributors

Commits on May 22, 2026

  1. [Wordy] Clean up Approaches (exercism#4198)

    * `string-list-and-dict-methods` cleanup
    
    also some formatting fixes
    
    * `import-callables-from-operator` cleanup
    
    also more formatting fixes
    
    * `regex-with-operator-module` cleanup
    
    * `lambdas-in-a-dictionary` cleanup
    
    * `recursion` approach cleanup
    
    * add warning about `recursion` variation 2
    
    * clean up the rest of the approaches
    
    * fix minor errors in approaches
    
    * Apply suggestion from code review
    
    Co-authored-by: BethanyG
    <BethanyG@users.noreply.github.com>
    Yrahcaz7 authored May 22, 2026
    Configuration menu
    Copy the full SHA
    323ada8 View commit details
    Browse the repository at this point in the history
  2. [Wordy] Add additional tests for long questions (exercism#4201)

    * add additional tests for long questions
    
    * add self to contributors array
    Yrahcaz7 authored May 22, 2026
    Configuration menu
    Copy the full SHA
    dece974 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. [Wordy] Add tuple-and-index approach (exercism#4202)

    * add `tuple-and-index` approach
    
    also add "None" link and a few minor fixes
    
    * make wording more clear in fifth paragraph
    
    * Apply suggestions from code review
    
    Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
    
    * Improve line 70
    
    ---------
    
    Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
    Yrahcaz7 and BethanyG authored May 24, 2026
    Configuration menu
    Copy the full SHA
    6fcab00 View commit details
    Browse the repository at this point in the history
  2. [Acronym] Add new approach and update performance article (exercism#4203

    )
    
    * fix benchmark & add timings for new approach
    
    * update "measurements were taken on" part
    
    * improve performance article
    
    * fix the performance article's `config.json`
    
    * add approach docs for new approach
    
    * Apply suggestions from code review
    
    Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
    
    * minor fixes
    
    ---------
    
    Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
    Yrahcaz7 and BethanyG authored May 24, 2026
    Configuration menu
    Copy the full SHA
    b91f9ef View commit details
    Browse the repository at this point in the history
Loading