What is the translation of " PYTHON FUNCTION " in Portuguese?

['paiθn 'fʌŋkʃn]
['paiθn 'fʌŋkʃn]
função python
python function

Examples of using Python function in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Here's what the Python function would look like.
Aqui como a função Python deveria parecer.
Writing a view should be as simple as writing a Python function.
Escrever uma"view" deve ser tão simples quanto escrever uma função Python.
Custom filters are just Python functions that take one or two arguments.
Filtros customizados são apenas funções Python que recebem um ou dois argumentos.
In Python, functions are first-class objects that can be created and passed around dynamically.
Em Python, funções são objetos de primeira classe que podem ser criados e armazenados dinamicamente.
I will do it as a Python function.
E eu irei implementá-lo em uma função de linguagem Python.
Define a Python function, as described in Functions, Indentation, and Counting.
Defina uma função em Python, como descrito em Funções, Tabulação, e Contagem.
And there we could use the built-in Python function len() which is short for length.
E daí podemos fazer que a função embutida de Python len(), que é uma abreviação para length comprimento.
Once one of the regexes matches, Django imports and calls the given view,which is a simple Python function.
Uma vez que uma das expressões regulares case, o Django importa e chama a view indicada,que é uma simples função Python.
Each view is represented by a simple Python function or method, in the case of class-based views.
Cada view é representada por uma simples função Pythonou métodos, no caso das class-based views.
Python functions, created with either def or lambda allow re-factoring existing functions in terms of a different set of arguments.
Funções Python, criadas com def ou lambda permitir refatorar funções existentes em termos de um conjunto diferente de argumentos.
The compilation function- a Python function not the name of the function as a string.
A função de compilação- uma função Python não o nome da função como uma string.
Up till now we have used the command property of buttons to associate Python functions with GUI events.
Até agora apenas utilizamos os propriedade command dos botões para associar as funções do Python com os eventos do GUI.
I want to introduce you to a built-in Python function called"range()"-- and when I say"built in," it means it comes with Python. And it's really a way to generate lists-- lists that have integers that increment.
Mas antes mesmo de fazer isso, quero apresentar-lhe uma função built-in Python chamado de"range()"- e quando digo"built in," isso significa que ele vem com Python..
For each template tag the template parser encounters,it calls a Python function with the tag contents and the parser object itself.
Para cada tag de template que o analisador de templates encontra,ele chama uma função Python com o conteúdo da tag e o próprio objeto analisador.
This module is pure Python code andis a simple mapping between URL patterns(simple regular expressions) to Python functions your views.
Este módulo é código Python puro eé um simples mapa entre padrões de formatos de URL(expressões regulares simples) para funções Python suas"Views.
A view function, orview for short, is simply a Python function that takes a Web request and returns a Web response.
Uma função do tipo"view", ou"view" em resumo,é simplesmente uma função Python que recebe uma requisição Web e retorna uma resposta Web.
Another feature that is very much in the spirit of the open source nature of Sage is that if f is a Python function, then typing f??
Outro recurso que vai muito na direção do espírito de código aberto do Sage é que se f é uma função do Python, então o comando f??
So I will call the Python function insertion_sort() and it will take in a list- so list is its parameter in the function definition- so we will have to pass in a list as an argument.
Então chamarei a função de Python de insertion_sort() e ela terá uma lista, uma lista como parâmetro na definição da função. Então teremos de passar a lista como um argumento.
One special use of the latter form is to build in documentation for Python functions that we create ourselves- we will see this later.
Um uso especial para este último é a construção da documentação das funções do Python que nós mesmos criamos- mas isso veremos mais tarde.
The Python function that we want to define is called calc, and in our case it accepts two arguments. These are the objects you have selected as arguments in the previous screen. You need as many arguments as you have selected there. They are called arg1 and arg2, but you can change their names to something more meaningful if you want.
A função de Python que deverá ser definida é chamada de calc e, no nosso caso, aceita dois argumentos. Estes são os objectos que você seleccionou como argumentos no ecrã anterior. Existirão tantos argumentos como os que você tenha seleccionado. Eles chamar- se- ão de arg1 e arg2, mas você poderá mudar os nomes deles para algo mais compreensível, se desejar.
Once one of the regexes matches, Django imports andcalls the given view, which is a simple Python function or a class-based view.
Uma vez que uma das expressões regulares combina, o Django importa e executa a"view",a qual é uma simples função Python ou uma"Views" baseadas em classe.
This talk will demonstrate how to use pl/python functions in PostgreSQL in order to perform inter-row calculations like running sums, and time differences between one row and the next.
Esta palestra demonstrará como usar as funções do pl/python no PostgreSQL para fazer executar cálculos inter-registros, como por exemplo, executar somatórios e a diferença de tempo entre um registro e o próximo.
So we could say print three or-one or maybe 3.14159 or -2.8 and if we click run,well out comes these numbers printed out in the console There are two Python functions that allow us to convert into these data types.
Assim poderíamos dizer três impressão ou- de uma ou talvez 3,14159 ou -2.8 e se nós clique em executar,bem vem esses números impressos no console, existem duas funções de Python que permitem converter esses tipos de dados.
If you specify takes_context in creating a template tag,the tag will have no required arguments, and the underlying Python function will have one argument- the template context as of when the tag was called.
Se o especificado o takes_context na criação da tag de template,a tag não terá argumentos requeridos, e a função Python implícita terá um argumento- o contexto do template quando a tag foi chamada.
Results: 24, Time: 0.0365

Word-for-word translation

Top dictionary queries

English - Portuguese