Examples with "python 2.x" and their translation in Turkish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
What is the difference between range and xrange functions in Python 2.X?
Will this work in python 2.x?
While they are not listed below, the camelCase names used for some methods and functions in this module in the Python 2.x series are still supported by this module.
Not: Aşağıda listelenmemişken, Python 2.x serilerindeki bu modülün bazı metotlarının ve fonksiyonlarının kullandığı camelCase isimler hala bu modül tarafından desteklenmektedir.
Code written for python 2.x will not run on python 3.x.
Bu kod Python 2.x için yazılmıştır ve Python 3.x üzerinde çalışmayacaktır.
In Python 3, xrange was removed and the range function behaves like xrange in Python 2.x.
Çünkü python 3 ile birlikte, xrange fonksiyonu kaldırıldı ve range fonksiyonu, python 2'deki xrange fonksiyonu gibi davranmaya başladı.
I want to use Python 3, but there's this tiny library I want to use that's Python 2.x only.
Pyhton 3 kullanmak isiyorum fakat kullanmak istediğim kütüphane sadece Python 2.x uyumlu.
Python 2.x is legacy one, Python 3.x is the present and future of the language
Kısa bir deyimle: Python 2.x efsane bir dildir, Python 3.x ise şimdinin ve geleceğin dilidir.
I recommend learning Python 2.x first but also know how to write in Python 3.x.
Önce Python 2.x'i öğrenmenizi öneririm ancak Python 3.x'te nasıl yazılacağını da biliyorum.
Other results
Python has two major versions, 2.x and 3.x.
Python 3.x is significantly less forgiving than 2.x about Unicode versus bytes issues: This is considered to be a good thing, though it makes porting some software packages fairly annoying.
(Python 3.x, Unicode vs Bit konusunda 2.x den daha acımasızdır: Bu iyi bir şey gibi düşünülebilir fakat bazı zaman oldukça sinir bozucu olabilmektedir)