-
mypy should follow the https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html specification for its default location of the cache directory, this means that its cache should be l…
-
Currently it is _possible_ to run PyGame applications in a web browser using projects like [Pyodide](https://pyodide.org/en/stable/) and [pygbag](https://github.com/pygame-web/pygbag) ([see these demo…
-
### Description
I try to install a package (https://github.com/exabl/snek5000) with `pip install -e .` cloned with Mercurial and [hg-git](https://foss.heptapod.net/mercurial/hg-git/).
This package…
-
## Uncompiled (scores source code)
- agents scoring code with LLM
- code health checks
- security checks
## Compiled (scores application)
- agents scoring and running code locally
- profiling
- benc…
-
# Lists and indexing — Python essentials for GIS learners
[https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/01_Day_1_Unix_Shell/excercises/B6_Exercise_Lists.html](https://the-magnif…
-
During reading of `semantics.md` and encoding the rules in dhall-python implementation I realized that I'm doing quite a mindless work there. I thought that a transpiler should be doing it instead of …
-
BPO | [22121](https://bugs.python.org/issue22121)
--- | :---
Nosy | @rhettinger, @terryjreedy, @mark-summerfield, @ned-deily, @serhiy-storchaka, @jeff5, @eryksun, @zooba
*Note: these values reflect t…
-
Hi I'm trying to decide between utilising LMQL or guidance for a project I'm working on (I'm sure you guys get this a lot) and it seems like LMQL is far more documented, maintained and feature rich. T…
-
# Bug report
### Bug description:
[strftime() and strptime() Behavior](https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior) section says "date, datetime, and time objects …
-
(I am not pretty sure if the below suggestion could be treated as a RFC, but I think it is useful for rust development.)
We know Rust aims to be a stable and productive programming language. But a…