Forwarded from GDG Tashkent (Dostonkhon Ozodkhujaev)
  
#devfest #speaker
We start introducing you to our amazing speakers at DevFest Tashkent '23!
⠀
👨💻 Mark McDonald, TensorFlow & PaLM DevRel @ Google
📫 Topic: "Getting Hands-on with MakerSuite and the PaLM API"
Mark is an Engineer & Advocate in Google's AI Developer Relations team. He works on making Google's ML software platforms and APIs a smooth experience for all developers, from new to advanced.
He has worked on a range of Google products, including the recent PaLM API launch, TensorFlow and even Santa Tracker.
👀 Date: November 25, 2023
🕙 Time: 09:00 - 18:00
📍 Venue: Panorama Cinema Palace
🎟 Get your FREE ticket today:
https://devfest.gdgtashkent.uz/
🙌 See you at DevFest Tashkent '23!
@gdgtashkent
We start introducing you to our amazing speakers at DevFest Tashkent '23!
⠀
👨💻 Mark McDonald, TensorFlow & PaLM DevRel @ Google
📫 Topic: "Getting Hands-on with MakerSuite and the PaLM API"
Mark is an Engineer & Advocate in Google's AI Developer Relations team. He works on making Google's ML software platforms and APIs a smooth experience for all developers, from new to advanced.
He has worked on a range of Google products, including the recent PaLM API launch, TensorFlow and even Santa Tracker.
👀 Date: November 25, 2023
🕙 Time: 09:00 - 18:00
📍 Venue: Panorama Cinema Palace
🎟 Get your FREE ticket today:
https://devfest.gdgtashkent.uz/
🙌 See you at DevFest Tashkent '23!
@gdgtashkent
❤🔥5⚡2
  Biror sonning ikkining darajasi ekanligini aniqlash uchun siz ....
  Anonymous Poll
    31%
    sonni bir dan katta qolguncha 2 bulaman.
      
    22%
    birorta o'zgaruvchi e'lon qilib uni berilgan songachaga 2 ga ko'paytirib chiqaman
      
    32%
    pow tayor funksiyasidan foydalansam bulmaydimi 🙂?
      
    15%
    Yuq men umuman boshqa usulda hisoblayman. Uni esa izohda yozaman
      
    ⚡4
  ```
python
from bisect import bisect_left, bisect, bisect_right if __name__ == "__main__": als = [1,8,55,555,690,744] print(bisect_left(als,56)) ``` Dastur qanday natija qaytaradi?
  python
from bisect import bisect_left, bisect, bisect_right if __name__ == "__main__": als = [1,8,55,555,690,744] print(bisect_left(als,56)) ``` Dastur qanday natija qaytaradi?
Anonymous Quiz
    34%
    55
      
    28%
    56
      
    32%
    3
      
    3%
    2
      
    3%
    4
      
    👍2⚡1
  
  Algo Vision
```
python
from bisect import bisect_left, bisect, bisect_right if __name__ == "__main__": als = [1,8,55,555,690,744] print(bisect_left(als,56)) ``` Dastur qanday natija qaytaradi?
python
from bisect import bisect_left, bisect, bisect_right if __name__ == "__main__": als = [1,8,55,555,690,744] print(bisect_left(als,56)) ``` Dastur qanday natija qaytaradi?
python
from bisect import bisect_left, bisect, bisect_right
if __name__ == "__main__":
als = [1,8,55,555,690,744]
print(bisect_left(als,56))
Dastur qanday natija qaytaradi?
🔥4
  cpp
int main()
{
auto s = "Hello World";
return 0;
}
s o'zgaruvchisi qanday toifaga ega?
⚡7
  ⚡2🆒2
  Qo'yidagilarni qaysi biri C# dasturlash tili uchun o'rinli emas?
  Anonymous Quiz
    11%
    + operatorini qayta yuklash
      
    28%
    +refleksiya
      
    24%
    +contract
      
    38%
    +new operatorini qayta yuklash
      
    🎉3⚡2
  Sizningcha HTML parserlar yane teglarni sinflari asosida yoki id lari asosida topib beruvchi dasturlar qo'yidagi DS qaysi birida realizatsiya qilinadi?
  Anonymous Quiz
    24%
    Graphlar asosida
      
    31%
    Daraxtlar asosida
      
    26%
    Stack lar asosida
      
    19%
    Queuelar asosida
      
    👍1
  Hey Haligacha kompyuter ustida utirib ishlayotgan yoki uqiyotganlar bormi?
👨💻6❤🔥5
  Yuqoridagi dastur qanday natija beradi?
  Anonymous Quiz
    6%
    1\n773955
      
    51%
    true\n774955
      
    26%
    false\n773955
      
    17%
    true\n773955
      
    👍3
  Yuqoridagi LINQ so'rovini natijasini aniqlang?
Nega? Izohlarda javoblaringizni yozib qoldiring
  Nega? Izohlarda javoblaringizni yozib qoldiring
Anonymous Poll
    10%
    3
      
    46%
    red
      
    33%
    Exception throws
      
    12%
    Compile Time Error
      
    👍3
  class Node:
def __init__(self, vl:any) -> None:
self.pNext = None
self.pPrev = None
self.data = vl
Real Interview Question: (Buni dasturlash tillariga aloqasi yuq)
Yuqorida ikki yoqlamali Boglangan ruyxat tuguni berilgan.
Qanday qilib?
O(1) Asimptotikada uning o'rtadagi elementini aniqlash mumkin?
👍3
  