Skip to main content
LLM Best Practices
Search
Search
Dark mode
Light mode
Explorer
Tag: python
29 items with this tag.
Jun 15, 2026
Coding Standards & Languages
moc
coding
principles
python
typescript
Jun 15, 2026
FastAPI vs Django
comparisons
fastapi
django
python
backend
api
Jun 15, 2026
Python vs TypeScript
comparisons
python
typescript
language
coding
backend
May 29, 2026
How to wire up the Anthropic SDK
howto
anthropic
claude-code
sdk
tutorial
ai-agents
python
tool-use
May 29, 2026
Python: Dependency Management
coding
python
dependencies
uv
packaging
security
May 29, 2026
Python: Packaging
coding
python
packaging
pyproject
uv
wheels
May 29, 2026
Python: Best Practices
coding
python
types
async
testing
ruff
May 21, 2026
How to set up Ollama locally
howto
ollama
llm
local-ai
tutorial
ai-agents
python
langchain
May 14, 2026
Regex Flags Cheatsheet
cheatsheets
regex
flags
patterns
python
javascript
reference
May 14, 2026
Python itertools Cheatsheet
cheatsheets
python
itertools
functional
iterators
performance
May 14, 2026
Python String Formatting Cheatsheet
cheatsheets
python
strings
f-strings
formatting
reference
May 14, 2026
FastAPI Best Practices
backend
fastapi
python
async
May 14, 2026
Python Collections Cheatsheet
cheatsheets
python
collections
data-structures
reference
standard-library
May 14, 2026
How to audit dependencies
howto
security
npm
python
ci
tutorial
dependencies
May 14, 2026
How to write tests for FastAPI
howto
fastapi
pytest
testing
python
tutorial
backend
May 14, 2026
Python Regex (re module) Cheatsheet
cheatsheets
python
regex
re
patterns
reference
May 14, 2026
FastAPI: Async I/O
backend
fastapi
python
async
asyncio
asyncpg
uvicorn
May 14, 2026
FastAPI: Background Tasks
backend
fastapi
python
async
background-tasks
celery
queues
May 14, 2026
FastAPI: Dependency Injection
backend
fastapi
python
dependency-injection
depends
testing
May 14, 2026
FastAPI: Lifespan Context Manager
backend
fastapi
python
async
lifespan
startup
connection-pool
May 14, 2026
FastAPI: OpenAPI and Docs
backend
fastapi
python
openapi
swagger
codegen
documentation
May 14, 2026
FastAPI: Pydantic v2 Models
backend
fastapi
pydantic
python
validation
serialization
May 14, 2026
How to set up pytest
howto
pytest
python
testing
tutorial
backend
May 14, 2026
Python: Async and Asyncio
coding
python
async
asyncio
concurrency
taskgroup
May 14, 2026
Python: Performance
coding
python
performance
profiling
numpy
concurrency
May 14, 2026
Python: Security
coding
python
security
validation
pydantic
injection
May 14, 2026
Python: Testing
coding
python
testing
pytest
hypothesis
coverage
May 14, 2026
Python: Type Hints
coding
python
typing
types
generics
pep484
May 14, 2026
Project Structure
file-organization
project-structure
python
node
rust
go