Vertaling van "Python'daki" in Engels
Python'daki hemen hemen her şey, özellikleri ve yöntemleri ile bir nesnedir.
Almost everything in Python is an object, with its properties and methods.
Bu, Python'daki tarih ve saatlere küçük bir bakıştı.
This is just a little glimpse at dates and times in Python.
Python'daki bazı temel bilgileri size göstermek istedim.
I wanted to show you some of the basics in Python.
Umarım bu, Python'daki listeyi modellemenize yardımcı olacaktır.
I hope this will help you to model the list in Python.
Python'daki ifadeler genellikle yeni bir satırla sona erer.
Statements in Python typically end with a new line.
Python'daki her şey, listeler dahil bir nesnedir.
Everything in Python is an object, including lists.
Python'daki her şey gibi, fonksiyonlar da birer obje.
Like everything else in Python, functions are objects.
Python'daki ifadeler genellikle yeni satır ile sonlanır.
Statements in Python typically end with a new line.
Python'daki her değerin bir veri türü vardır.
Every value in python has data types.
Python'daki düzenli ifadelere ilişkin bütün fonksiyonlar re adlı bir modül içinde yer alır.
In Python, all functionality related to regular expressions is contained in the re module.
Unutmayın ki bu sadece sahte koddur ve jeneratörlerin Python'daki gerçek uygulaması daha karmaşıktır.
Remember that this is just pseudocode and the actual implementation of generators in Python is more complex.
Python'daki özel bir komut fonksiyon olarak adlandırılır ve şöyle yapılır
A custom command in Python is called a function and is made like this
"map" fonksiyonu, Python'daki fonksiyonel programlamanın temellerinden biridir.
The map function is one of the basis for functional programming in Python.