forked from geekcomputers/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
pull #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
caojielinux
wants to merge
4,020
commits into
caojielinux:master
Choose a base branch
from
geekcomputers:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
pull #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Removed obsolete configuration files (.vscode/launch.json, .vscode/settings.json). - Deleted unused binary files (class.dat, studrec.dat). - Added new script for NumPy array exponentiation with detailed docstring and examples. - Enhanced Random Number Guessing Game with structured functions and improved documentation. - Introduced Snake-Water-Gun game with clear rules and structured gameplay. - Updated Tic-Tac-Toe game with type hints and doctests for better clarity and testing. - Removed old calculator script and replaced it with a new simple calculator module. - Implemented a password guessing simulation script with random character choices. - Improved sum of digits calculation with input validation and structured main function. - Cleaned up and removed unnecessary files and scripts to streamline the project.
…calculator - Implemented a Tic-Tac-Toe game with AI using Minimax algorithm (tic-tac-toe3.py). - Created a random two-player Tic-Tac-Toe game using NumPy (tic-tac-toe4.py). - Developed a two-player Tic-Tac-Toe game with full type hints and doctests (tic-tac-toe5.py). - Added a series of Tic-Tac-Toe games with score tracking (tic-tac-toe6.py). - Removed outdated Tic-Tac-Toe implementations (TicTacToe.py, tic-tac-toe.py, tic_tak_toe.py). - Introduced a Tkinter-based clock difference calculator with doctests (Timetable_Operations.py). - Enhanced leap year checker with doctests and improved input handling (to check leap year.py).
Bump pytest from 8.4.1 to 8.4.2
…15.1 Bump pymongo from 4.14.1 to 4.15.1
Add docs and new future for time_delta.py
Add f string example
…1.10.0 Bump pyperclip from 1.8.2 to 1.10.0
Fix bugs and add new features
…ss across edge cases.
Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.65 to 0.2.66. - [Release notes](https://github.com/ranaroussi/yfinance/releases) - [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst) - [Commits](ranaroussi/yfinance@0.2.65...0.2.66) --- updated-dependencies: - dependency-name: yfinance dependency-version: 0.2.66 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.11.9. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.11.9) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.181.0 to 2.183.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.181.0...v2.183.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.183.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contains doctests for the selection_sort function to verify correctness across edge cases.
….2.66 Bump yfinance from 0.2.65 to 0.2.66
….11.9 Bump pydantic from 2.11.7 to 2.11.9
…-python-client-2.183.0 Bump google-api-python-client from 2.181.0 to 2.183.0
Bumps [twilio](https://github.com/twilio/twilio-python) from 9.8.0 to 9.8.2. - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Commits](twilio/twilio-python@9.8.0...9.8.2) --- updated-dependencies: - dependency-name: twilio dependency-version: 9.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.13.5. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [openai](https://github.com/openai/openai-python) from 1.107.1 to 1.109.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.107.1...v1.109.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.109.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…09.1 Bump openai from 1.107.1 to 1.109.1
…oup4-4.13.5 Bump beautifulsoup4 from 4.13.4 to 4.13.5
commet for start
Bump ccxt from 4.5.20 to 4.5.21
Rock paper Scissors
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.1 to 0.122.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.121.1...0.122.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…122.0 Bump fastapi from 0.121.1 to 0.122.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.3 to 4.15.4. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.15.3...4.15.4) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…15.4 Bump pymongo from 4.15.3 to 4.15.4
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.21 to 4.5.22. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Commits](ccxt/ccxt@v4.5.21...v4.5.22) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
use of json with loop for index
use of json
Bump ccxt from 4.5.21 to 4.5.22
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
add the doc in sum_of_digits
Bump numpy from 2.3.4 to 2.3.5
… top of the Entry box becouse they cont visible in white color, i changed into black color.
…_a_number.py updated sum_of_digits_of_a_number to include negative numbers
commets in code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.