Translation of "zu Python" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Eine hervorragende Site für weitere Informationen zu Python.
An excellent site for learning more about Python.
Das Python-Subreddit enthält viele News zu Python, z.B. neue Versionen, neue Module oder Projekte die mit Python realisiert worden sind.
r/Python/ is a subreddit with news about Python, i.e. new versions, new modules or projects realised with Python.
Dieses Buch begann als meine persönliche Notizsammlung zu Python, und ich betrachte es immer noch als eine solche, obwohl ich mir Mühe gegeben habe, das Buch auch für andere brauchbar und interessant zu gestalten:)
This book started out as my personal notes on Python and I still consider it in the same way, although I've taken a lot of effort to make it more palatable to others:)
In meinem ersten Commit (Changeset 28686) behob ich ein Problem beim Escapen von Zeichenketten in time.strptime() (was auch mein erster Beitrag zu Python überhaupt war).
As for my first commit (changeset 28686), it was fixing some string escapement in time.strptime() (which happens to be my first contribution to Python itself).
Da Python-2-Code weitverbreitet ist, ist es verlockend, von Python 3 zu Python 2 zurückzugehen, aber es bestehen mehrere Unterschiede in der Syntax und bei Bezeichnungskonventionen, durch die die beiden Versionen zueinander inkompatibel sind.
There is a lot of Python 2 code out there, so it may be tempting to go back to it from Python 3, but there are several differences in syntax and naming conventions that make the two versions directly incompatible.
Es ist kompatibel zu Python 2 und 3 und läuft auch unter jython, der Java-Version von Python.
It is compatible to Python 2 and 3 and can also be run under jython, the java version of python.
Um dies zu beheben parst Sage alle Kommandozeilen bevor es diese zu Python weitergibt und ersetzt jedes Auftreten ^, das in keinem String vorkommt mit
For convenience, Sage pre-parses all command lines before passing them to Python, replacing instances of ^ that are not in strings with
Während der Wechsel zu Python 2.5 als Standard-Python-Version bereits fertig ist, wird am Übergang zu Perl 5.10 noch gearbeitet.
While the transition to Python 2.5 as default python version is already completed, the transition to Perl 5.10 is still ongoing.
Die Fähigkeit von Java und Scala, Multi-Threading und Concurrency zu handhaben, machen sie für die großen Aufgaben des Machine Learnings, mit denen Unternehmen konfrontiert sind, zu überzeugenden Alternativen zu Python und R.
The ability of Java and Scala to handle multi-threading and concurrency make them compelling alternatives to Python and R for the large-scale machine learning tasks faced by enterprise.
Cython ist gleichzeitig sowohl zu Python, als auch zu C ähnlich. Die meisten von Pythons Konstruktionen, einschließlich „list comprehensions", bedingte Ausdrücke und Code wie += sind erlaubt; Sie können auch Code importieren, den Sie in anderen Python-Modulen geschrieben haben.
Cython is simultaneously similar to both Python and C. Most Python constructions, including list comprehensions, conditional expressions, code like += are allowed; you can also import code that you have written in other Python modules.
Eine saubere, leichte Alternative zu Python's Twisted?
A clean, lightweight alternative to Python's twisted?
Wir unterstützen Ihre Software-Entwickler bei ihrem Übergang zu Python mit unserer Dienstleistung Python-Team-Migration.
We support your software developers with their move to Python with our Python team migration services.
Netzwerktransparente und betriebssystemunabhängige Schnittstelle zu Python über XML-RPC (lokal, oder von Remote-Clients aus)
Network transparent and operating system independent interface to Python via XML-RPC (local or remote clients)