-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: manseka/pythoncode-tutorials
base: master
head repository: x4nth055/pythoncode-tutorials
compare: master
- 13 commits
- 16 files changed
- 5 contributors
Commits on Aug 25, 2023
-
Update interactive_weather_plot.py
I am using Python 3.11.3 I was having this error : "TypeError: 'dict_keys' object is not subscriptable" locations.keys() had to be explicitly converted into list to prevent this exception.
Configuration menu - View commit details
-
Copy full SHA for 4767cfd - Browse repository at this point
Copy the full SHA 4767cfdView commit details
Commits on May 28, 2024
-
the previous code would output [[1,2],[3,3]] instead of [[1,2],[3,4]] because i variable increase one by one instead of the expexted two by two
Configuration menu - View commit details
-
Copy full SHA for de55027 - Browse repository at this point
Copy the full SHA de55027View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d1d82 - Browse repository at this point
Copy the full SHA b0d1d82View commit details
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c10f5b2 - Browse repository at this point
Copy the full SHA c10f5b2View commit details -
Merge pull request x4nth055#136 from Muhammad-aa/http-branch
Added Http-headers
Configuration menu - View commit details
-
Copy full SHA for 0e6acef - Browse repository at this point
Copy the full SHA 0e6acefView commit details
Commits on Sep 20, 2025
-
Merge PR x4nth055#130: Fix bug - textArea ranges extraction
Fix ranges extraction when serializing Text widget tag ranges in rich_text_editor.py. Previously, iterating with enumerate(ranges[::2]) caused pairing of (startN, startN) for subsequent ranges. This change iterates over the original ranges in steps of 2 to correctly pair (start, end).
Configuration menu - View commit details
-
Copy full SHA for 8fca152 - Browse repository at this point
Copy the full SHA 8fca152View commit details
Commits on Sep 28, 2025
-
Add Ghostscript-based PDF compressor and update docs (fixes x4nth055#129
) - Add pdf_compressor_ghostscript.py using open-source Ghostscript - Update README.md with both legacy and recommended methods - Update requirements.txt to note system dependencies - Fixes issue x4nth055#129: PDFTron/PDFNet is now commercial and requires license - Provides free alternative with same functionality and API
Configuration menu - View commit details
-
Copy full SHA for 2e77319 - Browse repository at this point
Copy the full SHA 2e77319View commit details
Commits on Sep 29, 2025
-
Merge pull request x4nth055#128 from TsKyrk/patch-1 — Convert RadioBu…
…ttons labels to list Fix RadioButtons labels: convert dict_keys to list to avoid TypeError on Python 3.11+ (Matplotlib expects an indexable sequence). Verified in sandbox that `dict_keys` raises and `list(...)` works. Safe, minimal change.
Configuration menu - View commit details
-
Copy full SHA for bf1862e - Browse repository at this point
Copy the full SHA bf1862eView commit details -
Fix YouTube video extractor script with complete rewrite
- Replace broken meta tag extraction with modern ytInitialData approach - Fix channel URL construction to use proper /channel/ path prefix - Add robust error handling for YouTube's changing structure - Extract title, views, date, channel info, and description successfully - Maintain backward compatibility with command-line interface The original script was completely broken due to YouTube's HTML structure changes. This rewrite successfully extracts core video information using the modern approach.
Configuration menu - View commit details
-
Copy full SHA for dd98afd - Browse repository at this point
Copy the full SHA dd98afdView commit details
Commits on Oct 3, 2025
-
- Updated the script to list the security type for windows, along wi…
…th the password, wifi network name, and cipher. - Updated the README file to briefly explain what the script output shows.
Configuration menu - View commit details
-
Copy full SHA for 21817de - Browse repository at this point
Copy the full SHA 21817deView commit details
Commits on Oct 6, 2025
-
Merge pull request x4nth055#138 from G-Balabhaskarrao/my-feature-branch
Adding security type for windows in the output
Configuration menu - View commit details
-
Copy full SHA for e085c5f - Browse repository at this point
Copy the full SHA e085c5fView commit details -
Add FastMCP MCP Todo Manager example (server, client, README, require…
…ments) under general/fastmcp-mcp-client-server-todo-manager.
Configuration menu - View commit details
-
Copy full SHA for 2b6507f - Browse repository at this point
Copy the full SHA 2b6507fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8517a - Browse repository at this point
Copy the full SHA ae8517aView 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 master...master