python3
Datasets
All datasets matching “python3”ComfyUI_portable_python312
⭐ ComfyUI portable enhanced edition ⭐
Updated 22th December 2025 with ComfyUI version 0.5.1
The current official ComfyUI portable has two slight disadvantages, firstly it does not come with Git portable which is occasionally required by custom node packs or
to automatically models etc, and the latest versions come with Python 3.13 by default which still has (few) compatibility issues with some extensions.
So I am updating this version based on Python 3.12 with the latest… See the full description on the dataset page: https://huggingface.co/datasets/Xeno443/ComfyUI_portable_python312.code_contest_python3_alpaca
Dataset Card for Code Contest Processed
Dataset Summary
This dataset contains coding contest questions and their solution written in Python3.
This dataset is created by processing code_contest dataset from Deepmind. It is a competitive programming dataset for machine-learning. Read more about dataset at original source.
Columns Description
id : unique string associated with a problem
description : problem description
code : one correct code for the problem… See the full description on the dataset page: https://huggingface.co/datasets/iamtarun/code_contest_python3_alpaca.python3.12.11-venvchatgpt-python311-implementation-77
ChatGPT Python 3.11 Implementation 77
A 77-record synthetic Python 3.11 implementation dataset generated with ChatGPT.
The exact generator model variant was not preserved. Creator recollection favors ChatGPT LunaMax, but ChatGPT Terra Max remains possible, so the dataset does not attribute generation to a single exact model.
Dataset Size
Metric
Count
Final records
77
Unique records
77
Python prompts
77
Python 3.11 prompts
77
Fresh GPT-5.6 Sol… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/chatgpt-python311-implementation-77.lunamax-python311-stateful-reliability-40
LunaMax Python 3.11 Stateful Reliability 40
A 40-record synthetic Python 3.11 implementation dataset generated with ChatGPT LunaMax.
The tasks focus on small stateful components and reliability-sensitive implementation behavior, including state transitions, invariants, duplicate handling, counters, bounded structures, resource ownership, edge cases, and related correctness requirements.
Dataset Size
Metric
Count
Final records
40
Unique records
40… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/lunamax-python311-stateful-reliability-40.qwen3.8-python311-targeted-200
Qwen3.8 Max Python 3.11 Stateful Implementation 200
A 200-record synthetic Python 3.11 programming dataset generated with
Qwen3.8 Max and audited with ChatGPT LunaMax.
The dataset focuses primarily on compact stateful implementation tasks with
explicit behavioral contracts, plus a smaller debugging and repair component.
Dataset Summary
The publication artifact contains 200 unique records using the schema:
{
"user": "...",
"assistant": "..."
}
Recovered… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/qwen3.8-python311-targeted-200.
