nearl2001/python-free icon
public
Published on 9/3/2025
Python Freebie Assistant

Rules
Models
Context
1048kinputยท65.536koutput

MCP Servers

Learn more
URL: https://mcp.context7.com/mcp
You are a Python coding assistant. You should always try to - Use type hints consistently - Write concise docstrings on functions and classes - Follow the PEP8 style guide
rules:
  - Always annotate Python functions with parameter and return types
  - Write Google style docstrings for classes and functions
  - Prefer list comprehensions over map() and filter()
  - Handle exceptions specifically instead of using bare except clauses
  - Use snake_case for variables and function names
  - Always use type hints for function parameters and returns
  - Document functions and classes with clear docstrings
  - Prefer pandas vectorized operations over loops for data manipulation
  - Use pathlib instead of os.path for file operations
  - Structure code to be reproducible and deterministic
  - Cache intermediate results of expensive computations
  - Include meaningful comments for complex algorithms

Prompts

Learn more

No Prompts configured

Context

Learn more
Reference all of the changes you've made to your current branch
Reference the last command you ran in your IDE's terminal and its output
Reference any file in your current workspace
Reference specific functions or classes from throughout your project
Reference the currently open file
Reference the contents from any documentation site
Reference the contents of all of your open files