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: febus/python-for-dotnet-developers-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: talkpython/python-for-dotnet-developers-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 28 files changed
  • 1 contributor

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    9c662d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab250b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Update all .csproj files from .NET 8.0 to .NET 9.0

    - Updated TargetFramework in 8 projects from net8.0 to net9.0
    - Updated Entity Framework packages in Ch7_Db from 8.0.3 to 9.0.0
    - All projects now ready for .NET 9 runtime
    mikeckennedy committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    ec6188a View commit details
    Browse the repository at this point in the history
  2. Add Jupyter‑kernel support and update package versions for Python app

    This change introduces `ipykernel` and `ipywidgets` into the project’s dependency list, enabling
    interactive notebook functionality. It also bumps several libraries (e.g., Flask 3.1.2 → 3.1.2,
    BeautifulSoup4 to 4.13.5, Click to 8.3.0, Matplotlib to 3.10.6) and adds new tooling such as
    `appnope`, `debugpy`, `ipython`, and related Jupyter components. The updates ensure compatibility
    with the latest ecosystem releases and improve the development experience for notebook‑based
    workflows 🚀
    mikeckennedy committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d63a3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07bf9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec98a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

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