Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.19 KB

File metadata and controls

49 lines (35 loc) · 2.19 KB

FlyPython Python Resource Catalog

GitHub stars GitHub forks Catalog

English · 中文

FlyPython is the broad, community-maintained resource catalog behind the FlyPython learning hub. It keeps the larger source map public and reviewable while the main site provides editorial learning paths and a smaller featured collection.

Start here

Four paths

  1. Python foundations — language, environments, dependencies, typing, and tests
  2. Web and APIs — typed services, validation, HTTP clients, and applications
  3. Automation — files, processes, browsers, crawling, and data workflows
  4. AI agents — tools, structured output, state, evaluation, and safety boundaries

The canonical catalog lives in _data/resources.yml. The English and Chinese site pages read from that same file; the full resource list is not copied into the README files.

Quality bar

  • Prefer official documentation, standards, and first-party project sources.
  • Explain why each resource matters instead of publishing an unranked link dump.
  • Record the review date, API-key requirement, and relevant safety boundary.
  • Label experiments honestly; do not infer production readiness from popularity.

See CONTRIBUTING.md before proposing a resource or changing its classification.

Local preview

bundle install
bundle exec jekyll serve

The catalog is published at python.flypython.com.