-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: talkpython/python-for-dotnet-developers-course
base: exact-recorded-edition-v1
head repository: talkpython/python-for-dotnet-developers-course
compare: master
- 13 commits
- 53 files changed
- 3 contributors
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df3ae0b - Browse repository at this point
Copy the full SHA df3ae0bView commit details
Commits on Dec 12, 2023
-
Update httpx code to follow redirects
A breaking change from awhile ago with httpx.
Configuration menu - View commit details
-
Copy full SHA for 79b742f - Browse repository at this point
Copy the full SHA 79b742fView commit details -
Add Requirements Files for Python Application
Introduced requirements.piptools file for Python application, and updated requirements.txt according to it. The requirements.piptools file includes packages needed for the project that are then compiled into the requirements.txt file via pip-compile. This way, exact requirements including dependencies and their versions are documented for more deterministic builds. See pip-tools package.
Configuration menu - View commit details
-
Copy full SHA for 633aa1b - Browse repository at this point
Copy the full SHA 633aa1bView commit details -
Update .gitignore to ignore .idea directory
The .idea directory generated by JetBrains tools like PyCharm has been added to the .gitignore file. Thus, preventing any IDE-specific files from being accidentally included in the repository. This keeps the project cleaner and prevents files from interfering with others’ development environments.
Configuration menu - View commit details
-
Copy full SHA for 36d1c80 - Browse repository at this point
Copy the full SHA 36d1c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8691402 - Browse repository at this point
Copy the full SHA 8691402View commit details -
Update httpx code to follow redirects
A breaking change from awhile ago with httpx.
Configuration menu - View commit details
-
Copy full SHA for b458f9f - Browse repository at this point
Copy the full SHA b458f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 309e178 - Browse repository at this point
Copy the full SHA 309e178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5502ea1 - Browse repository at this point
Copy the full SHA 5502ea1View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afd61c1 - Browse repository at this point
Copy the full SHA afd61c1View commit details
Commits on Apr 3, 2024
-
Update to dotnet8, update all nugets
m committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for cb55f19 - Browse repository at this point
Copy the full SHA cb55f19View commit details -
Merge pull request #1 from ma586/master
Update to dotnet8, update all nugets
Configuration menu - View commit details
-
Copy full SHA for 4a5ce91 - Browse repository at this point
Copy the full SHA 4a5ce91View commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9c662d6 - Browse repository at this point
Copy the full SHA 9c662d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab250b7 - Browse repository at this point
Copy the full SHA ab250b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff exact-recorded-edition-v1...master