Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.75 KB

File metadata and controls

44 lines (37 loc) · 1.75 KB
layout default
title Python Resource Catalog for the AI Era
description A reviewed catalog of primary Python sources for foundations, web APIs, automation, and AI agents.
lang en-US
permalink /
image
path width height alt
/assets/images/og-image.png
1200
630
FlyPython Python Resource Catalog

{% assign catalog_resources = site.data.resources.resources | where: "status", "active" %}

Learn Python from sources worth trusting.

FlyPython is a reviewed map of official documentation, standards, and first-party project resources. Use the four paths to find the next reliable source, then return to the main learning hub for guided projects and context.

{{ catalog_resources.size }} active resources · Catalog reviewed {{ site.data.resources.catalog.reviewed_on | escape }} · Primary sources first

{% include catalog-grid.html resources=catalog_resources %}

How this catalog relates to FlyPython

This repository keeps the broader community resource map public and reviewable. The main FlyPython learning hub turns a smaller set of those sources into practical learning paths, tested examples, and clear next steps. Start with the no-key Python agent guide if you want a complete project before choosing an agent framework.