Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > polyvexr > functions-behind-the-scenes-1mni

Functions Behind the Scenes

2+ week, 5+ day ago   (837+ words) You use functions constantly: You call a function, it does some work, and it returns a result. But...memory, recursion, parameters, return values, function calls, and stack overflow. When the program reaches:...reaches: the CPU cannot simply "go inside the…...

DEV Community
dev.to > xiaodong_zhang_bd8dc835b3 > stop-asking-whats-wrong-with-this-function-3021

Stop asking 'what's wrong with this function

3+ week, 4+ day ago   (674+ words) fast to type. The cost showed up downstream. This function gets slow above ~10k records. I think it's...

DEV Community
dev.to > sameerqaisar17 > python-functions-why-they-changed-my-code-1516

Python Functions: Why They changed My code

3+ hour, 32+ min ago   (110+ words) lines Line 1: def greet(name): — This defines a function called greet that takes one input: name. Line...print(greet("Ali")) — This calls the function with "Ali" and prints the result. Functions...

DEV Community
dev.to > maryngure > python-functions-defining-calling-parameters-return-values-scope-3b78

Python - Functions: Defining, Calling, Parameters, Return Values & Scope

1+ hour, 28+ min ago   (682+ words) Once you understand how to package logic into a function, you stop repeating yourself and start building...that's actually reusable and testable. A function is a named block of code that runs only when you...define one with the def…...

KnowledgeGate
knowledgegate.ai > blog > functions-in-python

Functions in Python: Traced Calls, Return Values and Scope

1+ week, 4+ day ago   (790+ words) work once so you can reuse, test and debug it. A function receives values through parameters, calculates...and returns a result that later code can use. A function is a named, reusable block for one focused job....colon introduces the…...

DEV Community
dev.to > thekilteddev > invoked-not-executed-1cg8

Invoked, not executed

3+ week, 3+ day ago   (644+ words) A deep-research request to the top-tier model tore through three consecutive five-hour usage windows, the rolling quota Claude enforces before a session has to stop and reset, to answer a single question. Three consecutive five-hour usage windows against one question....

DEV Community
dev.to > ink_gu > the-function-you-wrote-last-month-is-a-third-party-api-2h7n

The function you wrote last month is a third-party API

2+ week, 4+ day ago   (714+ words) always had. My model of it was built from the function name. The same evening, in the same pair of modules,...

DEV Community
dev.to > mprog10 > c-shell-rethought-and-reimplementation-on-functions-552p

C shell - Rethought and reimplementation on functions

1+ week, 15+ hour ago   (24+ words) Hello. Recently, I've added a new feature to the C shell. This feature is for one-line control... Tagged with programming, shell, testing....

DEV Community
dev.to > codeatlas > designing-functions-that-compound-299f

Designing Functions That Compound

3+ week, 2+ day ago   (497+ words) naming-it's functions that try to do too much. A function that does one thing well is easy to test, debug,...next. This is what I call "compounding" function design. Before writing a function, I ask: what data goes in, and…...

KnowledgeGate
knowledgegate.ai > blog > functions-and-modules-complete-guide-with-worked-examples

Python Functions and Modules: Worked Examples Guide

3+ week, 5+ day ago   (760+ words) & Skills category holds the wider path. A function is a reusable block that receives inputs and may...print(result) displays it but returns None. Falling off a function also returns None. summarise_basic([72, 81, 65,...

Web

External web results are waiting for the human check. Complete the press-and-hold control above. Google advertising and AI choices remain separate after verification.