Översättning av "pelo Python" på engelska
Vi kunde inte hitta den här posten. Visar ungefärliga resultat. Kontrollera stavningen eller föreslå att den här termen läggs till i ordlistan.
Essa frase foi armazenada pelo Python como uma string.
This sentence was stored by Python as a string.
Para corrigir este problema, temos de fazer nosso programa verificar uma variável global definida automaticamente pelo Python.
To fix this problem we can have our program check a global variable defined automatically by Python.
Cuidado, este argumento é adicionado automaticamente pelo Python, assim não é necessário incluí-lo sempre que se invoca um método.
Careful, this argument is added automatically by Python, so it is not necessary to include it when calling the method.
Vamos olhar para a primeira situação, se uma função 'chama' por uma variável chamada X e se existe uma variável com esse nome dentro da função (local scope) então essa será a variável utilizada pelo Python.
Looking at the former situation first: If a function refers to a variable called X and there exists an X within the function (local scope) then that is the one that will be seen and used by Python.
Ao mesmo tempo, as bibliotecas de visualização de dados e as APIs fornecidas pelo Python ajudam à visualização e apresentação de dados de uma maneira mais atraente e eficaz.
At the same time, the data visualization libraries and APIs provided by Python help you to visualize and present data in a more appealing and effective way.
Isso pode fazer o Lumberyard Editor falhar durante o startup devido a uma variável de ambiente definida pelo Python 3.x.
This can cause Lumberyard Editor to crash during startup due to an environment variable set by Python 3.x.
Linhas 4-5 dentro do comentário são interpretadas pelo python como código de teste (doctest).
Lines 4-5 inside the comment are interpreted by python as test code (doctest).
Eu fiquei morrendo de amor pelo Python por sua clareza sintática.
A biblioteca que habilita o uso do sistema gconf pelo Python é empacotada como python-gconf.
The library enabling the use of the gconf system from Python is packaged as python-gconf.
As ferramentas de porte fornecidas pelo Python são inspiradas por essa filosofia, e refletidas em todo esse guia.
Porting tools provided by Django are inspired by this philosophy, and it's reflected throughout this guide.
Isto irá permitir que corras o teu programa sem ter que chamar pelo Python ao mesmo tempo
This will allow you to run the file without calling Python at the same time