Skip to main content
Glama
598,353 tools. Updated 2026-09-21 22:30

"Resources for Learning Python Coding" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Run Python code from natural language prompts, with optional PyPI package install.

  • Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace

  • Query structured training programs (learning paths) to retrieve metadata, enrollments, and student lists, with pagination and filters.
    MIT
  • List available coding standards profiles for various tech stacks to enforce consistent code style and architecture.
    MIT
  • Append a learning entry to a skill's memory to retain insights for future runs. After completing a skill, capture what failed or could be improved, then store it as a concise note tied to that skill.
    MIT
  • Delete a learning record using its unique ID. First, use list_learnings to find the correct ID.
    Business Source 1.1
  • Answer learning questions with evidence from your private knowledge base. Retrieve source-backed information directly from local documents.
    MIT
  • Retrieve Spark driver logs from completed notebook executions to debug Python errors and analyze Spark behavior. Use stdout for Python tracebacks or stderr for system logs.
    MIT
  • Execute Python code with flexible execution modes including inline for speed and subprocess for isolation. Use to run Python scripts, test code snippets, or maintain session state across executions.
    MIT
  • Execute a BrainPlan for TouchDesigner with transactional validation, rollback on failure, and optional local learning.
    MIT
    Destructive
  • Retrieve Python package metadata from PyPI, including version, license, and Python compatibility. Use to evaluate library maintenance and compatibility before integration.
    MIT
  • Retrieve per-transform learning statistics recorded across investigations to guide Next Best Action recommendations. Returns JSON summary or notification if learning is disabled.
    MIT