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 saubere, leichte Alternative zu Python's Twisted?
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.
Mir hat der Kurs zu Python Spaß gemacht.
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).
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.
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)
Beachten Sie, dass viele Projekte weiterhin Python 2 verwenden, obwohl die Migration zu Python 3 einfacher wird.
Note that many projects still use Python 2, although migrating to Python 3 is getting easier.
Die offizielle Perl-Website - Perl ist ein natürlicher Konkurrent zu Python in ihren Möglichkeiten, aber sie ist, wie ich denke, schwieriger zu erlernen.
The official Perl web site - Perl is a natural competitor to Python in capability but is, I think, harder to learn.
BASIC verwendet eine zu Python gegensätzliche Behandlungsweise, indem es alle Variablen grundsätzlich GLOBAL macht (aus Kompatibilitätsgründen zu alten BASIC-Programmen), es erlaubt dem Programmierer aber auch die Erzeugung von LOKALEN Variablen innerhalb von Funktionen.
And BASIC too BASIC takes the opposite approach to Python by making all variables global by default (for compatibility with old BASIC programs) but allowing the programmer to create LOCAL variables within functions too.