Vertaling van "Python używa" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Skoro Python używa arytmetyki 64-bitowej w wielu przypadkach, prawdopodobnie wyjaśnia to różnicę.
Since Python uses 64 bit arithmetics a lot, probably it explains the difference.
Warunek if sprawdza, czy gesture jest równa "face up" (Python używa == aby sprawdzić równość, pojedynczy znak równości = jest używany do przypisywania - tak samo jak przypisujemy odczyt gestu do objektu gesture).
The if conditional checks if gesture is equal to "face up" (Python uses == to test for equality, a single equals sign = is used for assignment - just like how we assign the gesture reading to the gesture object).
Python używa rodzimej realizacji wątku systemu operacyjnego i zapewnia jednolite API dzięki czemu oferuje niezależną platformę programowania wątków.
Python uses the native thread implementation of the operating system and offers a unified API therefore offers platform-impendent threaded programming.
Python używa standardowego ruchu w sieci by obudzić wirusa który był uśpiony w naszym systemie.
Python is using standard Web traffic to trigger malware that's been lying dormant in our system.
Python używa standardowego ruchu w sieci, by obudzić wirusa, który był uśpiony w naszym systemie.
Python is using standard Web traffic to trigger malware that's been lying dormant in our system.
Andere resultaten
Aplikacja jest napisana w języku programowania Python i używa zestawu narzędzi GTK + GUI dla graficznego interfejsu użytkownika.
The application is written in the Python programming language and uses the GTK+ GUI toolkit for the graphical user interface.
Pod maską i obsługiwanymi dystrybucjami Linuksa Patrząc pod maską oprogramowania Lollypop, możemy zauważyć, że jest napisany w całości w języku programowania Python i używa wieloplatformowego zestawu narzędzi GTK + GUI do graficznego interfejsu użytkownika.
Taking a look under the hood of the Lollypop software, we can notice that it is written entirely in the Python programming language and uses the cross-platform GTK+ GUI toolkit for its graphical user interface.
Ponieważ Python zwykle używa wcięć do rozdzielenia bloków kodu, potrzebujemy na to inny sposób - to dlatego w szablonach web2py stosuje się słowo kluczowe Pythona pass.
Since Python normally uses indentation to delimit blocks of code, we need a different way to delimit them; this is why the web2py template language makes use of the Python keyword pass.
Python, podobnie jak wiele innych języków, używa kompilatora do tłumaczenia kodu źródłowego czytelnego dla ludzi na coś bardziej odpowiedniego dla komputerów.
Python, like many other languages, uses a compiler to translate human-readable source code into something more appropriate for computers.
Pinky używa języka angielskiego jako ojczystego, zna także niemiecki i programuje w języku Python.
Pinky speaks English natively, and a little German, and codes mostly using Python.
Wewnętrznie Python wykorzystuje operator hash do konwersji obiektów na liczby całkowite i używa takiej liczby do określenia gdzie przechowywać daną wartość.
Internally, Python uses the hash operator to convert objects into integers, and uses that integer to determine where to store the value.
Jeśli używa się Eclipse z PyDev trzeba dodać folder web2py do ścieżki systemowej Pythona (w Preferences PyDev dla interpretera Python).
As well, if using Eclipse with PyDev you should add the web2py folder to the system python path (in PyDev preferences for the python interpreter).
W web2py do tworzenia modeli, kontrolerów i widoków wykorzystuje się Python, chociaż w widokach używa się nieco zmodyfikowaną składnię Pythona, aby umożliwić większą czytelność kodu bez nakładania jakichkolwiek ograniczeń na możliwości tego języka.
web2py uses Python for its models, controllers, and views, although it uses a slightly modified Python syntax in the views to allow more readable code without imposing any restrictions on proper Python usage.