Add Python, as well as Python libraries Requests and Chardet

This commit is contained in:
Pixelo789 2026-03-09 15:09:53 -08:00
commit 91e444fe67
2 changed files with 13 additions and 2 deletions

View file

@ -31,6 +31,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
* [Libraries](#libraries)
* [C](#C)
* [Rust](#rust)
* [Python](#python)
* [CSS](#css)
* [Game Engines](#game-engines)
* [Services and Utilities](#services-and-utilities)
@ -120,13 +121,14 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
| Name | Alternative(s) | Evidence | Notes |
|---|---|---|---|
| [`.NET`](https://dotnet.microsoft.com/) | See below | [`.NET Runtime` PRs](https://github.com/dotnet/runtime/pulls?q=author%3A%40copilot+is%3Amerged), [`.NET SDK` PRs](https://github.com/dotnet/sdk/pulls?q=author%3A%40copilot+is%3Amerged) |
| [Julia](https://julialang.org/) | Python (w/ appropriate scientific libraries) | [`AGENTS.md` in main repository](https://github.com/JuliaLang/julia/pull/58561), [PRs "written by Claude"](https://github.com/JuliaLang/julia/pulls?q=is%3Apr+written+by+Claude) | |
| [Julia](https://julialang.org/) | An older version of Python (w/ appropriate scientific libraries) | [`AGENTS.md` in main repository](https://github.com/JuliaLang/julia/pull/58561), [PRs "written by Claude"](https://github.com/JuliaLang/julia/pulls?q=is%3Apr+written+by+Claude) | |
| [Python](https://github.com/python/cpython) | Older version of Python; [Lua](https://lua.org) | [Contains code from Claude](./img/cpython-claude.png) | |
> [!Note]
> #### On alternative languages:
> Suggestions for alternative programming languages are necessarily more complex than many other categories considered here, as that's one of the core technical choices to be made when starting a new software development project.
>
> Depending on your needs and technical concerns, you may find any number of different alternative languages useful. For example, when considering alternatives to .NET, Java or Scala may be interesting candidates from the perspective of being similar VM-based frameworks, while Python or Rust may be interesting alternatives in other ways.
> Depending on your needs and technical concerns, you may find any number of different alternative languages useful. For example, when considering alternatives to .NET, Java or Scala may be interesting candidates from the perspective of being similar VM-based frameworks, while Rust might be an interesting alternative in other ways.
## Editors
@ -172,6 +174,15 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
Also, there is an advistory database of Rust slopware crates, which you can use in tools like
[cargo-deny](https://embarkstudios.github.io/cargo-deny): <https://codeberg.org/erin/rust-slopdb>.
### Python
Note that Python is itself tainted; see [the Programming Languages section](#programming-languages).
| Name | Alternative(s) | Evidence | Notes |
|---|---|---|---|
| [Requests](https://github.com/psf/requests) | [`urllib.request` in Python Standard Library](https://docs.python.org/3/library/urllib.request.html) | Contains [commits from Claude](https://github.com/psf/requests/commit/b2a1d33f571518ca9a6148e7da787cc5827f897a) | |
| [Chardet](https://github.com/chardet/chardet) | An older version | [Core developer used Claude to launder LGPL-licensed code to Expat/MIT license](https://github.com/chardet/chardet/issues/327) | |
### CSS
| Name | Alternative(s) | Evidence | Notes |

BIN
img/cpython-claude.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB